# Functions
FindFromDevicePath extracts the IQN, IPv4 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.
GetDiskPathFromMountPath resolves a directory to a block device.
New creates a new iSCSI handler.
NewFromDevicePath extracts the IQN, IPv4 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.
# Constants
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.
# Variables
ErrMountPointNotFound is returned when a given path does not appear to be a mount point.
# Interfaces
Interface mounts iSCSI voumes.