Skip to content
Snippets Groups Projects
Commit e47e51a8 authored by Dato Simó's avatar Dato Simó
Browse files

design-autorepair.rst: use the same prefix everywhere


This commit changes the "ganeti:watcher:repair:pending" and
"ganeti:watcher:repair:result" tag prefixes to use
"ganeti:watcher:autorepair:{pending,result}", so that the same prefix is
used in all cases.

Signed-off-by: default avatarDato Simó <dato@google.com>
Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
parent b3a6a525
No related branches found
No related tags found
No related merge requests found
......@@ -102,8 +102,8 @@ It might also be useful to easily have an operation that tags all
instances matching a filter on some charateristic. But again, this
wouldn't be specific to this tag.
ganeti:watcher:repair:pending:<type>:<id>:<timestamp>:<jobs>
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ganeti:watcher:autorepair:pending:<type>:<id>:<timestamp>:<jobs>
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
(instance)
If this tag is present a repair of type ``type`` is pending on the
......@@ -125,8 +125,8 @@ request a repair as a "once off".
If multiple instances of this tag are present they will be handled in
order of timestamp.
ganeti:watcher:repair:result:<type>:<id>:<timestamp>:<result>:<jobs>
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ganeti:watcher:autorepair:result:<type>:<id>:<timestamp>:<result>:<jobs>
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
(instance)
If this tag is present a repair of type ``type`` has been performed on
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment