Home | Trees | Indices | Help |
|
---|
|
object --+ | node.CFSNode --+ | Backstore
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
plugin Get the backstore plugin name. |
|||
index Get the backstore index as an int. |
|||
storage_objects Get the list of StorageObjects attached to the backstore. |
|||
version Get the Backstore plugin version string. |
|||
name Get the backstore name. |
|||
Inherited from Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Creates the configFS node if it does not already exist depending on the mode. any -> makes sure it exists, also works if the node already does exist lookup -> make sure it does NOT exist create -> create the node which must not exist beforehand Upon success (no exception raised), self._fresh is True if a node was created, else self._fresh is False.
|
Recursively deletes a Backstore object. This will delete all attached StorageObject objects, and then the Backstore itself. The underlying file and block storages will not be touched, but all ramdisk data will be lost.
|
|
pluginGet the backstore plugin name.
|
indexGet the backstore index as an int.
|
storage_objectsGet the list of StorageObjects attached to the backstore.
|
versionGet the Backstore plugin version string.
|
nameGet the backstore name.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Nov 7 18:08:21 2014 | http://epydoc.sourceforge.net |