Re: [libvirt] [PATCH v2 5/5] Add migrate-setmaxdowntime command to virsh

2010-03-19 Thread Daniel Veillard
On Thu, Mar 18, 2010 at 08:12:48PM +0100, Jiri Denemark wrote: --- tools/virsh.c | 66 +++ tools/virsh.pod |6 + 2 files changed, 72 insertions(+), 0 deletions(-) diff --git a/tools/virsh.c b/tools/virsh.c index

Re: [libvirt] [PATCH v2 5/5] Add migrate-setmaxdowntime command to virsh

2010-03-19 Thread Jiri Denemark
+static const vshCmdOptDef opts_migrate_setmaxdowntime[] = { +{domain, VSH_OT_DATA, VSH_OFLAG_REQ, N_(domain name, id or uuid)}, +{downtime, VSH_OT_DATA, VSH_OFLAG_REQ, N_(maximum tolerable downtime (in nanoseconds) for migration)}, +{NULL, 0, 0, NULL} +}; Maybe for

Re: [libvirt] [PATCH v2 5/5] Add migrate-setmaxdowntime command to virsh

2010-03-19 Thread Daniel Veillard
On Fri, Mar 19, 2010 at 12:45:28PM +0100, Jiri Denemark wrote: +static const vshCmdOptDef opts_migrate_setmaxdowntime[] = { +{domain, VSH_OT_DATA, VSH_OFLAG_REQ, N_(domain name, id or uuid)}, +{downtime, VSH_OT_DATA, VSH_OFLAG_REQ, N_(maximum tolerable downtime (in

[libvirt] [PATCH v2 5/5] Add migrate-setmaxdowntime command to virsh

2010-03-18 Thread Jiri Denemark
--- tools/virsh.c | 66 +++ tools/virsh.pod |6 + 2 files changed, 72 insertions(+), 0 deletions(-) diff --git a/tools/virsh.c b/tools/virsh.c index aa85ee6..3dd9314 100644 --- a/tools/virsh.c +++ b/tools/virsh.c @@ -227,6 +227,8 @@