Hi, I decided to change mysql password when upgraded from mysql to mariadb. But seems that #-mark in slurmdbd.conf StoragePass=sec#ret does not work. I tried also to add quotes around "sec#ret" but no luck.
The last thing you could try is escaping the '#' character: StoragePass=sec\#ret but I doubt it will work - I don't believe we support the '#' character in a password (the '#' character denotes a comment), and that's not something we're likely to change.
Well, maybe just add note about limitation to man page and slurmdbd documentation page?
(In reply to Tommi Tervo from comment #2) > Well, maybe just add note about limitation to man page and slurmdbd > documentation page? Sure thing, I've uploaded a doc patch for review. I'll let you know when it's committed.
Updated documentation is in commit 0c606741f025417a7b051e58a0f272b81a2c6908. Closing as resolved/fixed.