Feature #1951
store history of configs and changes
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:
0%
Source:
Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:
Description
During a discussion today it occurred to me that there will be situations under which we'll be a lot happier if we can see the history of configuration changes for a given daemon. It shouldn't be too hard to track on the monitors and OSDs; coming up with something appropriate for the MDS (without its own disk space) will take a little more work.
Simple solution: dump the config on every startup and after every change. More complicated tracking is of course possible.
History
#1 Updated by Patrick Donnelly over 4 years ago
- Status changed from New to Resolved
Ceph config now has an audit log since Mimic.