1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-23 17:33:56 +03:00

Use tap:aio by default with the Xen driver.

git-svn-id: http://svn.opennebula.org/one/trunk@242 3034c82b-c49b-4eb3-8279-a7acafdc01c0
This commit is contained in:
Rubén S. Montero 2008-11-17 14:03:46 +00:00
parent 92a95d5d62
commit 05b0672dcd

View File

@ -215,7 +215,7 @@ int XenDriver::deployment_description(
// TODO: "file" method to specify disk images in xen is deprecated.
// The new method is using "tap:aio:" instead of "file:"
file << " "
<< "'file:" << vm->get_remote_dir() << "/disk." << i << ","
<< "'tap:aio:" << vm->get_remote_dir() << "/disk." << i << ","
<< target << ","
<< mode
<< "'," << endl;