Documentation ¶
Overview ¶
Package nvme provide the way to connect/disconnect volume within FC NVMe protocol
Package nvme provide the way to connect/disconnect volume within FC NVMe protocol
Package nvme provide the way to connect/disconnect volume within FC NVMe protocol
Package nvme provide the way to connect/disconnect volume within FC NVMe protocol
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FCNVMe ¶
type FCNVMe struct {
// contains filtered or unexported fields
}
FCNVMe implements the Connector interface for FCNVMe protocol
func (*FCNVMe) ConnectVolume ¶
ConnectVolume to mount the source to target path, the source path can be block or nfs Example:
mount /dev/sdb /<target-path> mount <source-path> /<target-path>
type PortWWNPair ¶
type PortWWNPair struct { InitiatorPortWWN string `json:"initiatorPortWWN"` TargetPortWWN string `json:"targetPortWWN"` }
PortWWNPair contains initiator wwn and target wwn
Click to show internal directories.
Click to hide internal directories.