oVirt / ovirt-web-ui

Modern lightweight UI for standard (non-admin) oVirt users
https://www.ovirt.org
Apache License 2.0
116 stars 72 forks source link

Error by creating new disk - 404 Not Found #541

Closed leistnerova closed 6 years ago

leistnerova commented 6 years ago

When I create new disk for VM, HTTP 404 error returned. But disk is created and appears after reload in VMs detail. Error in engine.log.

tested in ovirt-web-ui-1.3.7-2.el7ev.noarch with ovirt-engine-4.2.2.4-0.1.el7.noarch

screenshot from 2018-03-28 13-08-36

leistnerova commented 6 years ago

logs logs.zip

jniederm commented 6 years ago

It looks like problem of engine permissions. https://bugzilla.redhat.com/show_bug.cgi?id=1554353

michalskrivanek commented 6 years ago

hopefully no action, but let's track this for next release

bond95 commented 6 years ago

Adding disk to VM created via VmPortal, work fine without errors.

jniederm commented 6 years ago

This happens for VMs created in webadmin with no user role assigned and admin user creating a disk. It is caused by always sending Filter: true header with POST HTTP method.

bond95 commented 6 years ago

Fixed by https://github.com/oVirt/ovirt-web-ui/pull/550.