Skip to content
Snippets Groups Projects
Commit 7a171e3f authored by Michele Tartara's avatar Michele Tartara
Browse files

Fix comment line position in DRBD data collector


Signed-off-by: default avatarMichele Tartara <mtartara@google.com>
Reviewed-by: default avatarBernardo Dal Seno <bdalseno@google.com>
parent ddceb4c5
No related merge requests found
...@@ -71,6 +71,8 @@ dcName = "drbd" ...@@ -71,6 +71,8 @@ dcName = "drbd"
dcFormatVersion :: Int dcFormatVersion :: Int
dcFormatVersion = 1 dcFormatVersion = 1
-- * Command line options
options :: IO [OptType] options :: IO [OptType]
options = options =
return return
...@@ -82,8 +84,6 @@ options = ...@@ -82,8 +84,6 @@ options =
arguments :: [ArgCompletion] arguments :: [ArgCompletion]
arguments = [ArgCompletion OptComplFile 0 (Just 0)] arguments = [ArgCompletion OptComplFile 0 (Just 0)]
-- * Command line options
-- | Get information about the pairing of DRBD minors and Ganeti instances -- | Get information about the pairing of DRBD minors and Ganeti instances
-- on the current node. The information is taken from the Confd client -- 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 -- or, if a filename is specified, from a JSON encoded file (for testing
......
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