package
0.13.0-rc.2
Repository: https://github.com/microsoft/hcsshim.git
Documentation: pkg.go.dev

# Functions

ActualControllerNumber retrieves the actual controller number assigned to a SCSI controller with number `passedController`.
GetDevicePath finds the `/dev/sd*` path to the SCSI device on `controller` index `lun` with partition index `partition` and also ensures that the device is available under that path or context is canceled.
Mount creates a mount from the SCSI device on `controller` index `lun` to `target` `target` will be created.
Unmount SCSI device mounted at `target`.
UnplugDevice finds the SCSI device on `controller` index `lun` and issues a guest initiated unplug.

# Variables

No description provided by the author

# Structs

Config represents options that are used as part of setup/cleanup before mounting or after unmounting a device.