Safe Haskell | Safe-Infered |
---|
Logical Volumer information parser
This module holds the definition of the parser that extracts status
information about the logical volumes (LVs) of the system from the output of the
lvs
command.
- lvsSeparator :: Char
- skipSpaces :: Parser ()
- bytesP :: Parser Int
- intP :: Parser Int
- stringP :: Parser String
- lvCommand :: String
- lvParams :: [String]
- oneLvParser :: Parser LVInfo
- lvParser :: Parser [LVInfo]
Documentation
lvsSeparator :: CharSource
Utility functions
skipSpaces :: Parser ()Source
Parser implementation
oneLvParser :: Parser LVInfoSource