mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
This directory and its subdirectories (packages) contain files licensed with the MPLv2 `LICENSE` file in this directory and are intentionally licensed separately from the BSL `LICENSE` file at the root of this repository. Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
14 lines
348 B
HCL
14 lines
348 B
HCL
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
type = "csi"
|
|
id = "testvol"
|
|
name = "test_volume"
|
|
external_id = "56as4da-as524d-asd9-asd8-asdasd52555"
|
|
access_mode = "single-node-writer"
|
|
attachment_mode = "file-system"
|
|
plugin_id = "cinder-csi"
|
|
mount_options {
|
|
fs_type = "ext4"
|
|
}
|