* CephFS: Full support for subvolumes and subvolume groups is now available
for snap_schedule Manager module.
+* CephFS: Command "ceph mds fail" and "ceph fs fail" now requires a
+ confirmation flag when some MDSs exhibit health warning MDS_TRIM or
+ MDS_CACHE_OVERSIZED. This is to prevent accidental MDS failover causing
+ further delays in recovery.
+ * CephFS: The `subvolume snapshot clone` command now depends on the config option
+ `snapshot_clone_no_wait` which is used to reject the clone operation when
+ all the cloner threads are busy. This config option is enabled by default which means
+ that if no cloner threads are free, the clone request errors out with EAGAIN.
+ The value of the config option can be fetched by using:
+ `ceph config get mgr mgr/volumes/snapshot_clone_no_wait`
+ and it can be disabled by using:
+ `ceph config set mgr mgr/volumes/snapshot_clone_no_wait false`
>=18.0.0