Re: [libvirt] [PATCH] storage: fix the error message when encrypted raw volume resize

2018-08-23 Thread John Ferlan
On 08/20/2018 02:27 AM, Shivaprasad G Bhat wrote: > The vol-dumpxml shows the volume target format type as raw for > encrypted volumes. The error message when attempting to resize > with prealloc is confusing here. > > Signed-off-by: Shivaprasad G Bhat > --- > src/storage/storage_util.c |

[libvirt] [PATCH] storage: fix the error message when encrypted raw volume resize

2018-08-19 Thread Shivaprasad G Bhat
The vol-dumpxml shows the volume target format type as raw for encrypted volumes. The error message when attempting to resize with prealloc is confusing here. Signed-off-by: Shivaprasad G Bhat --- src/storage/storage_util.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s