Re: [libvirt-users] Unable to start container after OS upgrade

2014-11-17 Thread Daniel P. Berrange
On Fri, Nov 14, 2014 at 07:32:46PM +, mallu mallu wrote: > I upgraded my container from CentOS 6.4 to CentOS 6.5. Everything looks good > after upgrade until reboot. When rebooted to container I'm getting the > following errors.. Any help would be greatly appreciated > /bin/mknod: `/dev/lp2':

Re: [libvirt-users] Problem with the use of domfsfreeze mountpoint option

2014-11-17 Thread Payes Anand
As stated in the below link from libvirt-list, https://www.redhat.com/archives/libvir-list/2014-May/msg00033.html > OpenStack cinder provides these storages' snapshot feature, but it cannot > quiesce the guest filesystems automatically for now. > > This patchset adds virDomainFSFreeze()/virDomain

Re: [libvirt-users] Problem with the use of domfsfreeze mountpoint option

2014-11-17 Thread Eric Blake
On 11/17/2014 07:37 AM, Payes Anand wrote: > This patchset adds virDomainFSFreeze()/virDomainFSThaw() APIs and virsh >> domfsfreeze/domfsthaw commands to enable the users to freeze and thaw >> domain's filesystems cleanly. >> > > Do these API's ( commands ) also push the dirty buffer to the disk,