Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ISCSITarget ¶
type ISCSITarget interface {
CreateISCSITarget(volId, tgtIqn, path, hostIp, initiator string, chapAuth []string) error
GetISCSITarget(iqn string) int
RemoveISCSITarget(volId, iqn string) error
GetLun(path string) int
}
func NewISCSITarget ¶
func NewISCSITarget(bip, tgtConfDir string) ISCSITarget
Click to show internal directories.
Click to hide internal directories.