1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

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

This commit is contained in:
juanmont 2018-09-12 11:51:57 +02:00 committed by Ruben S. Montero
parent decd82006b
commit 75ec599a4f

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