public:trouble:blockdev
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
public:trouble:blockdev [2016/10/23 19:18] – [Solution suggestions] added link wiki.tk | public:trouble:blockdev [2016/10/24 06:18] (current) – [Solution] fixed a typo wiki.tk | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ===== Live migration error ===== | ||
+ | ==== Error description ==== | ||
+ | Although live migration does work for some vhosts from one kvm host to another, it causes error messages for some other vhosts using the same kvm hosts. The log files deliver hints to an unstoppable block job: | ||
+ | root@qkvm55: | ||
+ | --domain testhost --desturi qemu+ssh:// | ||
+ | error: operation failed: migration job: unexpectedly failed | ||
+ | |||
+ | root@kvm55: | ||
+ | 2016-09-02 09: | ||
+ | operation failed: migration job: unexpectedly failed | ||
+ | 2016-09-02 09: | ||
+ | Unable to stop block job on drive-ide0-0-0 | ||
+ | ==== Failure cause ==== | ||
+ | The error cause is unknown. | ||
+ | ==== Solution suggestions ==== | ||
+ | Some [[http:// | ||
+ | * All KVM hosts of a site better use a common kvm version. | ||
+ | * Taking next Ubuntu migrations into account it is neither helpful nor possible to do a downgrade. | ||
+ | * The solution suggested a downgrade from v1.1.1 to v1.1.0. | ||
+ | * On the affected hosts version v1.2.12 is in use for which no other errors are known. | ||
+ | ==== Solution ==== | ||
+ | A live migration is not possible for the affected hosts. They have to be migrated by other means. One opportunity is offline migration: | ||
+ | * Define the vhost on the destination kvm host | ||
+ | * Shut down the vhost on the source kvm host | ||
+ | * Start the vhost on the destination kvm host | ||
+ | * Remove the vhost from the source kvm host | ||
+ | |||
+ | [[public: |