adding example of setting block attributes
This commit is contained in:
parent
a95a6d9268
commit
4ff51a8e0a
|
|
@ -71,6 +71,10 @@ iscsi:
|
|||
# mutual CHAP
|
||||
#mutual_userid: "baz"
|
||||
#mutual_password: "bar"
|
||||
block:
|
||||
attributes:
|
||||
# enable Thin Provisioning Unmap
|
||||
emulate_tpu: 1
|
||||
targetPortal: "server[:port]"
|
||||
# for multipath
|
||||
targetPortals: [] # [ "server[:port]", "server[:port]", ... ]
|
||||
|
|
|
|||
Loading…
Reference in New Issue