Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager interface { // Init Storage Pool Init() error // CreatePool create StoragePool CreatePool(poolType types.DevType) error // PoolExist returns true if exist PoolExist(poolName string) (bool, error) // GetPool returns pool info, including capacity, volume counts, disk counts... GetPool(poolName string) (*Pool, error) // ExtendPool extend StoragePool with new disk ExtendPool(poolName string, devLinks []string, serial string) (bool, error) }
Click to show internal directories.
Click to hide internal directories.