resdisklv

package
v0.0.0-...-3f873ad Latest Latest
Warning

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

Go to latest
Published: Dec 10, 2024 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New() resource.Driver

Types

type LVDriver

type LVDriver interface {
	Activate() error
	Deactivate() error
	IsActive() (bool, error)
	Exists() (bool, error)
	FQN() string
	Devices() (device.L, error)
	DriverName() string
}

type LVDriverProvisioner

type LVDriverProvisioner interface {
	Create(string, []string) error
}

type LVDriverUnprovisioner

type LVDriverUnprovisioner interface {
	Remove([]string) error
}

type LVDriverWiper

type LVDriverWiper interface {
	Wipe() error
}

type T

type T struct {
	resdisk.T
	LVName        string   `json:"name"`
	VGName        string   `json:"vg"`
	Size          string   `json:"size"`
	CreateOptions []string `json:"create_options"`
}

func (T) Boot

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

func (T) ClaimedDevices

func (t T) ClaimedDevices() device.L

func (T) ExposedDevices

func (t T) ExposedDevices() device.L

func (T) Info

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

func (T) Label

func (t T) Label() string

func (T) Manifest

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

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

func (T) ProvisionLeader

func (t T) ProvisionLeader(ctx context.Context) error

func (T) Provisioned

func (t T) Provisioned() (provisioned.T, error)

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() device.L

func (T) UnprovisionLeader

func (t T) UnprovisionLeader(ctx context.Context) error

Jump to

Keyboard shortcuts

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