Allow iser:// style URLs
Let user specify iSER support by the protocol part of the URL. I.e. support both iser://127.0.0.1/iqn.ronnie.test/1 iscsi://127.0.0.1/iqn.ronnie.test/1?iser Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
This commit is contained in:
2
README
2
README
@@ -34,6 +34,8 @@ iSCSI URL Format
|
||||
================
|
||||
iSCSI devices are specified by a URL format of the following form :
|
||||
iscsi://[<username>[%<password>]@]<host>[:<port>]/<target-iqn>/<lun>[?<argument>[&<argument>]*]
|
||||
or
|
||||
iser://[<username>[%<password>]@]<host>[:<port>]/<target-iqn>/<lun>[?<argument>[&<argument>]*]
|
||||
|
||||
Arguments:
|
||||
Username and password for bidirectional CHAP authentication:
|
||||
|
||||
Reference in New Issue
Block a user