]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
Merge PR #63068 into wip-jcollin-testing-20260218.004834-squid
authorJos Collin <jcollin@redhat.com>
Wed, 18 Feb 2026 00:48:47 +0000 (06:18 +0530)
committerJos Collin <jcollin@redhat.com>
Wed, 18 Feb 2026 00:48:47 +0000 (06:18 +0530)
* refs/pull/63068/head:
qa/cephfs: test that user created pool is not deleted by...
mgr/vol: don't delete user-created pool in "volume create" command
PendingReleaseNote: add note that "volume create" accepts pool names...
doc/cephfs: mention new options for "fs volume create" cmd
qa/cephfs: test passing pool names to "fs volume create" cmd
qa/cephfs: separate the tests for "ceph fs volume create" cmd
mgr/vol: allow passing pool names to "fs volume create" cmd

1  2 
PendingReleaseNotes
doc/cephfs/fs-volumes.rst
qa/tasks/cephfs/test_volumes.py
src/pybind/mgr/volumes/fs/volume.py
src/pybind/mgr/volumes/module.py

index 444c0b478f8006e68a849c602e38fc73ddc89ede,b193336a360d9fbc1b6eac2327260330439c7628..f39ad748a43835b86885f08eb46cc97f1e3c3641
  * MGR: MGR's always-on modulues/plugins can now be force-disabled. This can be
    necessary in cases where MGR(s) needs to be prevented from being flooded by
    the module commands when coresponding Ceph service is down/degraded.
+ * 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.
  
 +* CephFS: The ``ceph fs subvolume snapshot getpath`` command now allows users
 +  to get the path of a snapshot of a subvolume. If the snapshot is not present
 +  ``ENOENT`` is returned.
 +
 +* CephFS: Modifying the FS setting variable "max_mds" when a cluster is
 +  unhealthy now requires users to pass the confirmation flag
 +  (--yes-i-really-mean-it). This has been added as a precaution to tell the
 +  users that modifying "max_mds" may not help with troubleshooting or recovery
 +  effort. Instead, it might further destabilize the cluster.
 +
 +
  
  >=19.0.0
  
Simple merge
Simple merge
Simple merge
Simple merge