Backlog #3867
Set image format per datastore
Status: | Pending | Start date: | 07/08/2015 | |
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Drivers - Storage | |||
Target version: | - |
Description
Some datastores only accept one image format. For example, LVM and Ceph use RAW. Add the option to automatically set this format for each datastore.
This can be done setting an inherited parameter in the OpenNebula configuration file:
INHERIT_DATASTORE_ATTR = "DRIVER"
And then adding a DRIVER
value to the datastore template.