[Bug 850602] Re: block migration needs to copy backing file
Kei Masumoto
850602 at bugs.launchpad.net
Wed Feb 22 22:56:50 UTC 2012
Current git trunk is no problem, libvirt.template.xml in <https://wiki.ubuntu.com/Testing/EnableProposed> needs to be fixed. if anyone has a problem, check below.
[ before ]
<!-- The order is significant here. File must be defined first -->
<serial type="pipe">
<source path='${basepath}/console.fifo'/>
<target port='1'/>
</serial>
[ after(current git trunk is same as this) ]
<!-- The order is significant here. File must be defined first -->
<serial type="file">
<source path='${basepath}/console.log'/>
<target port='1'/>
</serial>
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/850602
Title:
block migration needs to copy backing file
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/850602/+subscriptions
More information about the Ubuntu-server-bugs
mailing list