Re: [lxc-users] lxc-clone and LVM backingstorage

2014-02-26 Thread Serge Hallyn
Quoting Thomas Dalichow (i...@thomasdalichow.de): > Cheers guys, > > I'm currently fooling around a little with LXC 1.0 on the latest Ubuntu > (Desktop) 14.04 daily build (current). > > I created a physical volume and a volume group on top of it named vg1 > and created a container as follows: >

[lxc-users] lxc-clone and LVM backingstorage

2014-02-26 Thread Thomas Dalichow
Cheers guys, I'm currently fooling around a little with LXC 1.0 on the latest Ubuntu (Desktop) 14.04 daily build (current). I created a physical volume and a volume group on top of it named vg1 and created a container as follows: $: lxc-create -t download -n 1 -B lvm --fssize 1G --vgname vg1

Re: [lxc-users] lxc-stop doesn't stop centos, waits for the timeout

2014-02-26 Thread Florian Engelmann
Hi, On 2014-02-21 11:22, Harald Dunkel wrote: Found it: upstart ignores SIGPWR by default. Fix: cat

Re: [lxc-users] lxc-stop doesn't stop centos, waits for the timeout

2014-02-26 Thread Dwight Engen
On Wed, 26 Feb 2014 09:54:43 +0100 Flo wrote: > Any solution for Fedora 20? This is what I'm doing for Oracle Linux 7, it'll probably work for Fedora 20 as well (in the container rootfs): ln -s /usr/lib/systemd/system/halt.target /etc/systemd/system/sigpwr.target > On Wed, Feb 26, 2014 at 9:3

Re: [lxc-users] lxc-stop doesn't stop centos, waits for the timeout

2014-02-26 Thread Flo
Any solution for Fedora 20? On Wed, Feb 26, 2014 at 9:39 AM, Alvaro Miranda Aguilera wrote: > ack' > > > On Sun, Feb 23, 2014 at 8:40 AM, Istvan Balazs wrote: > >> testaasdf >> >> >> 2014-02-21 11:22 GMT+01:00 Harald Dunkel : >> >> Found it: upstart ignores SIGPWR by default. >>> >>> Fix: >>> >>

Re: [lxc-users] lxc-stop doesn't stop centos, waits for the timeout

2014-02-26 Thread Alvaro Miranda Aguilera
ack' On Sun, Feb 23, 2014 at 8:40 AM, Istvan Balazs wrote: > testaasdf > > > 2014-02-21 11:22 GMT+01:00 Harald Dunkel : > > Found it: upstart ignores SIGPWR by default. >> >> Fix: >> >> cat > # power-status-changed - shutdown on SIGPWR >> # >> start on powe