Revision 7a171e3f

b/src/Ganeti/DataCollectors/Drbd.hs
71 71
dcFormatVersion :: Int
72 72
dcFormatVersion = 1
73 73

  
74
-- * Command line options
75

  
74 76
options :: IO [OptType]
75 77
options =
76 78
  return
......
82 84
arguments :: [ArgCompletion]
83 85
arguments = [ArgCompletion OptComplFile 0 (Just 0)]
84 86

  
85
-- * Command line options
86

  
87 87
-- | Get information about the pairing of DRBD minors and Ganeti instances
88 88
-- on the current node. The information is taken from the Confd client
89 89
-- or, if a filename is specified, from a JSON encoded file (for testing

Also available in: Unified diff