summaryrefslogtreecommitdiffstats
path: root/config.d
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2014-07-28 11:37:41 +1000
committerMartin Schwenke <martin@meltin.net>2014-07-28 11:37:41 +1000
commit88d070962fa024e273ca0b1784f1ee738b70047f (patch)
treeb55feff6e7c4919f47d0589672a31d10ed2a8fee /config.d
parentd80bf18664677853232726284303014c890cfc4e (diff)
downloadautocluster-88d070962fa024e273ca0b1784f1ee738b70047f.tar.gz
autocluster-88d070962fa024e273ca0b1784f1ee738b70047f.tar.xz
autocluster-88d070962fa024e273ca0b1784f1ee738b70047f.zip
Default to virtio system disks
The qcow2 + virtio + writeback problem seems to be fixed. Signed-off-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'config.d')
-rw-r--r--config.d/00base.defconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.d/00base.defconf b/config.d/00base.defconf
index e380fa9..c93b456 100644
--- a/config.d/00base.defconf
+++ b/config.d/00base.defconf
@@ -77,7 +77,7 @@ defconf BASE_TEMPLATES "$installdir/base" \
defconf BASE_FORMAT "qcow2" \
"<fmt>" "format to use for the qemu base images"
-defconf SYSTEM_DISK_TYPE "ide" \
+defconf SYSTEM_DISK_TYPE "virtio" \
"scsi|ide|virtio" "type of disks to use in nodes"
rhel_disk_prefix ()