diff options
Diffstat (limited to 'ci/ansible/group_vars/lvm')
-rw-r--r--[-rwxr-xr-x] | ci/ansible/group_vars/lvm/lvm.yaml | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/ci/ansible/group_vars/lvm/lvm.yaml b/ci/ansible/group_vars/lvm/lvm.yaml index a5aecb8..a360891 100755..100644 --- a/ci/ansible/group_vars/lvm/lvm.yaml +++ b/ci/ansible/group_vars/lvm/lvm.yaml @@ -1,5 +1,8 @@ -tgtBindIp: 127.0.0.1 -pool: - "vg001": # change pool name same to vg_name, but don't change it if you choose ceph backend - diskType: SSD - AZ: default
\ No newline at end of file +tgtBindIp: 127.0.0.1
+pool:
+ "vg001": # change pool name same to vg_name, but don't change it if you choose ceph backend
+ diskType: SSD
+ AZ: default
+ accessProtocol: iscsi
+ thinProvisioned: false
+ compressed: false
|