Re: [libvirt] [PATCHv4 0/8] glusterfs storage pool

2013-11-24 Thread Osier Yang
On 23/11/13 11:20, Eric Blake wrote: v3: https://www.redhat.com/archives/libvir-list/2013-November/msg00348.html Depends on: https://www.redhat.com/archives/libvir-list/2013-November/msg00955.html Changes since then, addressing review feedback: - rebase to other improvements in the meantime - N

[libvirt] [PATCH v2]lxc: don't do duplicate work when getting pagesize

2013-11-24 Thread Chen Hanxiao
From: Chen Hanxiao Don't do duplicate work when getting pagesize. Signed-off-by: Chen Hanxiao --- v2: remove redundant debug log src/lxc/lxc_container.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/lxc/lxc_container.c b/src/lxc/lxc_container.c index 2b

[libvirt] [PATCH] LXC: add securetty related note in Device nodes

2013-11-24 Thread Gao feng
Tell user how to resolve the problem that fail to log in the container. Signed-off-by: Gao feng --- docs/drvlxc.html.in | 8 1 file changed, 8 insertions(+) diff --git a/docs/drvlxc.html.in b/docs/drvlxc.html.in index ca488f7..d5a4410 100644 --- a/docs/drvlxc.html.in +++ b/docs/drvlxc.

Re: [libvirt] [PATCHv4 2/8] storage: document gluster pool

2013-11-24 Thread Daniel Veillard
On Fri, Nov 22, 2013 at 08:20:24PM -0700, Eric Blake wrote: > Add support for a new , similar to > RBD and Sheepdog. Terminology wise, a gluster volume > forms a libvirt storage pool, within the gluster volume, > individual files are treated as libvirt storage volumes. > > * docs/schemas/storagep

Re: [libvirt] [test-API][PATCH] add new patch for testing pinemulator API

2013-11-24 Thread Xuesong Zhang
Thanks for your review, pushed. Best Regards, Zhang Xuesong IRC: xuzhang internal phone: 88393 - Original Message - > From: "Guannan Ren" > To: "Xuesong Zhang" > Cc: libvir-list@redhat.com > Sent: Monday, November 25, 2013 1:55:05 PM > Subject: Re: [libvirt] [test-API][PATCH] add new pa

Re: [libvirt] [PATCH libvirt-python v3 00/40] Split python binding into separate repo

2013-11-24 Thread Daniel Veillard
On Fri, Nov 22, 2013 at 04:22:24PM +, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > This patch series is a followup to > >https://www.redhat.com/archives/libvir-list/2013-November/msg00712.html > > This series is what I consider ready to declare final, ready for the real >

Re: [libvirt] [test-API][PATCH] add new patch for testing pinemulator API

2013-11-24 Thread Guannan Ren
On 2013年11月22日 14:08, Xuesong Zhang wrote: --- cases/pinemulator.conf | 46 + repos/domain/pinemulator.py | 84 + 2 files changed, 130 insertions(+) create mode 100755 cases/pinemulator.conf create mode 100755 repos/

Re: [libvirt] [PATCH]lxc: don't do duplicate work when getting pagesize

2013-11-24 Thread Chen Hanxiao
> -Original Message- > From: Osier Yang [mailto:jy...@redhat.com] > Sent: Monday, November 25, 2013 1:13 PM > To: Chen Hanxiao > Cc: libvir-list@redhat.com > Subject: Re: [libvirt] [PATCH]lxc: don't do duplicate work when getting pagesize > > On 18/11/13 16:03, Chen Hanxiao wrote: > > Fr

Re: [libvirt] [PATCH libvirt-python v3 00/40] Split python binding into separate repo

2013-11-24 Thread Jim Fehlig
Daniel P. Berrange wrote: > FYI in order to test this from a compilation pov I wrote a script which > downloaded every older libvirt release and did a client only build and > then built the python module against it. > > I'm attaching the script I used for this > > I built on Fedora 19 successfully

Re: [libvirt] [PATCH]lxc: don't do duplicate work when getting pagesize

2013-11-24 Thread Osier Yang
On 18/11/13 16:03, Chen Hanxiao wrote: From: Chen Hanxiao Don't do duplicate work when getting pagesize. With some debug logs added. Signed-off-by: Chen Hanxiao --- src/lxc/lxc_container.c | 16 +++- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/src/lxc/lxc_con

Re: [libvirt] [PATCH] storage: expose volume meta-type in XML

2013-11-24 Thread Osier Yang
On 23/11/13 06:26, Eric Blake wrote: I got annoyed at having to use both 'virsh vol-list $pool --details' AND 'virsh vol-dumpxml $vol $pool' to learn if I had populated the volume correctly. Since two-thirds of the data present in virStorageVolGetInfo() already appears in virStorageVolGetXMLDesc

Re: [libvirt] [PATCH]lxc: don't do duplicate work when getting pagesize

2013-11-24 Thread Chen Hanxiao
ping > -Original Message- > From: Chen Hanxiao [mailto:chenhanx...@cn.fujitsu.com] > Sent: Monday, November 18, 2013 4:03 PM > To: libvir-list@redhat.com > Cc: chenhanx...@cn.fujitsu.com > Subject: [libvirt][PATCH]lxc: don't do duplicate work when getting pagesize > > From: Chen Hanxiao

Re: [libvirt] [PATCHv2] storage: allow interleave in volume XML

2013-11-24 Thread Osier Yang
On 23/11/13 03:54, Eric Blake wrote: The RNG grammar did not allow arbitrary interleaving, which makes it harder than necessary to create a new volume from handwritten XML. (Compare also to commit caf516db for pools). * docs/schemas/storagevol.rng: Support interleaving. * tests/storagevolxml2xml

Re: [libvirt] [PATCH 1/1] qemu: Remove default memory balloon for PPC64

2013-11-24 Thread Paul Mackerras
On Thu, Nov 21, 2013 at 11:03:46AM +, Daniel P. Berrange wrote: > On Thu, Nov 21, 2013 at 01:52:02PM +0800, Li Zhang wrote: > > From: Li Zhang > > > > It doesn't need to add a default memory balloon for PPC64. > > Only if users want it, it can be added explicitly. > > > > Signed-off-by: Li Z

Re: [libvirt] [PATCH] Return right error code for baselineCPU

2013-11-24 Thread Doug Goldstein
On Sat, Nov 23, 2013 at 3:15 PM, Don Dugger wrote: > > This Python interface code is returning a -1 on errors for the > `baselineCPU' API. Since this API is supposed to return a pointer > the error return value should really be VIR_PY_NONE. > > NB: I've checked all the other APIs in this file an