Merge "labs: enable host I/O cache"

This commit is contained in:
Jenkins 2014-09-10 07:21:50 +00:00 committed by Gerrit Code Review
commit 024c766cb8

View File

@ -378,6 +378,7 @@ function vm_create {
else
$VBM storagectl "$vm_name" --name SATA --add sata --portcount 1
fi
$VBM storagectl "$vm_name" --name SATA --hostiocache on
$VBM storagectl "$vm_name" --name IDE --add ide
echo >&2 "Created VM \"$vm_name\""