[Users] Live Migrate Disks

------=_NextPart_000_00B1_01CF28CB.CA5F2960 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Is it possible to live migrate disks like storage vMotion? ------=_NextPart_000_00B1_01CF28CB.CA5F2960 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable <html xmlns:v=3D"urn:schemas-microsoft-com:vml" = xmlns:o=3D"urn:schemas-microsoft-com:office:office" = xmlns:w=3D"urn:schemas-microsoft-com:office:word" = xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" = xmlns=3D"http://www.w3.org/TR/REC-html40"><head><META = HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; = charset=3Dus-ascii"><meta name=3DGenerator content=3D"Microsoft Word 15 = (filtered medium)"><style><!-- /* Font Definitions */ @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0in; margin-bottom:.0001pt; font-size:11.0pt; font-family:"Calibri","sans-serif";} a:link, span.MsoHyperlink {mso-style-priority:99; color:#0563C1; text-decoration:underline;} a:visited, span.MsoHyperlinkFollowed {mso-style-priority:99; color:#954F72; text-decoration:underline;} span.EmailStyle17 {mso-style-type:personal-compose; font-family:"Calibri","sans-serif"; color:windowtext;} .MsoChpDefault {mso-style-type:export-only; font-family:"Calibri","sans-serif";} @page WordSection1 {size:8.5in 11.0in; margin:1.0in 1.0in 1.0in 1.0in;} div.WordSection1 {page:WordSection1;} --></style><!--[if gte mso 9]><xml> <o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" /> </xml><![endif]--><!--[if gte mso 9]><xml> <o:shapelayout v:ext=3D"edit"> <o:idmap v:ext=3D"edit" data=3D"1" /> </o:shapelayout></xml><![endif]--></head><body lang=3DEN-US = link=3D"#0563C1" vlink=3D"#954F72"><div class=3DWordSection1><p = class=3DMsoNormal>Is it possible to live migrate disks like storage = vMotion?<o:p></o:p></p></div></body></html> ------=_NextPart_000_00B1_01CF28CB.CA5F2960--

On Thu, Feb 13, 2014 at 8:56 PM, Maurice James wrote:
Is it possible to live migrate disks like storage vMotion?
It should be supported since 3.2. See http://www.ovirt.org/OVirt_3.2_release_notes So in current stable 3.3.3 it should be ok. take in mind that it depends on live snapshots, so limitation on RHEL / CerntOS 6.5 apply. In that case you should use the recent qemu-kvm rebuilt from jenkins job, as noted in other threads today: http://jenkins.ovirt.org/view/Packaging/job/qemu-kvm-rhev_create_rpms_el6/ HIH, Gianluca

Im running oVirt 3.4.0-0.7.beta2.el6 rpm -qa |grep qemu-kvm qemu-kvm-tools-0.12.1.2-2.415.el6_5.3.x86_64 qemu-kvm-0.12.1.2-2.415.el6_5.3.x86_64 And its failing with this error in the engine.log 2014-02-13 22:42:12,782 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.SnapshotVDSCommand] (org.ovirt.thread.pool-6-thread-12) Failed in SnapshotVDS method 2014-02-13 22:42:12,785 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.SnapshotVDSCommand] (org.ovirt.thread.pool-6-thread-12) Command SnapshotVDSCommand(HostName = Titan, HostId = 5869805e-5b95-485a-bd8a-07b472d3fcaf, vmId=dfe6ab9e-1f61-4202-ade9-18ade4757a5e) execution failed. Exception: VDSErrorException: VDSGenericException: VDSErrorException: Failed to SnapshotVDS, error = Snapshot failed, code = 48 2014-02-13 22:42:13,016 ERROR [org.ovirt.engine.core.bll.lsm.LiveMigrateVmDisksCommand] (org.ovirt.thread.pool-6-thread-12) Command org.ovirt.engine.core.bll.lsm.LiveMigrateVmDisksCommand throw Vdc Bll exception. With error message VdcBLLException: Auto-generated live snapshot for VM dfe6ab9e-1f61-4202-ade9-18ade4757a5e failed (Failed with error imageErr and code 13) 2014-02-13 22:42:13,017 ERROR [org.ovirt.engine.core.bll.lsm.LiveMigrateVmDisksCommand] (org.ovirt.thread.pool-6-thread-12) Reverting task unknown, handler: org.ovirt.engine.core.bll.lsm.LiveSnapshotTaskHandler -----Original Message----- From: Gianluca Cecchi [mailto:gianluca.cecchi@gmail.com] Sent: Thursday, February 13, 2014 4:09 PM To: Maurice James Cc: users Subject: Re: [Users] Live Migrate Disks On Thu, Feb 13, 2014 at 8:56 PM, Maurice James wrote:
Is it possible to live migrate disks like storage vMotion?
It should be supported since 3.2. See http://www.ovirt.org/OVirt_3.2_release_notes So in current stable 3.3.3 it should be ok. take in mind that it depends on live snapshots, so limitation on RHEL / CerntOS 6.5 apply. In that case you should use the recent qemu-kvm rebuilt from jenkins job, as noted in other threads today: http://jenkins.ovirt.org/view/Packaging/job/qemu-kvm-rhev_create_rpms_el6/ HIH, Gianluca

On Feb 14, 2014, at 04:44 , Maurice James <midnightsteel@msn.com> wrote:
Im running oVirt 3.4.0-0.7.beta2.el6
rpm -qa |grep qemu-kvm qemu-kvm-tools-0.12.1.2-2.415.el6_5.3.x86_64 qemu-kvm-0.12.1.2-2.415.el6_5.3.x86_64
And its failing with this error in the engine.log
can you do a live VM snapshot at all? If not then the QEMU you're running is not supporting it Thanks, michal
2014-02-13 22:42:12,782 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.SnapshotVDSCommand] (org.ovirt.thread.pool-6-thread-12) Failed in SnapshotVDS method 2014-02-13 22:42:12,785 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.SnapshotVDSCommand] (org.ovirt.thread.pool-6-thread-12) Command SnapshotVDSCommand(HostName = Titan, HostId = 5869805e-5b95-485a-bd8a-07b472d3fcaf, vmId=dfe6ab9e-1f61-4202-ade9-18ade4757a5e) execution failed. Exception: VDSErrorException: VDSGenericException: VDSErrorException: Failed to SnapshotVDS, error = Snapshot failed, code = 48 2014-02-13 22:42:13,016 ERROR [org.ovirt.engine.core.bll.lsm.LiveMigrateVmDisksCommand] (org.ovirt.thread.pool-6-thread-12) Command org.ovirt.engine.core.bll.lsm.LiveMigrateVmDisksCommand throw Vdc Bll exception. With error message VdcBLLException: Auto-generated live snapshot for VM dfe6ab9e-1f61-4202-ade9-18ade4757a5e failed (Failed with error imageErr and code 13) 2014-02-13 22:42:13,017 ERROR [org.ovirt.engine.core.bll.lsm.LiveMigrateVmDisksCommand] (org.ovirt.thread.pool-6-thread-12) Reverting task unknown, handler: org.ovirt.engine.core.bll.lsm.LiveSnapshotTaskHandler
-----Original Message----- From: Gianluca Cecchi [mailto:gianluca.cecchi@gmail.com] Sent: Thursday, February 13, 2014 4:09 PM To: Maurice James Cc: users Subject: Re: [Users] Live Migrate Disks
On Thu, Feb 13, 2014 at 8:56 PM, Maurice James wrote:
Is it possible to live migrate disks like storage vMotion?
It should be supported since 3.2. See http://www.ovirt.org/OVirt_3.2_release_notes
So in current stable 3.3.3 it should be ok. take in mind that it depends on live snapshots, so limitation on RHEL / CerntOS 6.5 apply. In that case you should use the recent qemu-kvm rebuilt from jenkins job, as noted in other threads today: http://jenkins.ovirt.org/view/Packaging/job/qemu-kvm-rhev_create_rpms_el6/
HIH, Gianluca _______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

On Feb 14, 2014, at 14:21 , Michal Skrivanek <michal.skrivanek@redhat.com> wrote:
On Feb 14, 2014, at 04:44 , Maurice James <midnightsteel@msn.com> wrote:
Im running oVirt 3.4.0-0.7.beta2.el6
rpm -qa |grep qemu-kvm qemu-kvm-tools-0.12.1.2-2.415.el6_5.3.x86_64 qemu-kvm-0.12.1.2-2.415.el6_5.3.x86_64
And its failing with this error in the engine.log
can you do a live VM snapshot at all? If not then the QEMU you're running is not supporting it
i.e. see "[Users] issues with live snapshot" thread:-)
Thanks, michal
2014-02-13 22:42:12,782 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.SnapshotVDSCommand] (org.ovirt.thread.pool-6-thread-12) Failed in SnapshotVDS method 2014-02-13 22:42:12,785 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.SnapshotVDSCommand] (org.ovirt.thread.pool-6-thread-12) Command SnapshotVDSCommand(HostName = Titan, HostId = 5869805e-5b95-485a-bd8a-07b472d3fcaf, vmId=dfe6ab9e-1f61-4202-ade9-18ade4757a5e) execution failed. Exception: VDSErrorException: VDSGenericException: VDSErrorException: Failed to SnapshotVDS, error = Snapshot failed, code = 48 2014-02-13 22:42:13,016 ERROR [org.ovirt.engine.core.bll.lsm.LiveMigrateVmDisksCommand] (org.ovirt.thread.pool-6-thread-12) Command org.ovirt.engine.core.bll.lsm.LiveMigrateVmDisksCommand throw Vdc Bll exception. With error message VdcBLLException: Auto-generated live snapshot for VM dfe6ab9e-1f61-4202-ade9-18ade4757a5e failed (Failed with error imageErr and code 13) 2014-02-13 22:42:13,017 ERROR [org.ovirt.engine.core.bll.lsm.LiveMigrateVmDisksCommand] (org.ovirt.thread.pool-6-thread-12) Reverting task unknown, handler: org.ovirt.engine.core.bll.lsm.LiveSnapshotTaskHandler
-----Original Message----- From: Gianluca Cecchi [mailto:gianluca.cecchi@gmail.com] Sent: Thursday, February 13, 2014 4:09 PM To: Maurice James Cc: users Subject: Re: [Users] Live Migrate Disks
On Thu, Feb 13, 2014 at 8:56 PM, Maurice James wrote:
Is it possible to live migrate disks like storage vMotion?
It should be supported since 3.2. See http://www.ovirt.org/OVirt_3.2_release_notes
So in current stable 3.3.3 it should be ok. take in mind that it depends on live snapshots, so limitation on RHEL / CerntOS 6.5 apply. In that case you should use the recent qemu-kvm rebuilt from jenkins job, as noted in other threads today: http://jenkins.ovirt.org/view/Packaging/job/qemu-kvm-rhev_create_rpms_el6/
HIH, Gianluca _______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
participants (3)
-
Gianluca Cecchi
-
Maurice James
-
Michal Skrivanek