-
Story
-
Resolution: Unresolved
-
Undefined
-
None
USER STORY:
As an OpenShift administrator, I want to be able to configure thin provisioned for my new data disks so that adjust the behavior that may be different than my default storage policy.
DESCRIPTION:
Currently, we have the machine api changes forcing the thin provisioned flag to true. We need to add a flag to allow admin to configure this. The default behavior will be to not set the flag and use default storage policy.
ACCEPTANCE CRITERIA:
- API has new flag
- Machine API has been modified to to use the new flag if set, else do not set the thinProvisioned attribute during clone.