[GH-ISSUE #269] migration #173

Open
opened 2026-02-27 15:57:37 +03:00 by kerem · 1 comment
Owner

Originally created by @ya-zero on GitHub (Dec 13, 2019).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/269

what are the requirements for migration betwen kvm host , managed webvirtcloud?

p.s.

  1. i'm try live migration, but exception
Error: Cannot access storage file '/kvm/img/testvm.qcow2' (as uid:64055, gid:116): No such file or directory
  1. to solve this problem i'm create img
qemu-img create -f qcow2 -o size=60G ./testvm.qcow2

p.s.s maybe there is some other solution
or migration even through "virsh cli" is only possible on a network drive (nfs,ISCSI) ?

Originally created by @ya-zero on GitHub (Dec 13, 2019). Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/269 what are the requirements for migration betwen kvm host , managed webvirtcloud? p.s. 1) i'm try live migration, but exception ``` Error: Cannot access storage file '/kvm/img/testvm.qcow2' (as uid:64055, gid:116): No such file or directory ``` 2) to solve this problem i'm create img ``` qemu-img create -f qcow2 -o size=60G ./testvm.qcow2 ``` **p.s.s maybe there is some other solution** or migration even through "virsh cli" is only possible on a network drive (nfs,ISCSI) ?
Author
Owner

@catborise commented on GitHub (Dec 14, 2019):

hi, please tell us your environment. does it have shared storage between two host?
instance disks on shared storage?

does virsh migrate —live ... command works as expected?

<!-- gh-comment-id:565711976 --> @catborise commented on GitHub (Dec 14, 2019): hi, please tell us your environment. does it have shared storage between two host? instance disks on shared storage? does virsh migrate —live ... command works as expected?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#173
No description provided.