changing from iscsiDirHostType to iscsiDirHostPathType

This commit is contained in:
5cat 2022-08-06 22:34:44 +08:00
parent 716df8fdd0
commit 3464929a31
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ node:
- name: ISCSIADM_HOST_PATH - name: ISCSIADM_HOST_PATH
value: /usr/local/sbin/iscsiadm value: /usr/local/sbin/iscsiadm
iscsiDirHostPath: /usr/local/etc/iscsi iscsiDirHostPath: /usr/local/etc/iscsi
iscsiDirHostType: "" iscsiDirHostPathType: ""
``` ```
and continue your democratic installation as usuall with other iscsi drivers. and continue your democratic installation as usuall with other iscsi drivers.