resdiskrados

package
v3.0.0-beta13 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New() resource.Driver

Types

type RBDInfo

type RBDInfo struct {
	Name            string         `json:"name"`
	ID              string         `json:"id"`
	Size            int64          `json:"size"`
	Objects         int            `json:"objects"`
	Order           int            `json:"order"`
	ObjectSize      int64          `json:"object_size"`
	SnapshotCount   int            `json:"snapshot_count"`
	BlockNamePrefix string         `json:"block_name_prefix"`
	Format          int            `json:"format"`
	Features        []string       `json:"features"`
	OpFeatures      []any          `json:"op_features"`
	Flags           []any          `json:"flags"`
	CreateTimestamp string         `json:"create_timestamp"`
	AccessTimestamp string         `json:"access_timestamp"`
	ModifyTimestamp string         `json:"modify_timestamp"`
	Parent          *RBDParentInfo `json:"parent,omitempty"`
}

type RBDLock

type RBDLock struct {
	ID      string `json:"id"`
	Locker  string `json:"locker"`
	Address string `json:"address"`
}

type RBDMap

type RBDMap struct {
	ID        string `json:"id"`
	Pool      string `json:"pool"`
	Namespace string `json:"namespace"`
	Name      string `json:"name"`
	Snap      string `json:"snap"`
	Device    string `json:"device"`
}

func (RBDMap) ImageSpec

func (t RBDMap) ImageSpec() string

type RBDParentInfo

type RBDParentInfo struct {
	ID            string `json:"id"`
	Image         string `json:"image"`
	Overlap       string `json:"overlap"`
	Pool          string `json:"pool"`
	PoolNamespace string `json:"pool_namespace"`
	Snapshot      string `json:"snapshot"`
	Trash         bool   `json:"trash"`
}

type T

type T struct {
	resdisk.T
	resource.SSH
	Name       string `json:"name"`
	ObjectFQDN string `json:"object_fqdn"`
	Size       string `json:"size"`
	Access     string `json:"access"`
	Keyring    string `json:"keyring"`
	// contains filtered or unexported fields
}

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

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

func (*T) Label

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

func (*T) Manifest

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

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

func (*T) PostMove

func (t *T) PostMove(ctx context.Context, to string) error

func (*T) PreMove

func (t *T) PreMove(ctx context.Context, to string) error

func (*T) PreMoveRollback

func (t *T) PreMoveRollback(ctx context.Context, to string) 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) 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

Jump to

Keyboard shortcuts

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