Files
k8s-iscsi-provisioner/systemd/iscsi-provisioner.conf.sample
2026-01-01 16:06:19 +01:00

22 lines
556 B
Plaintext

# Kubernetes StorageClass the provisioner looks for
STORAGE_CLASS="iscsi"
# LVM Group used to provision volumes
LVM_GROUP="LVM"
# When using thin provision: the pool to use
# (leave empty otherwise)
LV_THIN_POOL="thin-pool"
# Default filesystem type
# (used unless `iscsi-provisioner/filesystem` annotation is provided on PersistentVolumeClaim)
FILESYSTEM="ext4"
# File used to map volume names to luns
STATEFILE="/var/lib/iscsi-provisioner/luns"
# iSCSI target information
IQN="iqn.1993-08.org.debian.iscsi:107dc7e4254a"
PORTAL_ADDR="10.0.0.1:3260"