Created attachment 752049 [details] engine.log + network dump from IE Dev Tools Description of problem: changing os type switches usb_policy to disabled = When changing Windows 7 (32bit) VM with USB policy as 'Native' to Windows 7 64bit, the USB policy is automatically switched to 'Disabled'. engine=> select vm_name,os,usb_policy from vm_static where vm_name='wintest'; vm_name | os | usb_policy ---------+----+------------ wintest | 11 | 2 (1 row) * after switching os type engine=> select vm_name,os,usb_policy from vm_static where vm_name='wintest'; vm_name | os | usb_policy ---------+----+------------ wintest | 12 | 1 (1 row) Version-Release number of selected component (if applicable): sf17.1 How reproducible: 100% Steps to Reproduce: 1. create win 7 32bit vm with usb policy 'native' 2. change os type to win 7 64bit 3. check usb policy Actual results: usb policy is modified without human intervention Expected results: should keep settings and change only os type Additional info:
3.1 (si28.1) has same issue, thus this is not regression.
still relevant with new osinfo?
(In reply to Itamar Heim from comment #2) > still relevant with new osinfo? yes the UI still set the usb support to Disabled every time the OS selection is changed (it's an issue with the UI)
supposedly addressed by instance type changes scheduled for 3.5 Tomas, please check the behavior when changing OS…it should not alter the selection as long as it is still supported
> supposedly addressed by instance type changes scheduled for 3.5 only if the instance type is not "custom"
ok. looks good ovirt-engine-webadmin-portal-3.5.0-0.0.master.20140722232058.git8e1babc.el6.noarch (of course switching to vnc-based os types like w8 disables it in UI).
RHEV-M 3.5.0 has been released