Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMigrateCStorVolumeJob ¶
NewMigrateCStorVolumeJob migrates all the cStor Pools associated with a given Storage Pool Claim
func NewMigratePoolJob ¶
NewMigratePoolJob migrates all the cStor Pools associated with a given Storage Pool Claim
Types ¶
type MigrateOptions ¶
type MigrateOptions struct {
// contains filtered or unexported fields
}
MigrateOptions stores information required for migration of OpenEBS resources
func (*MigrateOptions) RunCStorSPCMigrate ¶
func (m *MigrateOptions) RunCStorSPCMigrate() error
RunCStorSPCMigrate migrates the given spc.
func (*MigrateOptions) RunCStorSPCMigrateChecks ¶
func (m *MigrateOptions) RunCStorSPCMigrateChecks() error
RunCStorSPCMigrateChecks will ensure the sanity of the cstor SPC migrate options
func (*MigrateOptions) RunCStorVolumeMigrate ¶
func (m *MigrateOptions) RunCStorVolumeMigrate() error
RunCStorVolumeMigrate migrates the given pv.
func (*MigrateOptions) RunCStorVolumeMigrateChecks ¶
func (m *MigrateOptions) RunCStorVolumeMigrateChecks() error
RunCStorVolumeMigrateChecks will ensure the sanity of the cstor Volume migrate options
func (*MigrateOptions) RunPreFlightChecks ¶
func (m *MigrateOptions) RunPreFlightChecks() error
RunPreFlightChecks will ensure the sanity of the common migrate options
Click to show internal directories.
Click to hide internal directories.