> For the complete documentation index, see [llms.txt](https://platform9.com/kb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://platform9.com/kb/smcp/frequently-asked-questions/management-plane-crashing-due-to-disk-space-exhaustion-related-t.md).

# Management Plane Crashing Due To Disk space Exhaustion Related to Logrotation Failure

## Problem

The Management cluster crashing in the SMCP-GA and SMCP-Patch1 environments due to high disk utilisation in the Management Cluster nodes. The Fluentbit logs were using disk space around 92Gb.

{% tabs %}
{% tab title="Management Cluster node" %}

```javascript
[root@rocky-9 fluentbit]#ls -ahl /var/log/pf9/fluentbit/
total 94G
drwxr-xr-x. 2 root root 38 Dec 13 12:58 .
drwxr-xr-x. 9 pf9 pf9group 4.0K Jan 2 09:00 ..
-rw-r--r--. 1 root root 92G Jan 2 13:27 ddu.log
-rw-r--r--. 1 root root 1.7G Jan 2 13:21 infra.log
```

{% endtab %}
{% endtabs %}

## Environment

* Platform9 Self Managed Cloud Platform9 SMCP-GA \[v-5.9.1-3097399] and SMCP patch1 \[v-5.9.0-2847602].

## Answer

This is a known issues and it will be resolved in the SMCP-Patch2 \[v-5.9.2] release which will be available by the end of March in 2024.

## Additional Information

For any further queries, please open a support request mentioning the jira ID AIR-1273.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://platform9.com/kb/smcp/frequently-asked-questions/management-plane-crashing-due-to-disk-space-exhaustion-related-t.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
