Managed Kubernetes
Latest
Frequently Asked Questions
Solutions
How Tos
Internal Only
Templates
Powered By

Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Error Initializing Docker: "devicemapper: Non existing device docker--vg-docker--pool"
Copy Markdown
Open in ChatGPT
Open in Claude
Problem
Docker is failing to start with the following error message.
xxxxxxxxxxError starting daemon: error initializing graphdriver: devicemapper: Non existing device docker--vg-docker--poolEnvironment
- Platform9 Managed Kubernetes - All Versions
- Docker
Cause
The prerequisite logical volume for Docker was not named correctly as per the storage options in /etc/docker/daemon.json.
Resolution
Note: The following scenarios assume that the logical volume name is intended to be docker-pool, as per the error message.
Option #1
- Rename the logical volume.
xxxxxxxxxx# lvrename docker-vg/[lv-name] docker-vg/docker-poolOption #2
- Modify /etc/docker/daemon.json to match the path of the logical volume that was created.
xxxxxxxxxx"storage-opts": [ "dm.fs=xfs", "dm.thinpooldev=/dev/mapper/docker--vg-docker--pool", "dm.use_deferred_removal=true" ]Additional Information
Preparing CentOS or RHEL 7 system for running Platform9 Managed Kubernetes
VariableType to search · ESC to discard
GlossaryType to search · ESC to discard
InsertType to search · ESC to discard
No matches
Last updated on
Was this page helpful?
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message