Re: [libvirt] [PATCH] lxc: Prevent shutting down the host

2013-03-23 Thread Martin Kletzander
On 03/22/2013 06:17 PM, Daniel P. Berrange wrote: On Thu, Mar 21, 2013 at 04:10:45PM +0100, Martin Kletzander wrote: When the container has the same '/dev' mount as host (no chroot), calling domainShutdown(WithFlags) shouldn't shutdown the host it is running on. Signed-off-by: Martin

Re: [libvirt] [PATCH] lxc: Prevent shutting down the host

2013-03-23 Thread Doug Goldstein
On Sat, Mar 23, 2013 at 5:21 AM, Martin Kletzander mklet...@redhat.com wrote: On 03/22/2013 06:17 PM, Daniel P. Berrange wrote: On Thu, Mar 21, 2013 at 04:10:45PM +0100, Martin Kletzander wrote: When the container has the same '/dev' mount as host (no chroot), calling domainShutdown(WithFlags)

Re: [libvirt] [PATCH 3/4] Fix QEMU save/restore with block devices

2013-03-23 Thread Jim Meyering
tags 6004 + notabug close 6004 thanks Eric Blake wrote: [adding bug-coreutils] On 04/22/2010 04:37 AM, Daniel P. Berrange wrote: - if (virAsprintf(dest, exec:%s %s 2/dev/null, argstr, safe_target) 0) { +if (virAsprintf(dest, exec:%s | dd of=%s seek=%llub, +argstr,

Re: [libvirt] Problems with filesystem type='block'

2013-03-23 Thread Doug Goldstein
On Fri, Mar 22, 2013 at 12:27 PM, Daniel P. Berrange berra...@redhat.com wrote: On Fri, Mar 22, 2013 at 11:59:56AM +, Daniel P. Berrange wrote: On Thu, Mar 21, 2013 at 11:50:40PM -0500, Doug Goldstein wrote: So still trying to figure out what I'm doing wrong with LXC because I just can't