Bug 1005073

Summary: [RFE] Please add glance and nova lib folder config
Product: [Community] RDO Reporter: Hangbin Liu <haliu>
Component: openstack-packstackAssignee: Ivan Chavero <ichavero>
Status: CLOSED NOTABUG QA Contact: Shai Revivo <srevivo>
Severity: low Docs Contact:
Priority: low    
Version: trunkCC: aortega, chris.brown, derekh, haliu, ichavero, jschluet, mmagr, nbarcet, oblaut, srevivo
Target Milestone: ---Keywords: FutureFeature, Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-06-28 12:27:47 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:
Embargoed:

Description Hangbin Liu 2013-09-06 07:53:22 UTC
Description of problem:
The default image and instance folder is /var/lib/glance and /var/lib/nova, and it is easy to use up all the space. So add an option to let user choose would be better.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:
# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/vg_hpdl388g805-lv_root
                       50G   47G     0 100% /
tmpfs                  20G     0   20G   0% /dev/shm
/dev/sda1             485M   64M  396M  14% /boot
/dev/mapper/vg_hpdl388g805-lv_home
                      848G   41G  765G   6% /home

+ service openstack-cinder-api start
Starting openstack-cinder-api: bash: line 0: echo: write error: No space left on device
[FAILED]
+ service openstack-cinder-scheduler start
Starting openstack-cinder-scheduler: bash: line 0: echo: write error: No space left on device
[FAILED]
+ service openstack-cinder-volume start
Starting openstack-cinder-volume: bash: line 0: echo: write error: No space left on device
[FAILED]
+ service openstack-glance-api start
Starting openstack-glance-api: bash: line 0: echo: write error: No space left on device
[FAILED]
+ service openstack-glance-registry start
Starting openstack-glance-registry: bash: line 0: echo: write error: No space left on device
[FAILED]
+ service openstack-keystone start
Starting keystone: bash: line 0: echo: write error: No space left on device
[FAILED]
+ service openstack-nova-api start
Starting openstack-nova-api: bash: line 0: echo: write error: No space left on device
[FAILED]

Expected results:


Additional info:
nova have an "instances_path" option and glance have a "filesystem_store_datadir" option to config

Comment 3 Jon Schlueter 2015-11-24 19:53:19 UTC
can we get an upstream launchpad bug for this so the community might have a chance to look at it?

Comment 5 Christopher Brown 2017-06-17 19:23:35 UTC
It doesnt look like this has been implemented yet so please file upstream as per comment #3 or close if not longer required?

Comment 6 Hangbin Liu 2017-06-26 12:20:01 UTC
(In reply to Christopher Brown from comment #5)
> It doesnt look like this has been implemented yet so please file upstream as
> per comment #3 or close if not longer required?

I'm OK to close it since no customer for this.

Thanks
Hangbin