1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

F #2260: Fixed problem with generic function chown (#2413)

(cherry picked from commit 75ec599a4f785a53a7b63d66c49a60e975ed9486)
This commit is contained in:
juanmont 2018-09-12 11:51:57 +02:00 committed by Ruben S. Montero
parent 55c280f74e
commit 176988cb52

View File

@ -402,6 +402,12 @@ void RequestManagerChown::request_execute(xmlrpc_c::paramList const& paramList,
object->unlock();
if ( auth_object != PoolObjectSQL::VROUTER )
{
success_response(oid, att);
return;
}
// --------------- Recursive change associated VM objects ------------------
// IMPORTANT!: pool/auth_object members are redirected to the VM pool to
// chown VMs