marsadm: add 'C' flag

This commit is contained in:
Thomas Schoebel-Theuer 2014-08-29 10:28:44 +02:00
parent 70d29ed509
commit 2f9786ee8b
1 changed files with 1 additions and 0 deletions

View File

@ -3179,6 +3179,7 @@ my %complex_macros =
"flags"
=> "%if{%present-disk{}}{%if{%present-device{}}{D}{d}}{-}"
. "%if{%is-consistent{}}{C}{%if{%present-disk{}}{c}{-}}"
. "%if{%does{attach}}{%if{%todo{attach}}{A}{a}}{%if{%todo{attach}}{a}{-}}"
. "%if{%sync-reached{}}{S}{%if{%todo{sync}}{s}{-}}"
. "%if{%fetch-almost-reached{}}{F}{%if{%todo{fetch}}{f}{-}}"