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

mds: numerical mds names are forbidden (have been deprecated since 2014) #1694

Closed jan--f closed 5 years ago

jan--f commented 5 years ago

This adds a "mds." prefix the the daemon name in case a mds hostname starts with a digit.

Fixes: bsc#1138442

Signed-off-by: Jan Fajerski jfajerski@suse.com

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.

jan--f commented 5 years ago

The backport #1693 also adds the orchestration to rename MDS daemons. The backport needs to be shipped asap as users that are impacted (have MDS names starting with a digit) will have to run this before upgrading. Doc bug will follow.

jschmid1 commented 5 years ago

@jan--f please fix linter complaints. besides that - ready to merge

jan--f commented 5 years ago

retest this please