glustercli v0.1.2 (2019-08-29T03:24:42Z)
Dub
Repo
SubVolume
glustercli
volume_parser
Undocumented in source.
struct
SubVolume {
string
id
;
string
health
;
int
replicaCount
;
int
arbiterCount
;
int
disperseCount
;
int
disperseRedundancyCount
;
string
type
;
Brick
[]
bricks
;
string
volumeId
;
ulong
numBricks
;
JSONValue
toJson
();
}
Members
Functions
toJson
JSONValue
toJson
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
arbiterCount
int
arbiterCount
;
Undocumented in source.
bricks
Brick
[]
bricks
;
Undocumented in source.
disperseCount
int
disperseCount
;
Undocumented in source.
disperseRedundancyCount
int
disperseRedundancyCount
;
Undocumented in source.
health
string
health
;
Undocumented in source.
id
string
id
;
Undocumented in source.
numBricks
ulong
numBricks
;
Undocumented in source.
replicaCount
int
replicaCount
;
Undocumented in source.
type
string
type
;
Undocumented in source.
volumeId
string
volumeId
;
Undocumented in source.
Meta
Source
See Implementation
glustercli
volume_parser
functions
getSubvolBricksCount
getSubvolType
mergeVolumeInfoAndStatus
parseBricksFromVolStatus
parseBricksFromVolinfo
parseOptionsFromVolinfo
parsePortOrPid
parseVolumesFromStatus
parseVolumesFromVolinfo
transportType
updateVolumeHealth
updateVolumeUtilization
manifest constants
BrickTypeArbiter
BrickTypeDefault
HealthDegraded
HealthDown
HealthPartial
HealthUp
StateCreated
StateStarted
StateStopped
SubvolTypeDisp
SubvolTypeDist
SubvolTypeRep
VolumeTypeDisp
VolumeTypeDist
VolumeTypeDistDisp
VolumeTypeDistRep
VolumeTypeRep
structs
Brick
Option
SubVolume
Volume