Documentation
¶
Index ¶
- func CheckVG(vgx string) (uint64, uint64, error)
- func CopyLogicalVoulume(sourceVg, sourceLv, destVg, destLv string, sizeInByte uint64) error
- func CopyLogicalVoulumeWithContext(ctx context.Context, sourceVg, sourceLv, destVg, destLv string, ...) error
- func CreateLV(vgx string, lvx string, sizeInByte uint64) error
- func CreateSnapshot(vgx string, lvx string, svx string, sizeInByte uint64) error
- func IsExist(vgx string, lvx string) error
- func RemoveLV(vgx string, lvx string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyLogicalVoulume ¶ added in v0.11.0
同じサイズの論理ボリュームを作成して、ddでコピーする
func CopyLogicalVoulumeWithContext ¶ added in v0.11.6
func CopyLogicalVoulumeWithContext(ctx context.Context, sourceVg, sourceLv, destVg, destLv string, sizeInByte uint64) error
同じサイズの論理ボリュームを作成して、ddでコピーする
func CreateSnapshot ¶
スナップショットの作成、OSボリューム作成用
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.