[ovirt-users] Re: cinderlib: VM migration fails

2019-04-08 Thread Matthias Leopold

https://bugzilla.redhat.com/show_bug.cgi?id=1697496

Am 08.04.19 um 13:15 schrieb Benny Zlotnik:

Please open a bug for this, with vdsm and supervdsm logs

On Mon, Apr 8, 2019 at 2:13 PM Matthias Leopold
 wrote:


Hi,

after I successfully started my first VM with a cinderlib attached disk
in oVirt 4.3.2 I now want to test basic operations. I immediately
learned that migrating this VM (OS disk: iSCSI, 2nd disk: Managed Block)
fails with a java.lang.NullPointerException (see below) in engine.log.
This even happens when the cinderlib disk is deactivated.
Shall I report things like this here, shall I open a bug report or shall
I just wait because the feature is under development?

thx
Matthias


2019-04-08 12:57:40,250+02 INFO
[org.ovirt.engine.core.common.utils.cinderlib.CinderlibExecutor]
(default task-66) [4ef05101] cinderlib output: {"driver_volume_type":
"rbd", "data": {"secret_type": "ceph", "name":
"ovirt-test/volume-2f053070-f5b7-4f04-856c-87a56d70cd75",
"auth_enabled": true, "keyring": "[client.ovirt-test_user_rbd]\n\tkey =
xxx\n", "cluster_name": "ceph", "secret_uuid": null, "hosts":
["xxx.xxx.216.45", "xxx.xxx.216.54", "xxx.xxx.216.55"], "volume_id":
"2f053070-f5b7-4f04-856c-87a56d70cd75", "discard": true,
"auth_username": "ovirt-test_user_rbd", "ports": ["6789", "6789", "6789"]}}
2019-04-08 12:57:40,256+02 INFO
[org.ovirt.engine.core.vdsbroker.vdsbroker.AttachManagedBlockStorageVolumeVDSCommand]
(default task-66) [4ef05101] START,
AttachManagedBlockStorageVolumeVDSCommand(HostName = ov-test-04-01,
AttachManagedBlockStorageVolumeVDSCommandParameters:{hostId='59efbbfe-904a-4c43-9555-b544f77bb456',
vds='Host[ov-test-04-01,59efbbfe-904a-4c43-9555-b544f77bb456]'}), log
id: 67d3a79e
2019-04-08 12:57:40,262+02 ERROR
[org.ovirt.engine.core.vdsbroker.vdsbroker.AttachManagedBlockStorageVolumeVDSCommand]
(default task-66) [4ef05101] Failed in
'AttachManagedBlockStorageVolumeVDS' method, for vds: 'ov-test-04-01';
host: 'ov-test-04-01.foo.bar': null
2019-04-08 12:57:40,262+02 ERROR
[org.ovirt.engine.core.vdsbroker.vdsbroker.AttachManagedBlockStorageVolumeVDSCommand]
(default task-66) [4ef05101] Command
'AttachManagedBlockStorageVolumeVDSCommand(HostName = ov-test-04-01,
AttachManagedBlockStorageVolumeVDSCommandParameters:{hostId='59efbbfe-904a-4c43-9555-b544f77bb456',
vds='Host[ov-test-04-01,59efbbfe-904a-4c43-9555-b544f77bb456]'})'
execution failed: null
2019-04-08 12:57:40,262+02 INFO
[org.ovirt.engine.core.vdsbroker.vdsbroker.AttachManagedBlockStorageVolumeVDSCommand]
(default task-66) [4ef05101] FINISH,
AttachManagedBlockStorageVolumeVDSCommand, return: , log id: 67d3a79e
2019-04-08 12:57:40,310+02 ERROR
[org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
(default task-66) [4ef05101] EVENT_ID: VM_MIGRATION_FAILED(65),
Migration failed  (VM: ovirt-test01.srv, Source: ov-test-04-03).
2019-04-08 12:57:40,314+02 INFO
[org.ovirt.engine.core.bll.MigrateVmCommand] (default task-66)
[4ef05101] Lock freed to object
'EngineLock:{exclusiveLocks='[4a8c9902-f9ab-490f-b1dd-82d9aee63b5f=VM]',
sharedLocks=''}'
2019-04-08 12:57:40,314+02 ERROR
[org.ovirt.engine.core.bll.MigrateVmCommand] (default task-66)
[4ef05101] Command 'org.ovirt.engine.core.bll.MigrateVmCommand' failed:
org.ovirt.engine.core.common.errors.EngineException: EngineException:
java.lang.NullPointerException (Failed with error ENGINE and code 5001)
2019-04-08 12:57:40,314+02 ERROR
[org.ovirt.engine.core.bll.MigrateVmCommand] (default task-66)
[4ef05101] Exception: javax.ejb.EJBException:
org.ovirt.engine.core.common.errors.EngineException: EngineException:
java.lang.NullPointerException (Failed with error ENGINE and code 5001)
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/HSU2OYTNMR3KU4MN2NV5IAP72G37TYH3/


--
Matthias Leopold
IT Systems & Communications
Medizinische Universität Wien
Spitalgasse 23 / BT 88 /Ebene 00
A-1090 Wien
Tel: +43 1 40160-21241
Fax: +43 1 40160-921200
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/6ZXJDMYLTOZRAO2ZGPAXNIYG35A7HCTD/


[ovirt-users] Re: cinderlib: VM migration fails

2019-04-08 Thread Benny Zlotnik
Please open a bug for this, with vdsm and supervdsm logs

On Mon, Apr 8, 2019 at 2:13 PM Matthias Leopold
 wrote:
>
> Hi,
>
> after I successfully started my first VM with a cinderlib attached disk
> in oVirt 4.3.2 I now want to test basic operations. I immediately
> learned that migrating this VM (OS disk: iSCSI, 2nd disk: Managed Block)
> fails with a java.lang.NullPointerException (see below) in engine.log.
> This even happens when the cinderlib disk is deactivated.
> Shall I report things like this here, shall I open a bug report or shall
> I just wait because the feature is under development?
>
> thx
> Matthias
>
>
> 2019-04-08 12:57:40,250+02 INFO
> [org.ovirt.engine.core.common.utils.cinderlib.CinderlibExecutor]
> (default task-66) [4ef05101] cinderlib output: {"driver_volume_type":
> "rbd", "data": {"secret_type": "ceph", "name":
> "ovirt-test/volume-2f053070-f5b7-4f04-856c-87a56d70cd75",
> "auth_enabled": true, "keyring": "[client.ovirt-test_user_rbd]\n\tkey =
> xxx\n", "cluster_name": "ceph", "secret_uuid": null, "hosts":
> ["xxx.xxx.216.45", "xxx.xxx.216.54", "xxx.xxx.216.55"], "volume_id":
> "2f053070-f5b7-4f04-856c-87a56d70cd75", "discard": true,
> "auth_username": "ovirt-test_user_rbd", "ports": ["6789", "6789", "6789"]}}
> 2019-04-08 12:57:40,256+02 INFO
> [org.ovirt.engine.core.vdsbroker.vdsbroker.AttachManagedBlockStorageVolumeVDSCommand]
> (default task-66) [4ef05101] START,
> AttachManagedBlockStorageVolumeVDSCommand(HostName = ov-test-04-01,
> AttachManagedBlockStorageVolumeVDSCommandParameters:{hostId='59efbbfe-904a-4c43-9555-b544f77bb456',
> vds='Host[ov-test-04-01,59efbbfe-904a-4c43-9555-b544f77bb456]'}), log
> id: 67d3a79e
> 2019-04-08 12:57:40,262+02 ERROR
> [org.ovirt.engine.core.vdsbroker.vdsbroker.AttachManagedBlockStorageVolumeVDSCommand]
> (default task-66) [4ef05101] Failed in
> 'AttachManagedBlockStorageVolumeVDS' method, for vds: 'ov-test-04-01';
> host: 'ov-test-04-01.foo.bar': null
> 2019-04-08 12:57:40,262+02 ERROR
> [org.ovirt.engine.core.vdsbroker.vdsbroker.AttachManagedBlockStorageVolumeVDSCommand]
> (default task-66) [4ef05101] Command
> 'AttachManagedBlockStorageVolumeVDSCommand(HostName = ov-test-04-01,
> AttachManagedBlockStorageVolumeVDSCommandParameters:{hostId='59efbbfe-904a-4c43-9555-b544f77bb456',
> vds='Host[ov-test-04-01,59efbbfe-904a-4c43-9555-b544f77bb456]'})'
> execution failed: null
> 2019-04-08 12:57:40,262+02 INFO
> [org.ovirt.engine.core.vdsbroker.vdsbroker.AttachManagedBlockStorageVolumeVDSCommand]
> (default task-66) [4ef05101] FINISH,
> AttachManagedBlockStorageVolumeVDSCommand, return: , log id: 67d3a79e
> 2019-04-08 12:57:40,310+02 ERROR
> [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
> (default task-66) [4ef05101] EVENT_ID: VM_MIGRATION_FAILED(65),
> Migration failed  (VM: ovirt-test01.srv, Source: ov-test-04-03).
> 2019-04-08 12:57:40,314+02 INFO
> [org.ovirt.engine.core.bll.MigrateVmCommand] (default task-66)
> [4ef05101] Lock freed to object
> 'EngineLock:{exclusiveLocks='[4a8c9902-f9ab-490f-b1dd-82d9aee63b5f=VM]',
> sharedLocks=''}'
> 2019-04-08 12:57:40,314+02 ERROR
> [org.ovirt.engine.core.bll.MigrateVmCommand] (default task-66)
> [4ef05101] Command 'org.ovirt.engine.core.bll.MigrateVmCommand' failed:
> org.ovirt.engine.core.common.errors.EngineException: EngineException:
> java.lang.NullPointerException (Failed with error ENGINE and code 5001)
> 2019-04-08 12:57:40,314+02 ERROR
> [org.ovirt.engine.core.bll.MigrateVmCommand] (default task-66)
> [4ef05101] Exception: javax.ejb.EJBException:
> org.ovirt.engine.core.common.errors.EngineException: EngineException:
> java.lang.NullPointerException (Failed with error ENGINE and code 5001)
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct: 
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives: 
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/HSU2OYTNMR3KU4MN2NV5IAP72G37TYH3/
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/XPIKUU34ZYNF4AMHTIZ3KOOQFQA2E7OH/