From dd8882b004bc7dffc88eda8b133493de2ca892a3 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 81129387f48..651c0e49724 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -90,6 +90,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