Config reset after upgrade from 8.1 to 8.2 #87
-
|
We observe an issue that breaks [rolling] updates in a bad way. A The problem is that The update of the client config behaves correctly, the user-modified config is not replaced, but left untouched while the new config is deployed as an rpmnew file. Here the relevant file listing after upgrade: All changes in these files are modifications to comments and do not even require touching the running config. Could you please change the deployment procedure to use the If you would like to merge configs, please consider adopting the Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi @frsc-ku , This is definitely not the intended behavior. I see the Thanks for the report! ~Joe |
Beta Was this translation helpful? Give feedback.
Hi @frsc-ku ,
This is definitely not the intended behavior. I see the
beegfs-mgmtd.tomlis correctly marked as a config file, but RPM packages also need aNOREPLACEflag to ensure the existing file is kept and the new file saved asbeegfs-mgmtd.rpmnew. This will be fixed with ThinkParQ/beegfs-rust#37.Thanks for the report!
~Joe