You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix bootstrap failure with some registry passwords
This is necessary to avoid a failure if the password contains whitespace
characters. If the password was set to "foo bar baz", the role would
fail with:
cephadm: error: unrecognized arguments: bar baz
Quotes are applied to the other registry arguments for consistency.
0 commit comments