From: Ilya Dryomov Date: Mon, 10 Oct 2022 18:18:12 +0000 (+0200) Subject: PendingReleaseNotes: add "rbd device unmap --namespace" note X-Git-Tag: v16.2.11~118^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3846c26b7e69e443ea3c1bd40390bf5ecee595fc;p=ceph.git PendingReleaseNotes: add "rbd device unmap --namespace" note Signed-off-by: Ilya Dryomov (cherry picked from commit 2df426bd9743309318cc1022853d0033e9c7c4b9) --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 77e35f582e90..ea3a21e5d3c4 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -46,6 +46,10 @@ If that is the case, in OSD logs the "You can be hit by THE DUPS BUG" warning will be visible. Relevant tracker: https://tracker.ceph.com/issues/53729 +* RBD: `rbd device unmap` command gained `--namespace` option. Support for + namespaces was added to RBD in Nautilus 14.2.0 and it has been possible to + map and unmap images in namespaces using the `image-spec` syntax since then + but the corresponding option available in most other commands was missing. >=16.2.8 --------