Re: [libvirt-users] User Namespace in LXC

2013-11-11 Thread Gao feng
On 11/11/2013 05:52 PM, Saurabh Deochake wrote: > Hi Gao, > > I appreciate your quick reply. > >>you can try create a file in container, and on host, the owner of this file >>is uid=1000. >>and on the other side, if a file's owner is uid 1000 on host. in this >>container, you will >>see the own

Re: [libvirt-users] Doc/web site problems

2013-11-11 Thread Eric Blake
On 11/11/2013 05:04 PM, Greg Ward wrote: > Hi all -- > > I have one meta-question, and two real questions. > > 1) What's the best place to report bugs in the docs, FAQ, web site, or > wiki? I have found two -- see next points. (I'm happy to make the fixes > myself if I can, but I'm pretty ignoran

[libvirt-users] Doc/web site problems

2013-11-11 Thread Greg Ward
Hi all -- I have one meta-question, and two real questions. 1) What's the best place to report bugs in the docs, FAQ, web site, or wiki? I have found two -- see next points. (I'm happy to make the fixes myself if I can, but I'm pretty ignorant about libvirt. Can't fix the docs without knowing the

Re: [libvirt-users] Unable to shutdown/reboot a SLES 10 SP4 VM

2013-11-11 Thread Eric Blake
On 11/08/2013 07:21 PM, Padma Narwankar wrote: > Hello, [Can you please configure your mailer to wrap long lines? It's awkward to reply when there is no wrapping] > I am unable to do a graceful shutdown or reboot of SLES 10 SP4 virtual > machines (Kernel version: 2.6.16.60-0.85.1-default) with

[libvirt-users] Error in snapshot create in libvirt 1.1.4

2013-11-11 Thread Georg Meier
Hi list, i currently have the following issue: I did a test upgrade to libvirt 1.1.4 and now i cannot create new snapshots which can be reverted. Following Situation: Virtualization: kvm Disktype: qcow2 qemu XML: Creating of snapshot: virsh snapshot-create-as--atomic Now i crae

Re: [libvirt-users] User Namespace in LXC

2013-11-11 Thread Saurabh Deochake
Hi Gao, I appreciate your quick reply. >you can try create a file in container, and on host, the owner of this file is uid=1000. >and on the other side, if a file's owner is uid 1000 on host. in this container, you will >see the owner of this file is uid 0. I tried creating a file inside the con

Re: [libvirt-users] User Namespace in LXC

2013-11-11 Thread Gao feng
On 11/11/2013 05:15 PM, Saurabh Deochake wrote: > Hi all, > > I'm trying to restrict privileges of root user inside the container. I > searched about it and got to know about "idmap" element in domain XML. > > I added "idmap" element in my container's XML file: > > > > > > > I re

[libvirt-users] User Namespace in LXC

2013-11-11 Thread Saurabh Deochake
Hi all, I'm trying to restrict privileges of root user inside the container. I searched about it and got to know about "idmap" element in domain XML. I added "idmap" element in my container's XML file: I restarted the container with updated XML file. When I execute "id" command t