adding example of setting block attributes

This commit is contained in:
xoJIog 2024-01-25 19:09:43 +02:00 committed by GitHub
parent a95a6d9268
commit 4ff51a8e0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 1 deletions

View File

@ -70,7 +70,11 @@ iscsi:
#password: "bar"
# mutual CHAP
#mutual_userid: "baz"
#mutual_password: "bar"
#mutual_password: "bar"
block:
attributes:
# enable Thin Provisioning Unmap
emulate_tpu: 1
targetPortal: "server[:port]"
# for multipath
targetPortals: [] # [ "server[:port]", "server[:port]", ... ]