On Mon, Apr 13, 2015 at 03:45:52PM +0200, 'Klaus Aehlig' via ganeti-devel wrote:
Signed-off-by: Klaus Aehlig <[email protected]> --- man/hcheck.rst | 1 + src/Ganeti/HTools/Program/Hcheck.hs | 1 + 2 files changed, 2 insertions(+)diff --git a/man/hcheck.rst b/man/hcheck.rst index 6db02b9..1dd3931 100644 --- a/man/hcheck.rst +++ b/man/hcheck.rst @@ -31,6 +31,7 @@ Algorithm options: **[ \--no-disk-moves ]** **[ \--no-instance-moves ]** **[ -U *util-file* ]** +**[ \--ignore-dynu ]** **[ \--ignore-soft-errors ]** **[ \--evac-mode ]** **[ \--select-instances *inst...* ]** diff --git a/src/Ganeti/HTools/Program/Hcheck.hs b/src/Ganeti/HTools/Program/Hcheck.hs index deb7fc2..be2af8c 100644 --- a/src/Ganeti/HTools/Program/Hcheck.hs +++ b/src/Ganeti/HTools/Program/Hcheck.hs @@ -67,6 +67,7 @@ options = do [ oDataFile , oDiskMoves , oDynuFile + , oIgnoreDyn , oEvacMode , oExInst , oExTags -- 2.2.0.rc0.207.ga3a616c
LGTM, thanks
