<div dir="ltr"><div>Hi,</div><div><br></div><div>I don't know if the topic was dicussed before or should be discussed here.</div><div>I installed Mirantis OS8 in my server and found that the keystone service stop working after a period of time running.</div><div>After some study, I found this is because the /var/log is full. I tried manually remove some logs for ceilometer and rebooted the controller node. Then it starts to work. But the second day, the /var/log become full again and keystone stop working again.</div><div>It is really hard to manualy clean the log. I wonder do we have good way to clean logs? And how can we prevent keystone from stop working?</div><div>Thank you!</div><div><br></div><div>BR/Guoliang</div><div><br></div><div>root@node-34:/var/log# <br>root@node-34:/var/log# nova list<br>No handlers could be found for logger "keystoneclient.auth.identity.generic.base"<br>ERROR (DiscoveryFailure): Could not determine a suitable URL for the plugin</div><div><br></div><div>root@node-34:/var/log# keystone user-list<br>/usr/lib/python2.7/dist-packages/keystoneclient/shell.py:64: DeprecationWarning: The keystone CLI is deprecated in favor of python-openstackclient. For a Python library, continue using python-keystoneclient.<br>  'python-keystoneclient.', DeprecationWarning)<br>/usr/lib/python2.7/dist-packages/keystoneclient/v2_0/client.py:145: DeprecationWarning: Constructing an instance of the keystoneclient.v2_0.client.Client class without a session is deprecated as of the 1.7.0 release and may be removed in the 2.0.0 release.<br>  'the 2.0.0 release.', DeprecationWarning)<br>/usr/lib/python2.7/dist-packages/keystoneclient/v2_0/client.py:147: DeprecationWarning: Using the 'tenant_name' argument is deprecated in version '1.7.0' and will be removed in version '2.0.0', please use the 'project_name' argument instead<br>  super(Client, self).__init__(**kwargs)<br>/usr/lib/python2.7/dist-packages/debtcollector/renames.py:43: DeprecationWarning: Using the 'tenant_id' argument is deprecated in version '1.7.0' and will be removed in version '2.0.0', please use the 'project_id' argument instead<br>  return f(*args, **kwargs)<br>/usr/lib/python2.7/dist-packages/keystoneclient/httpclient.py:376: DeprecationWarning: Constructing an HTTPClient instance without using a session is deprecated as of the 1.7.0 release and may be removed in the 2.0.0 release.<br>  'the 2.0.0 release.', DeprecationWarning)<br>Authorization Failed: Unable to establish connection to <a href="http://10.85.45.133:5000/tokens">http://10.85.45.133:5000/tokens</a><br>root@node-34:/var/log# <br><br>root@node-34:/var/log# df<br>Filesystem                     1K-blocks     Used Available Use% Mounted on<br>udev                            65886016       12  65886004   1% /dev<br>tmpfs                           13179484     1396  13178088   1% /run<br>/dev/dm-5                       51474912  5694432  43142768  12% /<br>none                                   4        0         4   0% /sys/fs/cgroup<br>none                                5120        0      5120   0% /run/lock<br>none                            65897400    60868  65836532   1% /run/shm<br>none                              102400        0    102400   0% /run/user<br>/dev/sda3                         200672    59252    131192  32% /boot<br>/dev/mapper/logs-log            10190136 10173752         0 100% /var/log<br>/dev/mapper/image-glance        96450548   439892  96010656   1% /var/lib/glance<br>/dev/mapper/mysql-root          20511356  4472936  14973460  24% /var/lib/mysql<br>/dev/mapper/horizon-horizontmp  11524096    33504  11490592   1% /var/lib/horizon<br>/dev/mapper/mongo-mongodb       94850900 12814576  77195060  15% /var/lib/mongo</div></div>