From: Ilya Dryomov Date: Mon, 10 Oct 2022 18:18:12 +0000 (+0200) Subject: PendingReleaseNotes: add "rbd device unmap --namespace" note X-Git-Tag: v17.2.6~426^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1c48d5f3ee8a4c7c262aa6bb7ff7d069749a432f;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 f08b201957c1..452f7c277045 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -13,6 +13,10 @@ * RBD: New `rbd_aio_compare_and_writev` API method to support scatter/gather on both compare and write buffers. This compliments existing `rbd_aio_readv` and `rbd_aio_writev` methods. +* 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. >=17.2.4 --------