Crate disk_blockdevice

Source
Expand description

Implements the [DiskIo] trait for virtual disks backed by a raw block device.

Structs§

BlockDevice
A storvsp disk backed by a raw block device.
BlockDeviceResolver
OpenBlockDeviceConfig

Enums§

NewDeviceError
New device error
ResolveDiskError

Functions§

open_file_for_block
Opens a file for use with BlockDevice or OpenBlockDeviceConfig.