synology-csi
synology-csi copied to clipboard
Create Volume Parameters
Hi @jparklab ,
In the README.md you said we can simulate volume creation by execute this statement
csc controller create-volume \ --req-bytes 2147483648 \ -e tcp://127.0.0.1:10000 \ test-volume \ "8.1" 2147483648 "iqn"="iqn.2000-01.com.synology:kube-csi-test-volume" "mappingIndex"="1" "targetID"="8"
I understand the command until test-volume, like the one that I saw in gocsi create volume, it only said
csc controller new --endpoint /csi/server.sock --cap 1,block
--cap MULTI_NODE_MULTI_WRITER,mount,xfs,uid=500
--params region=us,zone=texas --params disabled=false MyNewVolume1 MyNewVolume2
therefore what is the meaning of
"8.1" 2147483648 "iqn"="iqn.2000-01.com.synology:kube-csi-test-volume" "mappingIndex"="1" "targetID"="8"