search for: e7f75b9b

Displaying 4 results from an estimated 4 matches for "e7f75b9b".

2014 Sep 03
7
Does virsh actually work?
...n trying to accomplish even the simplest migration (per every page I can find from both the Fedore Project and Red Hat) I consistently get the following results: root@huey:/tmp# virsh list --all Id Name State ---------------------------------------------------- 9 e7f75b9b-9ed4-4f7e-aa86-e481ab911d6f running - 81c50b5a-24ef-47d5-88ae-16ee7f4f9537 shut off - acd06610-c919-450b-97c8-8e49b9a0d45c shut off root@huey:/tmp# virsh migrate --live --p2p e7f75b9b-9ed4-4f7e-aa86-e481ab911d6f qemu+ssh://10.10.11.204/system error: Failed to open file '/mnt/store01/...
2014 Sep 03
0
Re: Does virsh actually work?
Try creating a blank file on the target system at /mnt/store01/virt/e7f75b9b-9ed4-4f7e-aa86-e481ab911d6f.qcow2 on 'dewey'. Migrations really don't go well when the target disk doesn't exist. I'm not certain why this is, I think the migration feature was mainly built with shared storage in mind. On 9/3/2014 3:05 PM, Gary Hook wrote: > I have been b...
2014 Sep 03
0
Fwd: Does virsh actually work?
On Wed, Sep 3, 2014 at 2:12 PM, Brian Rak <brak@gameservers.com> wrote: > Try creating a blank file on the target system at > /mnt/store01/virt/e7f75b9b-9ed4-4f7e-aa86-e481ab911d6f.qcow2 on 'dewey'. > Yes, tried that before posting. At least, with a simple "touch" command. > Migrations really don't go well when the target disk doesn't exist. I'm > not certain why this is, I think the migration feature was...
2014 Sep 03
0
Fwd: Does virsh actually work?
...lake@redhat.com> wrote: > On 09/03/2014 01:05 PM, Gary Hook wrote: > > > > > root@huey:/tmp# virsh migrate --live --p2p > > This command does not default to migrating storage,... > Oh, you mean like this? root@huey:/tmp# virsh migrate --live --p2p --copy-storage-all e7f75b9b-9ed4-4f7e-aa86-e481ab911d6f qemu+ssh://10.10.11.204/system --verbose error: Failed to open file '/mnt/store01/virt/e7f75b9b-9ed4-4f7e-aa86-e481ab911d6f.qcow2': No such file or directory Apologies; I should have used this one in the first place. Too many attempts in the command history.....