Todo
rework
NAS share manager managers creating shares and access rights.
Related Flags
share_driver: | Used by ShareManager. |
---|
Bases: manila.manager.SchedulerDependentManager
Manages NAS storages.
Allow access to some share.
Creates a share.
Create snapshot for share.
Delete a share.
Delete share snapshot.
Deny access to some share.
Initialization for a standalone service.
Collect driver status and then publish it.
Drivers for shares.
Bases: object
Provides an executable functionality to a driver class.
Bases: object
Class defines interface of NAS driver.
Allow access to the share.
Check for setup error.
Is called to create share.
Is called to create share from snapshot.
Is called to create snapshot.
Is called to remove share.
Is called to remove snapshot.
Deny access to the share.
Any initialization the share driver does while starting.
Invoked to sure that share is exported.
Returns number of network allocations for creating VIFs.
Get share status.
If ‘refresh’ is True, run update the stats first.
Set up and configures share server with given network parameters.
Teardown share server.
Authentication and Authorization
Enter search terms or a module, class or function name.