as a workaround you can disable hot-plug memory in the db:
insert into vdc_options(option_name ,option_value,version) values('HotPlugMemorySupported','{"x86_64":"false","ppc64":"false"}','3.6');
if you do this, you need to remember to enable it back once this bug is solved
(In reply to Omer Frenkel from comment #2)
> please attach vdsm log that contains the create + the failure message
Currently dev(rgolan) investigating the QE setup all logs with you.