class documentation
class FileStorage(_Base):
File storage unit.
| Method | __init__ |
Initializes this class. |
| Method | |
Returns a list of all entities within the storage unit. |
| Static Method | _ |
Gathers requested information from directory. |
| Instance Variable | _paths |
Undocumented |
Inherited from _Base:
| Method | |
Executes an operation on an entity within the storage unit. |
| Method | |
Modifies an entity within the storage unit. |
overrides
ganeti.storage.container._Base.ListReturns a list of all entities within the storage unit.
See _Base.List.