Re: [Libguestfs] [PATCH v9] v2v: Add -o rhv-upload output mode (RHBZ#1557273).

2018-04-16 Thread Tomáš Golembiovský
On Tue, 10 Apr 2018 12:46:32 +0100 "Richard W.M. Jones" wrote: > This adds a new output mode to virt-v2v. virt-v2v -o rhv-upload > streams images directly to an oVirt or RHV >= 4 Data Domain using the > oVirt SDK v4. It is more efficient than -o rhv because it does not > need to go via the Expo

[Libguestfs] [PATCH] v2v: Give better diagnostics if filesystem falls back to read-only (RHBZ#1567763).

2018-04-16 Thread Richard W.M. Jones
Some filesystems fall back silently to read-only if there are problems such a dirty filesystem and an unrecoverable journal. Almost all conversions involve writing to the root filesystem, so these will inevitably fail later on with a strange error message. Test the root filesystem is writable by

Re: [Libguestfs] [PATCH v2 2/2] resize: expand f2fs partitions

2018-04-16 Thread Richard W.M. Jones
ACK series. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-builder quickly builds VMs from scratch http://libguestfs.org/virt-builder.1.html _

Re: [Libguestfs] [PATCH] v2v: Give better diagnostics if filesystem falls back to read-only (RHBZ#1567763).

2018-04-16 Thread Pino Toscano
On Monday, 16 April 2018 11:48:08 CEST Richard W.M. Jones wrote: > Some filesystems fall back silently to read-only if there are problems > such a dirty filesystem and an unrecoverable journal. Almost all > conversions involve writing to the root filesystem, so these will > inevitably fail later o

Re: [Libguestfs] [PATCH] v2v: Give better diagnostics if filesystem falls back to read-only (RHBZ#1567763).

2018-04-16 Thread Richard W.M. Jones
On Mon, Apr 16, 2018 at 12:28:58PM +0200, Pino Toscano wrote: > On Monday, 16 April 2018 11:48:08 CEST Richard W.M. Jones wrote: > > Some filesystems fall back silently to read-only if there are problems > > such a dirty filesystem and an unrecoverable journal. Almost all > > conversions involve w

Re: [Libguestfs] Windows v2v

2018-04-16 Thread Richard W.M. Jones
So assuming the answer to the previous question was _yes_ ... Then there are various ways to force a full shutdown either one-off or permanently. Can you work out what works and submit a documentation patch to improve things for Windows >= 8? (1) Try this command: shutdown /s /t 0 Because the /

Re: [Libguestfs] Windows v2v

2018-04-16 Thread Piotr Kliczewski
On Mon, Apr 16, 2018 at 2:57 PM, Richard W.M. Jones wrote: > So assuming the answer to the previous question was _yes_ ... > > Then there are various ways to force a full shutdown either one-off or > permanently. Can you work out what works and submit a documentation > patch to improve things fo