-----Original Message-----
From: libguestfs-bounces(a)redhat.com [mailto:libguestfs-bounces@redhat.com] On
Behalf Of Pino Toscano
Sent: Monday, June 15, 2015 10:10 PM
To: libguestfs(a)redhat.com
Subject: [Libguestfs] [PATCH] resize: make available expand method warnings more
prominent
When hitting a filesystem which we cannot or don't know how to expand,
instead of print a warning in verbose mode only, print it always when
showing the summary of the changes.
In the virt-resize documentation, add a paragraph about this warning.
---
resize/resize.ml | 30 +++++++++++++++++++++++-------
resize/virt-resize.pod | 39 +++++++++++++++++++++++++++++++++++++++
2 files changed, 62 insertions(+), 7 deletions(-)
Reviewed-by: Chen Hanxiao <chenhanxiao(a)cn.fujitsu.com>