summaryrefslogtreecommitdiffstats
path: root/xci/config
diff options
context:
space:
mode:
authorFatih Degirmenci <fdegir@gmail.com>2017-12-18 14:31:35 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-12-18 14:31:35 +0000
commitcf2cd4e4b87a5e392bc4ba49749a349925ba2f86 (patch)
treeceb6a209a3bef7f3b56d2e4b2c47459afcfe96e9 /xci/config
parent8b9a73d7fbc9bf6112b7efbbb2ad7f3216837ba4 (diff)
parentb8872af53f9a8441214096a5f1c63b0abd47ed63 (diff)
Merge "Increase ram of XCI VM and change disk cache type for all VMs"
Diffstat (limited to 'xci/config')
-rwxr-xr-xxci/config/aio-vars2
-rwxr-xr-xxci/config/ha-vars2
-rwxr-xr-xxci/config/mini-vars2
-rwxr-xr-xxci/config/noha-vars2
4 files changed, 4 insertions, 4 deletions
diff --git a/xci/config/aio-vars b/xci/config/aio-vars
index ed921f42..e5a1aee9 100755
--- a/xci/config/aio-vars
+++ b/xci/config/aio-vars
@@ -15,4 +15,4 @@ export VM_DOMAIN_TYPE=${VM_DOMAIN_TYPE:-kvm}
export VM_CPU=${VM_CPU:-8}
export VM_DISK=${VM_DISK:-80}
export VM_MEMORY_SIZE=${VM_MEMORY_SIZE:-8192}
-export VM_DISK_CACHE=unsafe
+export VM_DISK_CACHE=none
diff --git a/xci/config/ha-vars b/xci/config/ha-vars
index 2a9409fa..4c7cd872 100755
--- a/xci/config/ha-vars
+++ b/xci/config/ha-vars
@@ -15,4 +15,4 @@ export VM_DOMAIN_TYPE=${VM_DOMAIN_TYPE:-kvm}
export VM_CPU=${VM_CPU:-6}
export VM_DISK=${VM_DISK:-80}
export VM_MEMORY_SIZE=${VM_MEMORY_SIZE:-16384}
-export VM_DISK_CACHE=unsafe
+export VM_DISK_CACHE=none
diff --git a/xci/config/mini-vars b/xci/config/mini-vars
index 2367a3b5..48b38ce8 100755
--- a/xci/config/mini-vars
+++ b/xci/config/mini-vars
@@ -15,4 +15,4 @@ export VM_DOMAIN_TYPE=${VM_DOMAIN_TYPE:-kvm}
export VM_CPU=${VM_CPU:-6}
export VM_DISK=${VM_DISK:-80}
export VM_MEMORY_SIZE=${VM_MEMORY_SIZE:-12288}
-export VM_DISK_CACHE=unsafe
+export VM_DISK_CACHE=none
diff --git a/xci/config/noha-vars b/xci/config/noha-vars
index 185d9d63..cb8901b8 100755
--- a/xci/config/noha-vars
+++ b/xci/config/noha-vars
@@ -15,4 +15,4 @@ export VM_DOMAIN_TYPE=${VM_DOMAIN_TYPE:-kvm}
export VM_CPU=${VM_CPU:-6}
export VM_DISK=${VM_DISK:-80}
export VM_MEMORY_SIZE=${VM_MEMORY_SIZE:-12288}
-export VM_DISK_CACHE=unsafe
+export VM_DISK_CACHE=none