resdiskmd

package
v3.0.0-rc1 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New() resource.Driver

Types

type MDDriver

type MDDriver interface {
	Activate(ctx context.Context) error
	Deactivate(ctx context.Context) error
	Resync(ctx context.Context) error
	IsActive(ctx context.Context) (bool, string, error)
	Exists(ctx context.Context) (bool, error)
	Devices(ctx context.Context) (device.L, error)
	UUID() string
	IsAutoActivated() bool
	DisableAutoActivation() error
}

type MDDriverProvisioner

type MDDriverProvisioner interface {
	Create(ctx context.Context, level string, devs []string, spares int, layout string, chunk *int64, bitmap string) error
	Remove(ctx context.Context) error
	Wipe(ctx context.Context) error
}

type T

type T struct {
	resdisk.T
	Bitmap string      `json:"bitmap"`
	Chunk  *int64      `json:"chunk"`
	Devs   []string    `json:"devs"`
	Layout string      `json:"layout"`
	Level  string      `json:"level"`
	Nodes  []string    `json:"nodes"`
	Path   naming.Path `json:"path"`
	Size   string      `json:"size"`
	Spares int         `json:"spares"`
	UUID   string      `json:"uuid"`
	Name   string      `json:"name"`
}

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) GetName

func (t *T) GetName() string

func (*T) Info

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

func (*T) Ingest

func (t *T) Ingest(ctx context.Context) 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) 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) Resync

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

func (*T) SetUUID

func (t *T) SetUUID(ctx context.Context, uuid string) 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(ctx context.Context) device.L

func (*T) ToSync

func (t *T) ToSync(ctx context.Context) []string

func (*T) UnprovisionAsLeader

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

func (*T) UnsetUUID

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

Jump to

Keyboard shortcuts

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