]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
Merge pull request #60398 from rishabh-d-dave/wip-68621-squid
authorNeeraj Pratap Singh <79842675+neesingh-rh@users.noreply.github.com>
Mon, 19 Jan 2026 11:50:41 +0000 (17:20 +0530)
committerGitHub <noreply@github.com>
Mon, 19 Jan 2026 11:50:41 +0000 (17:20 +0530)
squid: mon,cephfs: require confirmation when changing max_mds on unhealthy cluster

1  2 
PendingReleaseNotes
qa/tasks/cephfs/filesystem.py

index 7bc54bba2088b220e00b6d2052ce45c984d85bc7,305aa08d0588b177ea34a2cd8b223d5c9b1b8591..444c0b478f8006e68a849c602e38fc73ddc89ede
    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 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
  
  * ceph: a new --daemon-output-file switch is available for `ceph tell` commands
Simple merge