Re: [libvirt-users] libvirt_lxc and sysfs [SOLVED]

2013-06-09 Thread pr.G
On Mon, Jun 10, 2013 at 01:58:29PM +0800, Gao feng wrote: > On 06/10/2013 01:41 PM, pr.G wrote: > > On Mon, Jun 10, 2013 at 09:29:32AM +0400, свящ. Георгий Гольцов wrote: > >> On Mon, Jun 10, 2013 at 09:07:08AM +0800, Gao feng wrote: > >>> On 06/09/2013 08:14 PM, pr.G wrote: > Hello. > >

Re: [libvirt-users] libvirt_lxc and sysfs

2013-06-09 Thread Gao feng
On 06/10/2013 01:41 PM, pr.G wrote: > On Mon, Jun 10, 2013 at 09:29:32AM +0400, свящ. Георгий Гольцов wrote: >> On Mon, Jun 10, 2013 at 09:07:08AM +0800, Gao feng wrote: >>> On 06/09/2013 08:14 PM, pr.G wrote: Hello. Is it possible to start container via libvirt_lxc without mounting

Re: [libvirt-users] libvirt_lxc and sysfs

2013-06-09 Thread pr.G
On Mon, Jun 10, 2013 at 09:29:32AM +0400, свящ. Георгий Гольцов wrote: > On Mon, Jun 10, 2013 at 09:07:08AM +0800, Gao feng wrote: > > On 06/09/2013 08:14 PM, pr.G wrote: > > > Hello. > > > > > > Is it possible to start container via libvirt_lxc without mounting /sys > > > inside container? > > >

Re: [libvirt-users] libvirt_lxc and sysfs

2013-06-09 Thread Gao feng
On 06/09/2013 08:14 PM, pr.G wrote: > Hello. > > Is it possible to start container via libvirt_lxc without mounting /sys > inside container? > > When I start container via lxc-start and do not add mount point to config, > then /sys inside container is empty. > > When I do it via virsh -c lxc://

Re: [libvirt-users] Pools are not persistent

2013-06-09 Thread Daniel Bareiro
Ho, Eric. On Tuesday, 04 June 2013 09:40:45 -0600, Eric Blake wrote: > >>> This is what I see in libvirtd.log: > >>> > >>> 2013-06-02 01:05:29.709+: 19289: info : libvirt version: 0.9.12 > Relatively old... > > This have to do with a bug when using libvirt on a 32-bit operating > > system?

[libvirt-users] transient domains with saved state of persistent doamin

2013-06-09 Thread Alexandr
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Good day, i writing testing system and want to use libvirt for it, now i reading libvirt development guide and found info about transient domains which looks like what i need, but it's still unclear for me if it possible to implement what i want using

[libvirt-users] libvirt_lxc and sysfs

2013-06-09 Thread pr.G
Hello. Is it possible to start container via libvirt_lxc without mounting /sys inside container? When I start container via lxc-start and do not add mount point to config, then /sys inside container is empty. When I do it via virsh -c lxc:// container.xml, then /sys contains sysfs of the host

[libvirt-users] virsh snapshot-create and blockcopy

2013-06-09 Thread Thomas Stein
Hello. I just tried the following: virsh dumpxml --security-info gentoo-template > gentoo-template.xml virsh snapshot-create gentoo-template virsh undefine gentoo-template virsh blockcopy gentoo-template vda /opt/virt-backup-blockcopy/gentoo-template/gentoo-template.qcow2 --wait --verbose --fi