Re: [libvirt] [PATCH 9/9] Virsh support for vol wiping

2010-03-17 Thread Daniel Veillard
On Mon, Mar 15, 2010 at 10:13:31PM -0400, David Allan wrote: > --- > tools/virsh.c | 42 ++ > 1 files changed, 42 insertions(+), 0 deletions(-) > > diff --git a/tools/virsh.c b/tools/virsh.c > index aa85ee6..37ff471 100644 > --- a/tools/virsh.c > +++ b/to

Re: [libvirt] [PATCH 9/9] Virsh support for vol wiping

2010-03-16 Thread Eric Blake
On 03/15/2010 08:13 PM, David Allan wrote: > +static const vshCmdInfo info_vol_wipe[] = { > +{"help", gettext_noop("wipe a vol")}, > +{"desc", gettext_noop("Ensure data previously on a volume is not > accessible to future reads")}, Your rebase missed that we prefer N_, not gettext_noop, n

[libvirt] [PATCH 9/9] Virsh support for vol wiping

2010-03-15 Thread David Allan
--- tools/virsh.c | 42 ++ 1 files changed, 42 insertions(+), 0 deletions(-) diff --git a/tools/virsh.c b/tools/virsh.c index aa85ee6..37ff471 100644 --- a/tools/virsh.c +++ b/tools/virsh.c @@ -5271,6 +5271,47 @@ cmdVolDelete(vshControl *ctl, const vshCmd

[libvirt] [PATCH 9/9] Virsh support for vol wiping

2010-03-04 Thread David Allan
--- tools/virsh.c | 42 ++ 1 files changed, 42 insertions(+), 0 deletions(-) diff --git a/tools/virsh.c b/tools/virsh.c index 65487ed..00f412e 100644 --- a/tools/virsh.c +++ b/tools/virsh.c @@ -5221,6 +5221,47 @@ cmdVolDelete(vshControl *ctl, const vshCmd