Bug 1328180 - No keystone token flushing job on the undercloud machine
Summary: No keystone token flushing job on the undercloud machine
Keywords:
Status: CLOSED DUPLICATE of bug 1289614
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: rhosp-director
Version: 8.0 (Liberty)
Hardware: Unspecified
OS: Unspecified
unspecified
urgent
Target Milestone: ---
: ---
Assignee: Angus Thomas
QA Contact: Arik Chernetsky
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-04-18 15:29 UTC by Udi Kalifon
Modified: 2016-04-18 15:56 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-04-18 15:56:49 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Udi Kalifon 2016-04-18 15:29:47 UTC
Description of problem:
My instack machine ran out of disk space, and became unusable as all the services went down one by one (including rabbit). I was able to free up 2.1GB just by calling keystone-manage token_flush, and that's just in 1 day (I guess the upgrade process generates a lot of tokens?).

On the overcloud there is a cron job that calls the token flushing routinely to prevent the infinite inflation. I could find no similar job on the undercloud. 

I also made a clean install of 8.0 and there is no cleaning job defined on the undercloud node, this is defined only on the controllers.


Version-Release number of selected component (if applicable):
python-tripleoclient-0.3.4-3.el7ost.noarch


How reproducible:
100%


Steps to Reproduce:
1. Install the undercloud
2. Run 'sudo crontab -l -u keystone'


Actual results:
No cron job defined


Expected results:
Same as for the controllers on the overcloud. You should see this job defined:
1 0 * * * sleep `expr ${RANDOM} \% 3600`; keystone-manage token_flush >>/dev/null 2>&1

Comment 2 Mike Burns 2016-04-18 15:56:49 UTC

*** This bug has been marked as a duplicate of bug 1289614 ***


Note You need to log in before you can comment on or make changes to this bug.