SUSE / DeepSea

A collection of Salt files for deploying, managing and automating Ceph.
GNU General Public License v3.0
161 stars 75 forks source link

SES5: fix mds numerical names #1693

Closed jan--f closed 5 years ago

jan--f commented 5 years ago

This fixes the mds names for new deployments. daemon names that would start with a digit (i.e. when a hostname starts with a digit) get a mds. prefix. This also adds an orchestration to migrate from the invalid names to the new naming scheme. Starting the migration with no invalid names present should not change anything, i.e. be safe to run at any time with an mds cluster present.

jan--f commented 5 years ago

This is partly the backport for #1694 witht he addition of the migration orchestration.

jan--f commented 5 years ago

I have a documentation bug open. However we should note in the update release news or somewhere prominent, that users with problematic mds names need to run the migration first thing after updating DeepSea. See bsc#1138804 for doc input.