aruslan
(Ruslan A)
1
Our setup : opennebula 6.0.0.1-1.ce
We are trying to enable disk resize opportunity for user acccount by changing settings in oned.conf:
VM_ADMIN_OPERATIONS
VM_MANAGE_OPERATIONS
VM_USE_OPERATIONS
It did not helped, user still has no “resize” button.
User has full permissions for this object.
tinova
(Tino Vázquez)
2
Have you checked the following setting on the sunstone views yaml of your current view?
VM.disk_resize: true
Also, what hypervisor are you using?
aruslan
(Ruslan A)
3
We are using kvm hypervisor.
changing in user.yaml : VM.disk_resize: true - helped.
Thank you.