Displaying 5 results from an estimated 5 matches for "source_dev".
Did you mean:
p_source_dev
2019 Oct 17
4
Live migrate + change interface name
Is it possible to do a live migrate of a guest, having on the from host
a source_device=eth2 and to host a source_dev=eth1?
2019 Oct 21
0
Re: Live migrate + change interface name
On 10/17/19 4:26 PM, Marc Roos wrote:
>
> Is it possible to do a live migrate of a guest, having on the from host
> a source_device=eth2 and to host a source_dev=eth1?
What management tool are you using that the syntax is "source_device=eth2"?
Are you maybe just paraphrasing your config, and what you actually have
is something like this?:
<interface type='direct'>
<source dev='eth...
2015 May 15
0
[PATCH 3/4] ocaml tools: Use global variables to store trace (-x) and verbose (-v) flags.
...~keep_serial_console (g : G.guestfs) inspect source =
"xvd" ^ drive_name i, block_prefix_after_conversion ^ drive_name i
) source.s_disks in
- if verbose then (
+ if verbose () then (
printf "block device map:\n";
List.iter (
fun (source_dev, target_dev) ->
@@ -1349,7 +1349,7 @@ let rec convert ~verbose ~keep_serial_console (g : G.guestfs) inspect source =
if grub = `Grub2 then
ignore (g#command [| "grub2-mkconfig"; "-o"; grub_config |]);
- Linux.augeas_reload verbose g
+ Linux.augeas_...
2015 May 15
5
[PATCH 0/4] Only tell people to use -v -x when reporting bugs if they're not using those flags.
.. and a lot of refactoring.
https://bugzilla.redhat.com/show_bug.cgi?id=1167623
Rich.
2015 May 15
6
[PATCH v2 0/4] Only tell people to use -v -x when reporting bugs if they're not using those flags.
https://bugzilla.redhat.com/show_bug.cgi?id=1167623