Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Device ¶
func (*Device) Copy ¶ added in v1.4.1
func (d *Device) Copy() backend.DiskBackend
func (*Device) IsAvailable ¶
type URI ¶
type URI struct { Portal string Host string Port int Iqn string UniqueName string Lun int User string Pass string }
We support iscsi url's on the form iscsi://[<username>%<password>@]<host>[:<port>]/<targetname>/<lun> E.g.: iscsi://client%secret@192.168.0.254/iqn.2018-02.ru.netangels.cvds:mailstorage/0
Click to show internal directories.
Click to hide internal directories.