Hello
Is it possible to disable the choice of “Raw” as storage format in OpenNebula menus to prevent users from selecting this format ?
Thank you very much
Hello
Is it possible to disable the choice of “Raw” as storage format in OpenNebula menus to prevent users from selecting this format ?
Thank you very much
Hello @Marc-Antoine.
While it is possible to disable “Format” option for non-oneadmin users (by adding the restricted attribute IMAGE_RESTRICTED_ATTR = "FORMAT"
to oned.conf), it is currently not possible to select a default for this attribute.
The default format for images is raw, but we have a feature request that should make it possible to change this default setting in future versions of OpenNebula.
Hello Alejandro
Thank you for your answer !