Revision 6d675203 doc/design-autorepair.rst

b/doc/design-autorepair.rst
134 134
the timestamp will never change for the same repair)
135 135

  
136 136
``jobs`` is the list of jobs already run or being run to repair the
137
instance. If the instance has just been put in pending state but no job
138
has run yet, this list is empty.
137
instance (separated by a plus sign, *+*). If the instance has just
138
been put in pending state but no job has run yet, this list is empty.
139 139

  
140 140
This tag will be set by ganeti if an equivalent autorepair tag is
141 141
present and a a repair is needed, or can be set by an external tool to
......
150 150
(instance)
151 151
If this tag is present a repair of type ``type`` has been performed on
152 152
the instance and has been completed by ``timestamp``. The result is
153
either ``success``, ``failure`` or ``enoperm``, and jobs is a comma
154
separated list of jobs that were executed for this repair.
153
either ``success``, ``failure`` or ``enoperm``, and jobs is a
154
*+*-separated list of jobs that were executed for this repair.
155 155

  
156 156
An ``enoperm`` result is returned when the repair was brought on until
157 157
possible, but the repair type doesn't consent to proceed further.

Also available in: Unified diff