v1.5.3
Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
This commit is contained in:
parent
c54abd405f
commit
b26af428bd
13
CHANGELOG.md
13
CHANGELOG.md
|
|
@ -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
|
||||
|
||||
Released 2022-02-24
|
||||
|
|
@ -22,8 +31,8 @@ Released 2022-02-23
|
|||
- only build `node_modules` once by using artifacts
|
||||
- support allow/block listing specific tests
|
||||
- better logic waiting for driver socket to appear
|
||||
- introduce `zfs-local-dataset` driver
|
||||
- introduce `zfs-local-zvol` driver
|
||||
- introduce `zfs-local-dataset` driver (see #148)
|
||||
- introduce `zfs-local-zvol` driver (see #148)
|
||||
- introduce `local-hostpath` driver
|
||||
- support manually provisioned (`node-manual`) `oneclient` volumes
|
||||
|
||||
|
|
|
|||
|
|
@ -64,8 +64,6 @@ iscsi:
|
|||
namePrefix: csi-
|
||||
nameSuffix: "-clustera"
|
||||
|
||||
#extentCommentTemplate: "{{ parameters.[csi.storage.k8s.io/pvc/namespace] }}-{{ parameters.[csi.storage.k8s.io/pvc/name] }}"
|
||||
|
||||
# add as many as needed
|
||||
targetGroups:
|
||||
# get the correct ID from the "portal" section in the UI
|
||||
|
|
@ -78,6 +76,7 @@ iscsi:
|
|||
# only required if using Chap
|
||||
targetGroupAuthGroup:
|
||||
|
||||
#extentCommentTemplate: "{{ parameters.[csi.storage.k8s.io/pvc/namespace] }}/{{ parameters.[csi.storage.k8s.io/pvc/name] }}"
|
||||
extentInsecureTpc: true
|
||||
extentXenCompat: false
|
||||
extentDisablePhysicalBlocksize: true
|
||||
|
|
|
|||
|
|
@ -73,8 +73,6 @@ iscsi:
|
|||
namePrefix: csi-
|
||||
nameSuffix: "-clustera"
|
||||
|
||||
#extentCommentTemplate: "{{ parameters.[csi.storage.k8s.io/pvc/namespace] }}-{{ parameters.[csi.storage.k8s.io/pvc/name] }}"
|
||||
|
||||
# add as many as needed
|
||||
targetGroups:
|
||||
# get the correct ID from the "portal" section in the UI
|
||||
|
|
@ -87,6 +85,7 @@ iscsi:
|
|||
# only required if using Chap
|
||||
targetGroupAuthGroup:
|
||||
|
||||
#extentCommentTemplate: "{{ parameters.[csi.storage.k8s.io/pvc/namespace] }}/{{ parameters.[csi.storage.k8s.io/pvc/name] }}"
|
||||
extentInsecureTpc: true
|
||||
extentXenCompat: false
|
||||
extentDisablePhysicalBlocksize: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue