Documentation
¶
Index ¶
- func New() resource.Driver
- type MDDriver
- type MDDriverProvisioner
- type T
- func (t *T) Boot(ctx context.Context) error
- func (t *T) ClaimedDevices() device.L
- func (t *T) ExposedDevices() device.L
- func (t *T) GetName() string
- func (t *T) Info(ctx context.Context) (resource.InfoKeys, error)
- func (t *T) Ingest(ctx context.Context) error
- func (t *T) Label(_ context.Context) string
- func (t *T) Manifest() *manifest.T
- func (t *T) ProvisionAsLeader(ctx context.Context) error
- func (t *T) Provisioned() (provisioned.T, error)
- func (t *T) ReservableDevices() device.L
- func (t *T) Resync(ctx context.Context) error
- func (t *T) SetUUID(ctx context.Context, uuid string) error
- func (t *T) Start(ctx context.Context) error
- func (t *T) Status(ctx context.Context) status.T
- func (t *T) Stop(ctx context.Context) error
- func (t *T) SubDevices() device.L
- func (t *T) ToSync() []string
- func (t *T) UnprovisionAsLeader(ctx context.Context) error
- func (t *T) UnsetUUID(ctx context.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MDDriverProvisioner ¶
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) ClaimedDevices ¶
func (*T) ExposedDevices ¶
func (*T) Label ¶
Label implements Label from resource.Driver interface, it returns a formatted short description of the Resource
func (*T) Provisioned ¶
func (t *T) Provisioned() (provisioned.T, error)
func (*T) ReservableDevices ¶
func (*T) SubDevices ¶
Click to show internal directories.
Click to hide internal directories.