Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
This commit is contained in:
Travis Glenn Hansen 2022-03-01 21:42:19 -07:00
parent c54abd405f
commit b26af428bd
3 changed files with 13 additions and 6 deletions

View File

@ -1,3 +1,12 @@
# v1.5.3
Released 2022-03-02
- support for running `freenas-iscsi` and `freenas-nfs` sudo-less (see #151)
- more robust chown / chmod logic for all zfs drivers
- all for setting extent comment/description in `freenas-iscsi` and
`freenas-api-iscsi` (see #158)
# v1.5.2 # v1.5.2
Released 2022-02-24 Released 2022-02-24
@ -22,8 +31,8 @@ Released 2022-02-23
- only build `node_modules` once by using artifacts - only build `node_modules` once by using artifacts
- support allow/block listing specific tests - support allow/block listing specific tests
- better logic waiting for driver socket to appear - better logic waiting for driver socket to appear
- introduce `zfs-local-dataset` driver - introduce `zfs-local-dataset` driver (see #148)
- introduce `zfs-local-zvol` driver - introduce `zfs-local-zvol` driver (see #148)
- introduce `local-hostpath` driver - introduce `local-hostpath` driver
- support manually provisioned (`node-manual`) `oneclient` volumes - support manually provisioned (`node-manual`) `oneclient` volumes

View File

@ -64,8 +64,6 @@ iscsi:
namePrefix: csi- namePrefix: csi-
nameSuffix: "-clustera" nameSuffix: "-clustera"
#extentCommentTemplate: "{{ parameters.[csi.storage.k8s.io/pvc/namespace] }}-{{ parameters.[csi.storage.k8s.io/pvc/name] }}"
# add as many as needed # add as many as needed
targetGroups: targetGroups:
# get the correct ID from the "portal" section in the UI # get the correct ID from the "portal" section in the UI
@ -78,6 +76,7 @@ iscsi:
# only required if using Chap # only required if using Chap
targetGroupAuthGroup: targetGroupAuthGroup:
#extentCommentTemplate: "{{ parameters.[csi.storage.k8s.io/pvc/namespace] }}/{{ parameters.[csi.storage.k8s.io/pvc/name] }}"
extentInsecureTpc: true extentInsecureTpc: true
extentXenCompat: false extentXenCompat: false
extentDisablePhysicalBlocksize: true extentDisablePhysicalBlocksize: true

View File

@ -73,8 +73,6 @@ iscsi:
namePrefix: csi- namePrefix: csi-
nameSuffix: "-clustera" nameSuffix: "-clustera"
#extentCommentTemplate: "{{ parameters.[csi.storage.k8s.io/pvc/namespace] }}-{{ parameters.[csi.storage.k8s.io/pvc/name] }}"
# add as many as needed # add as many as needed
targetGroups: targetGroups:
# get the correct ID from the "portal" section in the UI # get the correct ID from the "portal" section in the UI
@ -87,6 +85,7 @@ iscsi:
# only required if using Chap # only required if using Chap
targetGroupAuthGroup: targetGroupAuthGroup:
#extentCommentTemplate: "{{ parameters.[csi.storage.k8s.io/pvc/namespace] }}/{{ parameters.[csi.storage.k8s.io/pvc/name] }}"
extentInsecureTpc: true extentInsecureTpc: true
extentXenCompat: false extentXenCompat: false
extentDisablePhysicalBlocksize: true extentDisablePhysicalBlocksize: true