resdiskvg

package
v3.0.0-beta14 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 21, 2026 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New() resource.Driver

Types

type T

type T struct {
	resdisk.T
	Path    naming.Path
	VGName  string   `json:"vg"`
	Size    string   `json:"size"`
	Options []string `json:"options"`
	PVs     []string `json:"pvs"`
}

func (*T) Boot

func (t *T) Boot(ctx context.Context) error

func (*T) ClaimedDevices

func (t *T) ClaimedDevices(ctx context.Context) device.L

func (*T) ExposedDevices

func (t *T) ExposedDevices(ctx context.Context) device.L

func (*T) ImportDevices

func (t *T) ImportDevices(ctx context.Context) error

func (*T) Info

func (t *T) Info(ctx context.Context) (resource.InfoKeys, error)

func (*T) Label

func (t *T) Label(_ context.Context) string

Label implements Label from resource.Driver interface, it returns a formatted short description of the Resource

func (*T) Manifest

func (t *T) Manifest() *manifest.T

Manifest exposes to the core the input expected by the driver.

func (*T) ProvisionAsFollower

func (t *T) ProvisionAsFollower(ctx context.Context) error

func (*T) ProvisionAsLeader

func (t *T) ProvisionAsLeader(ctx context.Context) error

func (*T) Provisioned

func (t *T) Provisioned(ctx context.Context) (provisioned.T, error)

func (*T) ReservableDevices

func (t *T) ReservableDevices(ctx context.Context) device.L

func (*T) Start

func (t *T) Start(ctx context.Context) error

func (*T) Status

func (t *T) Status(ctx context.Context) status.T

func (*T) Stop

func (t *T) Stop(ctx context.Context) error

func (*T) SubDevices

func (t *T) SubDevices(ctx context.Context) device.L

func (*T) UnprovisionAsLeader

func (t *T) UnprovisionAsLeader(ctx context.Context) error

type VGDriver

type VGDriver interface {
	Activate(context.Context) error
	Deactivate(context.Context) error
	IsActive(context.Context) (bool, error)
	Exists(context.Context) (bool, error)
	FQN() string
	Devices(context.Context) (device.L, error)
	PVs(context.Context) (device.L, error)
	ActiveLVs() (device.L, error)
	DriverName() string
	AddTag(context.Context, string) error
	DelTag(context.Context, string) error
	HasTag(context.Context, string) (bool, error)
	Tags(context.Context) ([]string, error)
}

type VGDriverImportDeviceser

type VGDriverImportDeviceser interface {
	ImportDevices(context.Context) error
}

type VGDriverProvisioner

type VGDriverProvisioner interface {
	Create(context.Context, string, []string, []string) error
}

type VGDriverUnprovisioner

type VGDriverUnprovisioner interface {
	Remove(context.Context, []string) error
}

type VGDriverWiper

type VGDriverWiper interface {
	Wipe(context.Context) error
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL