We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5563889 commit cd853f3Copy full SHA for cd853f3
src/rookify/modules/migrate_mds_pools/main.py
@@ -27,7 +27,7 @@ def preflight(self) -> None:
27
for mds_fs_data in state_data["fs"]["ls"]:
28
if not (
29
are_custom_metadata_pool_names_supported
30
- and mds_fs_data["metadata_pool"].endswith("-metadata")
+ or mds_fs_data["metadata_pool"].endswith("-metadata")
31
):
32
self.logger.warn(
33
"ceph-mds filesystem '{0}' uses an incompatible pool metadata name '{1}' and can not be migrated to Rook automatically".format(
0 commit comments