`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`
+ * RBD: `RBD_IMAGE_OPTION_CLONE_FORMAT` option has been exposed in Python
+ bindings via `clone_format` optional parameter to `clone`, `deep_copy` and
+ `migration_prepare` methods.
+ * RBD: `RBD_IMAGE_OPTION_FLATTEN` option has been exposed in Python bindings via
+ `flatten` optional parameter to `deep_copy` and `migration_prepare` methods.
+* 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.
+
>=18.0.0
* The RGW policy parser now rejects unknown principals by default. If you are