Re: [ovirt-users] Error running VM because of fnternal filter

2015-11-13 Thread Alexandr Krivulya
13.11.15 15:32, Michal Skrivanek пишет:
>> On 12 Nov 2015, at 17:54, Alexandr Krivulya  wrote:
>>
>> 12.11.15 16:40, Alexandr Krivulya пишет:
>>> Hello!
>>>
>>> After upgrade cluster to 3.6 I cannot run VM's because of error:
>>>
>>> The host vms-intron did not satisfy internal filter HostDevice because
>>> it does not support host device passthrough..
>>>
>>> How can I disable this filter?
>>>
>> Half-day brainstorm and everything is ok:
>>
>> delete from vm_device where type='hostdev' and vm_id='aaa--ccc…';
> and you didn’t add anything in UI, this is just an upgrade from 3.5 when 
> using usbhost hook?
>

When VM did not start after upgrade I did many different steps including
attaching/detaching usb devices via UI. All my attempts ended with the
same error. Only editing vm_device table by hand solves my problem.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Error running VM because of fnternal filter

2015-11-13 Thread Michal Skrivanek

> On 12 Nov 2015, at 17:54, Alexandr Krivulya  wrote:
> 
> 12.11.15 16:40, Alexandr Krivulya пишет:
>> Hello!
>> 
>> After upgrade cluster to 3.6 I cannot run VM's because of error:
>> 
>> The host vms-intron did not satisfy internal filter HostDevice because
>> it does not support host device passthrough..
>> 
>> How can I disable this filter?
>> 
> 
> Half-day brainstorm and everything is ok:
> 
> delete from vm_device where type='hostdev' and vm_id='aaa--ccc…';

and you didn’t add anything in UI, this is just an upgrade from 3.5 when using 
usbhost hook?

thanks,
michal


> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
> 
> 

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Error running VM because of fnternal filter

2015-11-12 Thread Alexandr Krivulya
Hello!

After upgrade cluster to 3.6 I cannot run VM's because of error:

The host vms-intron did not satisfy internal filter HostDevice because
it does not support host device passthrough..

How can I disable this filter?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Error running VM because of fnternal filter

2015-11-12 Thread Alexandr Krivulya
12.11.15 16:40, Alexandr Krivulya пишет:
> Hello!
>
> After upgrade cluster to 3.6 I cannot run VM's because of error:
>
> The host vms-intron did not satisfy internal filter HostDevice because
> it does not support host device passthrough..
>
> How can I disable this filter?
>

Half-day brainstorm and everything is ok:

delete from vm_device where type='hostdev' and vm_id='aaa--ccc...';
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users