From 4ff51a8e0a96591a4b8824b2266c4fde49ecf6b4 Mon Sep 17 00:00:00 2001 From: xoJIog Date: Thu, 25 Jan 2024 19:09:43 +0200 Subject: [PATCH] adding example of setting block attributes --- examples/zfs-generic-iscsi.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/examples/zfs-generic-iscsi.yaml b/examples/zfs-generic-iscsi.yaml index 2aaf5d0..00deb07 100644 --- a/examples/zfs-generic-iscsi.yaml +++ b/examples/zfs-generic-iscsi.yaml @@ -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]", ... ]