Update Cinder CSI example docs (#9267)
This commit is contained in:
parent
20ec481090
commit
e8445a627e
|
@ -33,10 +33,10 @@ EOF
|
|||
|
||||
args = [
|
||||
"/bin/cinder-csi-plugin",
|
||||
"-v=4",
|
||||
"--endpoint=unix:///csi/csi.sock",
|
||||
"--cloud-config=/etc/config/cloud.conf",
|
||||
"--nodeid=${node.unique.name}",
|
||||
"--cluster=${NOMAD_DC}"
|
||||
]
|
||||
privileged = true
|
||||
}
|
||||
|
@ -72,6 +72,7 @@ EOF
|
|||
|
||||
args = [
|
||||
"/bin/cinder-csi-plugin",
|
||||
"-v=4",
|
||||
"--endpoint=unix:///csi/csi.sock",
|
||||
"--cloud-config=/etc/config/cloud.conf",
|
||||
"--nodeid=${node.unique.name}",
|
||||
|
|
|
@ -3,7 +3,7 @@ id = "testvol"
|
|||
name = "test_volume"
|
||||
external_id = "56as4da-as524d-asd9-asd8-asdasd52555"
|
||||
access_mode = "single-node-writer"
|
||||
attachment_mode = "block-device"
|
||||
attachment_mode = "file-system"
|
||||
plugin_id = "cinder-csi"
|
||||
mount_options {
|
||||
fs_type = "ext4"
|
||||
|
|
Loading…
Reference in New Issue