From 7a171e3f091bd2f279a8d17e726c1098b4e11bf0 Mon Sep 17 00:00:00 2001 From: Michele Tartara <mtartara@google.com> Date: Thu, 14 Mar 2013 13:41:43 +0000 Subject: [PATCH] Fix comment line position in DRBD data collector Signed-off-by: Michele Tartara <mtartara@google.com> Reviewed-by: Bernardo Dal Seno <bdalseno@google.com> --- src/Ganeti/DataCollectors/Drbd.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Ganeti/DataCollectors/Drbd.hs b/src/Ganeti/DataCollectors/Drbd.hs index c48ccd9ed..b81973061 100644 --- a/src/Ganeti/DataCollectors/Drbd.hs +++ b/src/Ganeti/DataCollectors/Drbd.hs @@ -71,6 +71,8 @@ dcName = "drbd" dcFormatVersion :: Int dcFormatVersion = 1 +-- * Command line options + options :: IO [OptType] options = return @@ -82,8 +84,6 @@ options = arguments :: [ArgCompletion] arguments = [ArgCompletion OptComplFile 0 (Just 0)] --- * Command line options - -- | Get information about the pairing of DRBD minors and Ganeti instances -- on the current node. The information is taken from the Confd client -- or, if a filename is specified, from a JSON encoded file (for testing -- GitLab