Package ganeti :: Package confd
[hide private]
[frames] | no frames]

Package confd

source code

Ganeti confd client/server library

Submodules [hide private]

Functions [hide private]
 
PackMagic(payload)
Prepend the confd magic fourcc to a payload.
source code
 
UnpackMagic(payload)
Unpack and check the confd magic fourcc from a payload.
source code
Variables [hide private]
  _FOURCC_LEN = 4
  _HTNodeDrbdItems = [ht.TString, ht.TInt, ht.TString, ht.TStrin...
Items in the individual rows of the NodeDrbd query
  HTNodeDrbd = ht.TListOf(ht.TAnd(ht.TList, ht.TIsLength(len(_HT...
Type for the (top-level) result of NodeDrbd query

Imports: constants, errors, ht


Variables Details [hide private]

_HTNodeDrbdItems

Items in the individual rows of the NodeDrbd query

Value:
[ht.TString, ht.TInt, ht.TString, ht.TString, ht.TString, ht.TString]

HTNodeDrbd

Type for the (top-level) result of NodeDrbd query

Value:
ht.TListOf(ht.TAnd(ht.TList, ht.TIsLength(len(_HTNodeDrbdItems)), ht.T\
Items(_HTNodeDrbdItems)))