[ovirt-devel] Reaming VdcFault to EngineFault
Eli Mesika
emesika at redhat.com
Wed Jul 8 12:22:23 UTC 2015
You may get the following error after rebase with master :
http://pastebin.test.redhat.com/295552
The reason is that the CommandEntity has a memeber of type VdcReturnValueBase which contains
the VdcFault. It is serialized by jackson into the db, and when there is
an attempt to deserialize it - you got the error.
This can be addressed by a simple update command followed by engine restart:
psql -U <user> -c "update command_entities set return_value = replace(return_value,'VdcFault','EngineFault'), return_value_class = replace(return_value_class,'VdcFault','EngineFault');" <db>
Please let me know if you have any issues.
Thanks
Eli Mesika
More information about the Devel
mailing list