Re: [libvirt] [PATCH] doc: update the minimum value for nodesuspend time duration

2012-07-20 Thread Guannan Ren
On 07/19/2012 09:24 PM, Eric Blake wrote: On 07/19/2012 03:05 AM, Guannan Ren wrote: libvirt asks the duration time is above 60 seconds in code src/util/virnodesuspend.c: define MIN_TIME_REQ_FOR_SUSPEND 60 /* in seconds */ We should update the information in virsh help and manpage. ---

[libvirt] [PATCH] doc: update the minimum value for nodesuspend time duration

2012-07-19 Thread Guannan Ren
libvirt asks the duration time is above 60 seconds in code src/util/virnodesuspend.c: define MIN_TIME_REQ_FOR_SUSPEND 60 /* in seconds */ We should update the information in virsh help and manpage. --- tools/virsh.c |3 ++- tools/virsh.pod |3 ++- 2 files changed, 4 insertions(+),

Re: [libvirt] [PATCH] doc: update the minimum value for nodesuspend time duration

2012-07-19 Thread Eric Blake
On 07/19/2012 03:05 AM, Guannan Ren wrote: libvirt asks the duration time is above 60 seconds in code src/util/virnodesuspend.c: define MIN_TIME_REQ_FOR_SUSPEND 60 /* in seconds */ We should update the information in virsh help and manpage. --- tools/virsh.c |3 ++-