Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Ganeti.Storage.Lvm.Types
Description
LVM data types
This module holds the definition of the data types describing the status of the disks according to LVM (and particularly the lvs tool).
Synopsis
- data LVInfo = LVInfo {
- lviUuid :: String
- lviName :: String
- lviAttr :: String
- lviMajor :: Int
- lviMinor :: Int
- lviKernelMajor :: Int
- lviKernelMinor :: Int
- lviSize :: Int
- lviSegCount :: Int
- lviTags :: String
- lviModules :: String
- lviVgUuid :: String
- lviVgName :: String
- lviSegtype :: String
- lviSegStart :: Int
- lviSegStartPe :: Int
- lviSegSize :: Int
- lviSegTags :: String
- lviSegPeRanges :: String
- lviDevices :: String
- lviInstance :: (Maybe String)
Documentation
This is the format of the report produced by each data collector.
Constructors
LVInfo | |
Fields
|
Instances
Show LVInfo # | |
ArrayObject LVInfo # | |
Defined in Ganeti.Storage.Lvm.Types | |
DictObject LVInfo # | |
Defined in Ganeti.Storage.Lvm.Types | |
Eq LVInfo # | |
JSON LVInfo # | |