Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// DiskPrefixToIgnore disks with this prefix will not be reported and wiped.
DiskPrefixToIgnore = "ram"
)
Functions ¶
Types ¶
type Filesystem ¶ added in v0.8.1
type Filesystem struct { RootUUID string // contains filtered or unexported fields }
func New ¶ added in v0.8.1
func New(log *slog.Logger, chroot string, config models.V1FilesystemLayoutResponse) *Filesystem
func (*Filesystem) CreateFSTab ¶ added in v0.8.1
func (f *Filesystem) CreateFSTab() error
func (*Filesystem) Run ¶ added in v0.8.1
func (f *Filesystem) Run() error
func (*Filesystem) Umount ¶ added in v0.8.1
func (f *Filesystem) Umount()
Click to show internal directories.
Click to hide internal directories.