| Summary: | [RFE] Allow Instack disk sizes other than hard-coded 30G | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Raviv Bar-Tal <rbartal> |
| Component: | instack-undercloud | Assignee: | James Slagle <jslagle> |
| Status: | CLOSED WONTFIX | QA Contact: | Shai Revivo <srevivo> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 8.0 (Liberty) | CC: | aschultz, dsneddon, dtantsur, jcoufal, mburns, rhel-osp-director-maint |
| Target Milestone: | --- | Keywords: | FutureFeature |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-02-08 18:45:49 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
This bug did not make the OSP 8.0 release. It is being deferred to OSP 10. My understanding is that we are no longer doing improvements to the instack-virt-setup. If this is still needed or we are still accepting changes for instack-virt-setup, feel free to reopen this. |
Description of problem: The instack disk size is hard coded to 30G in the instack-virt-setup script. The disk size should have default size of 30G but should use env variable to allow other sizes. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. see the image create command in the script: disk-image-create \ --image-size 30 \ -a amd64 \ $NODE_DIST instack-vm \ -o $UNDERCLOUD_VM_NAME 2. 3. Actual results: Expected results: Additional info: