adding example of setting block attributes
This commit is contained in:
parent
4ff51a8e0a
commit
1aafa064a4
|
|
@ -74,7 +74,7 @@ iscsi:
|
||||||
block:
|
block:
|
||||||
attributes:
|
attributes:
|
||||||
# enable Thin Provisioning Unmap
|
# enable Thin Provisioning Unmap
|
||||||
emulate_tpu: 1
|
emulate_tpu: 0
|
||||||
targetPortal: "server[:port]"
|
targetPortal: "server[:port]"
|
||||||
# for multipath
|
# for multipath
|
||||||
targetPortals: [] # [ "server[:port]", "server[:port]", ... ]
|
targetPortals: [] # [ "server[:port]", "server[:port]", ... ]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue