Re: [libvirt] [PATCH 8/9] Simplified version of volume wiping based on feedback from the list.

2010-03-17 Thread Daniel Veillard
On Mon, Mar 15, 2010 at 10:13:30PM -0400, David Allan wrote: --- src/storage/storage_driver.c | 224 ++ 1 files changed, 224 insertions(+), 0 deletions(-) diff --git a/src/storage/storage_driver.c b/src/storage/storage_driver.c index

Re: [libvirt] [PATCH 8/9] Simplified version of volume wiping based on feedback from the list.

2010-03-17 Thread Laine Stump
On 03/17/2010 10:13 AM, Daniel Veillard wrote: On Mon, Mar 15, 2010 at 10:13:30PM -0400, David Allan wrote: --- src/storage/storage_driver.c | 224 ++ 1 files changed, 224 insertions(+), 0 deletions(-) [...] +char errbuf[64];

Re: [libvirt] [PATCH 8/9] Simplified version of volume wiping based on feedback from the list.

2010-03-17 Thread Laine Stump
On 03/17/2010 10:49 AM, Laine Stump wrote: +if (ret == -1) { +virReportSystemError(ret, + _(Failed to truncate volume with + path '%s' to %ju bytes: '%s'\n), + vol-target.path, (intmax_t)size, +

Re: [libvirt] [PATCH 8/9] Simplified version of volume wiping based on feedback from the list.

2010-03-17 Thread Daniel P. Berrange
On Wed, Mar 17, 2010 at 11:24:03AM -0400, Laine Stump wrote: On 03/17/2010 10:49 AM, Laine Stump wrote: +if (ret == -1) { +virReportSystemError(ret, + _(Failed to truncate volume with + path '%s' to %ju bytes: '%s'\n),

[libvirt] [PATCH 8/9] Simplified version of volume wiping based on feedback from the list.

2010-03-15 Thread David Allan
--- src/storage/storage_driver.c | 224 ++ 1 files changed, 224 insertions(+), 0 deletions(-) diff --git a/src/storage/storage_driver.c b/src/storage/storage_driver.c index ca2540f..1961fa0 100644 --- a/src/storage/storage_driver.c +++

[libvirt] [PATCH 8/9] Simplified version of volume wiping based on feedback from the list.

2010-03-04 Thread David Allan
--- src/storage/storage_driver.c | 224 ++ 1 files changed, 224 insertions(+), 0 deletions(-) diff --git a/src/storage/storage_driver.c b/src/storage/storage_driver.c index f3be6de..b0afb05 100644 --- a/src/storage/storage_driver.c +++