Bug 1267952 - Keystone token not flush on the undercloud
Summary: Keystone token not flush on the undercloud
Keywords:
Status: CLOSED DUPLICATE of bug 1173970
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: instack-undercloud
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: 7.0 (Kilo)
Assignee: Yanis Guenane
QA Contact: yeylon@redhat.com
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-10-01 12:49 UTC by gaelL
Modified: 2016-04-18 06:55 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-10-02 16:11:17 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description gaelL 2015-10-01 12:49:13 UTC
Most of the undercloud disk space is used :

[root@instack ~]# df -h
Sys. de fichiers Taille Utilisé Dispo Uti% Monté sur
/dev/sda1           50G     49G  1,1G  99% /

After quick search, it seems to be from the keystone database.

MariaDB [keystone]> SELECT table_name AS "Tables", round(((data_length + index_length) / 1024 / 1024), 2) "Size in MB" FROM information_schema.TABLES WHERE table_schema = "keystone";
+------------------------+------------+
| Tables | Size in MB |
+------------------------+------------+
| access_token | 0.05 |
| sensitive_config | 0.02 |
...
| token | 2400.45 |
| trust | 0.02 |
+------------------------+------------+


[root@instack ~]# mysql -NB keystone -e "SELECT COUNT(*) FROM token"
268057

Comment 2 James Slagle 2015-10-02 16:11:17 UTC

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


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