democratic-csi/examples/synology-iscsi.yaml

33 lines
973 B
YAML

driver: synology-iscsi
httpConnection:
protocol: http
host: server address
port: 5000
username: admin
password: password
allowInsecure: true
# should be uniqe across all installs to the same nas
session: "democratic-csi"
serialize: true
# choose the default volume for your system. The default value is /volume1.
# This can also be overridden by StorageClasses
# synology:
# volume: /volume1
iscsi:
targetPortal: "server[:port]"
# for multipath
targetPortals: [] # [ "server[:port]", "server[:port]", ... ]
# leave empty to omit usage of -I with iscsiadm
interface: ""
# can be whatever you would like
baseiqn: "iqn.2000-01.com.synology:csi."
# MUST ensure uniqueness
# full iqn limit is 223 bytes, plan accordingly
namePrefix: ""
nameSuffix: ""
# LUN options and CHAP authentication can be configured using StorageClasses.
# See https://github.com/democratic-csi/democratic-csi/blob/master/docs/storage-class-parameters.md