Hi,
I’m trying to give the ability to perform recover operations to the MANAGE permission. I’ve modified the /etc/oned.conf to have this:
VM_ADMIN_OPERATIONS = “migrate, delete, retry, deploy, resched”
VM_MANAGE_OPERATIONS = “undeploy, hold, recover, release, stop, suspend, resume, reboot,
poweroff, disk-attach, nic-attach, disk-snapshot, terminate, disk-resize,
snapshot, updateconf, rename, resize, update, disk-saveas”
VM_USE_OPERATIONS = “”
Services have been restarted.
But Sunstone is still complaining about the need of ADMIN on VM:
[one.vm.recover] User [3] : Not authorized to perform ADMIN VM [328].
Is there something else to do ?