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)