From 38fbdd990ad056dc5d45ff017a651743d495c805 Mon Sep 17 00:00:00 2001 From: Rishabh Dave Date: Mon, 3 Mar 2025 22:11:25 +0530 Subject: [PATCH] PendingReleaseNote: add note that "volume create" accepts pool names... in args. Add a release note that "ceph fs volume create" command allows users to pass pool names to "ceph fs volume create" command. Signed-off-by: Rishabh Dave (cherry picked from commit a74dbbe8ee19d7b572c1a63984f6db8db203cd3b) --- PendingReleaseNotes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/PendingReleaseNotes b/PendingReleaseNotes index a39d6db7b5a..fe491e94483 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -76,6 +76,10 @@ fuse client for `fallocate` for the default case (i.e. mode == 0) since CephFS does not support disk space reservation. The only flags supported are `FALLOC_FL_KEEP_SIZE` and `FALLOC_FL_PUNCH_HOLE`. +* CephFS: The ``ceph fs volume create`` command now allows users to pass + metadata and data pool names to be used for creating the volume. If either + is not passed or if either is a non-empty pool, the command will abort. + >=19.0.0 -- 2.39.5