search for: dbbroker

Displaying 3 results from an estimated 3 matches for "dbbroker".

Did you mean: broker
2012 Jan 23
1
oVirt setup issues
...] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure /opt/ovirt/src/ovirt-engine/backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dal/dbbroker/PGHack.java:[9,7] error: PGHack is not abstract and does not override abstract method getParentLogger() in CommonDataSource [...] There are no remote branches nor tags that looked like "stable" that I could test on, too. So finally (the not favoured version), I tried putting a Fedora 16...
2018 Mar 11
0
Re: [PATCH v5 4/4] v2v: Add -o rhv-upload output mode.
..._service.finalize() You need to wait for the transfer to finish before proceeding. Otherwise there is a race between disk unlocking and VM creation. Last disk may not be attached to the VM producing the following error in engine.log: > 2018-03-11 20:53:44,304+01 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (default task-28) [d04925b] EVENT_ID: VM_IMPORT_FROM_CONFIGURATION_ATTACH_DISKS_FAILED(175), VM tg-mini has been imported from the given configuration but the following disk(s) failed to attach: 0ddc46a9-8989-47a0-ae2f-18201e44cf0d. See this code: https://gi...
2018 Mar 11
2
Re: [PATCH v5 4/4] v2v: Add -o rhv-upload output mode.
On Thu, 8 Mar 2018 09:37:19 +0000 "Richard W.M. Jones" <rjones@redhat.com> wrote: > PROBLEMS: > - Target cluster defaults to "Default". > - Using Insecure = True, is that bad? Since you have --rhv-cafile mandatory, there is no reason to set Insecure=True. > - -of qcow2 does not work, with multiple problems > - Need to attach disks to VMs somehow