class documentation
class _Base(object):
Known subclasses: ganeti.storage.container.FileStorage, ganeti.storage.container._LvmBase
Base class for storage abstraction.
| Method | |
Executes an operation on an entity within the storage unit. |
| Method | |
Returns a list of all entities within the storage unit. |
| Method | |
Modifies an entity within the storage unit. |
overridden in
ganeti.storage.container.LvmVgStorageExecutes an operation on an entity within the storage unit.
| Parameters | |
| name:string | Entity name |
| op:string | Operation name |
Returns a list of all entities within the storage unit.
| Parameters | |
| name:string or None | Entity name or None for all |
| fields:list | List with all requested result fields (order is preserved) |
overridden in
ganeti.storage.container.LvmPvStorageModifies an entity within the storage unit.
| Parameters | |
| name:string | Entity name |
| changes:dict | New field values |