[ovirt-users] Help debugging VM import error

2018-04-23 Thread ~Stack~
Greetings, After my rebuild, I have imported my VM's. Everything went smooth and all of them came back, except one. One VM gives me the error "General command validation failure." which isn't helping me when I search for the problem. The oVirt engine logs aren't much better at pointing to what th

Re: [ovirt-users] Help debugging VM import error

2018-04-23 Thread Roy Golan
Please open a bug including the logs. https://www.ovirt.org/community/get-involved/report-a-bug/ Also what is the exact version you are using? On Mon, 23 Apr 2018 at 21:48 ~Stack~ wrote: > Greetings, > > After my rebuild, I have imported my VM's. Everything went smooth and > all of them came

Re: [ovirt-users] Help debugging VM import error

2018-04-23 Thread Benny Zlotnik
Looks like a bug. Can you please file a report: https://bugzilla.redhat.com/enter_bug.cgi?product=ovirt-engine On Mon, Apr 23, 2018 at 9:38 PM, ~Stack~ wrote: > Greetings, > > After my rebuild, I have imported my VM's. Everything went smooth and > all of them came back, except one. One VM gives

Re: [ovirt-users] Help debugging VM import error

2018-04-23 Thread Roy Golan
I suspect List guids = Guid.createGuidListFromString(snap.getMemoryVolume()); where guids is empty because there is not memory volume. which fails this StorageDomain sd = getStorageDomainDao().getForStoragePool(guids.get(0), params.getStoragePoolId()); On Mon,

Re: [ovirt-users] Help debugging VM import error

2018-04-23 Thread ~Stack~
On 04/23/2018 01:57 PM, Roy Golan wrote: > Please open a bug including the logs. > https://www.ovirt.org/community/get-involved/report-a-bug/ Sorry, got pulled onto another project that a coworker needed help on. I will gladly file a bug report in the morning (or later tonight if I get the chance)

Re: [ovirt-users] Help debugging VM import error

2018-04-23 Thread ~Stack~
Thank you Roy and Benny for your assistance. I have opened the following bug ticket: https://bugzilla.redhat.com/show_bug.cgi?id=1571039 Please let me know if there is something else I can provide. And thank you for your work on oVirt! :-) ~Stack~ signature.asc Description: OpenPGP digital si

Re: [ovirt-users] Help debugging VM import error

2018-04-26 Thread Arik Hadas
On Mon, Apr 23, 2018 at 10:02 PM, Roy Golan wrote: > I suspect > > List guids = Guid.createGuidListFromString( > snap.getMemoryVolume()); > > where guids is empty because there is not memory volume. which fails this > > StorageDomain sd = getStorageDomainDao(). > g

Re: [ovirt-users] Help debugging VM import error

2018-04-26 Thread Maor Lipchuk
It seems like a regression from 55a71302ef91c91e8d9d418794ea3be990dcfe71 Since memory disk was not considered a disk entity in the engine, the VM regisatration worked well. Now, that the memory disk became an entity and the validation was added, it should also be addressed in the VM's OVF. Now it i