mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-23 22:50:09 +03:00
Feature #1727: VM::set_auth_request adds size to each disk
This commit is contained in:
parent
2ccfca4bd4
commit
edd210a889
@ -504,6 +504,9 @@ void ImagePool::authorize_disk(VectorAttribute * disk,int uid, AuthRequest * ar)
|
||||
|
||||
img->get_permissions(perm);
|
||||
|
||||
// TODO: we could have img->authorize_disk, to add only SIZE and CLONE attrs.
|
||||
img->disk_attribute(disk, img_type, dev_prefix, inherit_image_attrs);
|
||||
|
||||
img->unlock();
|
||||
|
||||
ar->add_auth(AuthRequest::USE, perm);
|
||||
|
Loading…
x
Reference in New Issue
Block a user