scylla-manager
scylla-manager copied to clipboard
[Enhancement Request] Adding notes to tasks.
Right now if someone updates a task, there's no easy way to track who performed the change and why some task was updated/disabled etc. Having an option to add a note when updating/creating tasks would be very convenient as it'd be clear why certain task was modified. For example:
sctool repair update -c <cluster_name> --enabled=false --note="disabling to test something" --author="name surname" <repair/task_id>
@tzach - sounds like a basic auditing feature to me actually.
Yes. Its make sense to write such operations to log, similar to Scylla Enterprise audit to syslog option. No need for an audit table.
Fixed by #3934.