mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
I tried using dm.directlvm_device but it ended up with the following error: > Error starting daemon: error initializing graphdriver: error > writing docker thinp autoextend profile: open > /etc/lvm/profile/docker-thinpool.profile: no such file or directory The reason is /etc/lvm/profile directory does not exist. I think it is better to try creating it beforehand. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com> Upstream-commit: 6ca20ec771ab7c0ebf64c20021ca795746cf3ccb Component: engine