[libvirt] [ PATCH ] fix multiple veth problem for OpenVZ

2010-01-06 Thread Yuji NISHIDA
; -int veid = strtoI(vpsid); +int veid = openvzGetVEID(vpsid); //--netif_add ifname[,mac,host_ifname,host_mac] ADD_ARG_LIT(--netif_add) ; -- 1.5.2.2 - Yuji Nishida nish...@nict.go.jp -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman

[libvirt] [patch] Add openvzDomainSetMemoryInternal

2009-10-27 Thread Yuji NISHIDA
virDriver openvzDriver = { VIR_DRV_OPENVZ, OPENVZ, -- 1.5.3.4 - Yuji Nishida nish...@nict.go.jp -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] [PATCH] Priority of vzctl create should be lower

2009-10-26 Thread Yuji NISHIDA
(-n); +ADD_ARG_LIT(19); +ADD_ARG_LIT(ionice); +ADD_ARG_LIT(-c3); + ADD_ARG_LIT(VZCTL); ADD_ARG_LIT(--quiet); ADD_ARG_LIT(create); -- 1.5.3.4 - Yuji Nishida nish...@nict.go.jp -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo

Re: [libvirt] [PATCH] Priority of vzctl create should be lower

2009-10-26 Thread Yuji NISHIDA
to encode policy into libvirt, we should avoid it still now. And I want to spend more time in writing some other patches :) - Yuji Nishida nish...@nict.go.jp On 2009/10/26, at 21:15, Chris Lalancette wrote: Yuji NISHIDA wrote: Hi all About OpenVZ, it uses vzctl command that produces tar

Re: [libvirt] Re: OpenVZ : The restriction of domain name should be addressed

2009-09-24 Thread Yuji NISHIDA
{ max_veid++; } -sprintf(str_id, %d, max_veid++); +snprintf(str_id, sizeof(str_id), %d, max_veid); ADD_ARG_LIT(str_id); ADD_ARG_LIT(--name); -- 1.5.2.2 - Yuji Nishida nish...@nict.go.jp On 2009/09/23, at 23:45, Daniel Veillard wrote: On Wed, Sep 23, 2009 at 10:22:51AM

Re: [libvirt] Re: OpenVZ : The restriction of domain name should be addressed

2009-09-17 Thread Yuji NISHIDA
, VIR_ERR_INTERNAL_ERROR, _(Could not put argument to %s), VZCTL); return -1; + + cleanup: +fclose(fp); +return -1; + #undef ADD_ARG #undef ADD_ARG_LIT } - Yuji Nishida nish...@nict.go.jp On 2009/09/15, at 18:59, Daniel P. Berrange wrote: On Tue, Sep 15, 2009 at 03:40:09PM +0900

[libvirt] Re: OpenVZ : The restriction of domain name should be addressed

2009-09-15 Thread Yuji NISHIDA
))) goto no_memory; got ++; -- 1.5.2.2 - Yuji Nishida nish...@nict.go.jp -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] Re: OpenVZ : The restriction of domain name should be addressed

2009-08-20 Thread Yuji NISHIDA
: or ' expected I'm not sure from which function should return this result. Maybe this is the first step to go forward. I am doubting openvz*LookupBy* functions be also modified, right? - Yuji Nishida nish...@nict.go.jp -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman

[libvirt] OpenVZ : The restriction of domain name should be addressed

2009-07-24 Thread Yuji NISHIDA
this problem now?( or going to? ) Otherwise, any hint would help me. Regards. - Yuji Nishida nish...@nict.go.jp -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] OpenVZ : cannot assign bridge to any interface

2009-07-21 Thread Yuji NISHIDA
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ Regards. - Yuji Nishida nish...@nict.go.jp -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list