32 lines
929 B
YAML
32 lines
929 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 DSM volume this driver operates on. The default value is /volume1.
|
|
# 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
|