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

design-autorepair.rst: separate list of jobs with plus sign


Commas are not valid characters in tags, hence they can't be use to
separate the different job IDs; plus signs (+) are available, and not too
bad.

Signed-off-by: default avatarDato Simó <dato@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent 42959a7f
No related branches found
No related tags found
No related merge requests found
......@@ -134,8 +134,8 @@ to this instance for this ``id`` (we will "update" the tag by adding a
the timestamp will never change for the same repair)
``jobs`` is the list of jobs already run or being run to repair the
instance. If the instance has just been put in pending state but no job
has run yet, this list is empty.
instance (separated by a plus sign, *+*). If the instance has just
been put in pending state but no job has run yet, this list is empty.
This tag will be set by ganeti if an equivalent autorepair tag is
present and a a repair is needed, or can be set by an external tool to
......@@ -150,8 +150,8 @@ ganeti:watcher:autorepair:result:<type>:<id>:<timestamp>:<result>:<jobs>
(instance)
If this tag is present a repair of type ``type`` has been performed on
the instance and has been completed by ``timestamp``. The result is
either ``success``, ``failure`` or ``enoperm``, and jobs is a comma
separated list of jobs that were executed for this repair.
either ``success``, ``failure`` or ``enoperm``, and jobs is a
*+*-separated list of jobs that were executed for this repair.
An ``enoperm`` result is returned when the repair was brought on until
possible, but the repair type doesn't consent to proceed further.
......
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