github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/demo/csi/cinder-csi-plugin/example_volume.hcl (about) 1 type = "csi" 2 id = "testvol" 3 name = "test_volume" 4 external_id = "56as4da-as524d-asd9-asd8-asdasd52555" 5 access_mode = "single-node-writer" 6 attachment_mode = "file-system" 7 plugin_id = "cinder-csi" 8 mount_options { 9 fs_type = "ext4" 10 }