# Functions

FindFromDevicePath extracts the IQN, IscsiIp address, and port from a iSCSI mount device path.
FindFromMountPointPath gets /dev/disk/by-path/ip-<ip>:<port>-iscsi-<IQN>-lun-1 from the given mount point path.
No description provided by the author
Gets the diskPath for a bind-mounted device file.
GetDiskPathFromMountPath resolves a directory to a block device.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
New creates a new iSCSI handler.
NewFromDevicePath extracts the IQN, IscsiIp address, and port from a iSCSI mount device path.
NewFromISCSIDisk creates a new iSCSI handler from ISCSIDisk.
NewFromMountPointPath gets /dev/disk/by-path/ip-<ip>:<port>-iscsi-<IQN>-lun-1 from the given mount point path.
NewFromPVDisk creates a new PV handler from PVDisk.
No description provided by the author
No description provided by the author
No description provided by the author
UnmountPath is a common unmount routine that unmounts the given path and deletes the remaining directory if successful.
Unmount the target that is in-transit encryption enabled.
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ISCSIDEVICE is the map key to get or save iscci device.
ISCSIIP is the map key to get or save iSCSI IP.
ISCSIIQN is the map key to get or save iSCSI IQN.
ISCSIPORT is the map key to get or save iSCSI Port.
No description provided by the author
No description provided by the author

# Variables

ErrMountPointNotFound is returned when a given path does not appear to be a mount point.

# Structs

Disk interface.

# Interfaces

Interface mounts iSCSI volumes.