Revision 0938dd05

b/lib/cmdlib.py
1254 1254
    @ivar instances: a list of running instances (runtime)
1255 1255
    @ivar pinst: list of configured primary instances (config)
1256 1256
    @ivar sinst: list of configured secondary instances (config)
1257
    @ivar sbp: diction of {secondary-node: list of instances} of all peers
1258
        of this node (config)
1257
    @ivar sbp: dictionary of {primary-node: list of instances} for all
1258
        instances for which this node is secondary (config)
1259 1259
    @ivar mfree: free memory, as reported by hypervisor (runtime)
1260 1260
    @ivar dfree: free disk, as reported by the node (runtime)
1261 1261
    @ivar offline: the offline status (config)

Also available in: Unified diff