SovereignCloudStack / rookify

Enable Ceph-Cluster migrations to Rook
https://scs.community/
Apache License 2.0
1 stars 0 forks source link

[module] CRDs CephFileSystem #11

Open yeoldegrove opened 5 months ago

NotTheEvilOne commented 1 month ago

A closer look at Rook's crds.yaml shows that a name can not be given for cephfs_metadata. Further analysis at the code level revealed that metadata pool names are semi-hardcoded with a given suffix at the time of writing.

A similar approach must be implemented like for data pools before migration can be supported without forcing a specific naming scheme.