glustercli.volume_parser

Undocumented in source.

Members

Functions

getSubvolBricksCount
int getSubvolBricksCount(int replicaCount, int disperseCount)
Undocumented in source. Be warned that the author may not have intended to support it.
getSubvolType
string getSubvolType(string voltype)
Undocumented in source. Be warned that the author may not have intended to support it.
mergeVolumeInfoAndStatus
void mergeVolumeInfoAndStatus(Volume[] volumes, Brick[string] bricksdata)
Undocumented in source. Be warned that the author may not have intended to support it.
parseBricksFromVolStatus
Brick[string] parseBricksFromVolStatus(Element[] elements)
Undocumented in source. Be warned that the author may not have intended to support it.
parseBricksFromVolinfo
Brick[] parseBricksFromVolinfo(Element[] elements)
Undocumented in source. Be warned that the author may not have intended to support it.
parseOptionsFromVolinfo
Option[] parseOptionsFromVolinfo(Volume vol, Element[] elements)
Undocumented in source. Be warned that the author may not have intended to support it.
parsePortOrPid
int parsePortOrPid(string val)
Undocumented in source. Be warned that the author may not have intended to support it.
parseVolumesFromStatus
void parseVolumesFromStatus(string[] output, Volume[] volumes)
Undocumented in source. Be warned that the author may not have intended to support it.
parseVolumesFromVolinfo
void parseVolumesFromVolinfo(string[] output, Volume[] volumes)
Undocumented in source. Be warned that the author may not have intended to support it.
transportType
string transportType(string val)
Undocumented in source. Be warned that the author may not have intended to support it.
updateVolumeHealth
void updateVolumeHealth(Volume[] volumes)
Undocumented in source. Be warned that the author may not have intended to support it.
updateVolumeUtilization
void updateVolumeUtilization(Volume[] volumes)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

BrickTypeArbiter
enum BrickTypeArbiter;
Undocumented in source.
BrickTypeDefault
enum BrickTypeDefault;
Undocumented in source.
HealthDegraded
enum HealthDegraded;
Undocumented in source.
HealthDown
enum HealthDown;
Undocumented in source.
HealthPartial
enum HealthPartial;
Undocumented in source.
HealthUp
enum HealthUp;
Undocumented in source.
StateCreated
enum StateCreated;
Undocumented in source.
StateStarted
enum StateStarted;
Undocumented in source.
StateStopped
enum StateStopped;
Undocumented in source.
SubvolTypeDisp
enum SubvolTypeDisp;
Undocumented in source.
SubvolTypeDist
enum SubvolTypeDist;
Undocumented in source.
SubvolTypeRep
enum SubvolTypeRep;
Undocumented in source.
VolumeTypeDisp
enum VolumeTypeDisp;
Undocumented in source.
VolumeTypeDist
enum VolumeTypeDist;
Undocumented in source.
VolumeTypeDistDisp
enum VolumeTypeDistDisp;
Undocumented in source.
VolumeTypeDistRep
enum VolumeTypeDistRep;
Undocumented in source.
VolumeTypeRep
enum VolumeTypeRep;
Undocumented in source.

Structs

Brick
struct Brick
Undocumented in source.
Option
struct Option
Undocumented in source.
SubVolume
struct SubVolume
Undocumented in source.
Volume
struct Volume
Undocumented in source.

Meta