github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/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  }