diff --git a/src/Ganeti/DataCollectors/Drbd.hs b/src/Ganeti/DataCollectors/Drbd.hs index c48ccd9ed2b72f67663d493aef84ca0e50805bbc..b81973061ba8d17020737b19378ad47014c84472 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