# Unable To Add Node Due To "Device or resource busy"

## Problem

Unable to add a new worker node with partition `/var/lib/kubelet` . Log shows "rm: cannot remove '/var/lib/kubelet': Device or resource busy"

Environment

* Platform9 Managed Kubernetes - All Versions

## Answer

* Adding a worker node with the partition `/var/lib/kubelet` already mounted on it and see the "Device or resource busy" log. This is expected as the kubelet data directory i.e `/var/lib/kubelet` is cleaned up to ensure no pod state are stored outside the etcd database, for consistency. This operation fails if the directory is already mounted.
* To resolve this issue, unmount the`/var/lib/kubelet` filesystem from the nodes and let pf9 installer take care of creating this path during the node onboarding.


---

# Agent Instructions: 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:

```
GET https://platform9.com/kb/pmk/frequently-asked-questions/unable-to-add-node-due-to-device-or-resource-busy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
