Vivek Goyal
Vivek Goyal
This script so far assumes that LVM is being used. If we want it to work on systems which does not use LVM and use partitions directly, it will need...
@anweiss Are you looking for growing root partition or looking to setup thin pool. If you are looking to setup thin pool, it will fail anyway (in default setup) as...
@anweiss Have you tried latest upstream docker-storage-setup. My understanding is that script should give you info message `Volume group backing root filesystem could not be determined` and continue to setup...
@anweiss Can you paste the error. If lvm thin pool has been setup, then script should exit with success instead of failure. Also above code has changed. So I can't...
I think this is complaining about that /dev/sdc1 has paritions. lvm thin pool should still work though. Are you depending on service exit status somewhere? One easy workaround is to...
I think docker is restarting for some reason and forcing restart of docker-storage-setup too. Can you disable Restart=on-failure and replace it with Restart=on-abnormal in docker.service file. This should cut down...
@anweiss I think the code you are running might be little old. If you look at upstream code, we detect if device is already part of volume group and in...
@jeremyeder This utility currently does two major jobs. - Grow rootfs - Setup storage Because we can't setup storage does not mean we should not try to grow root (after...
Now we have a config option "EXTRA_DOCKER_STORAGE_OPTIONS", where one can specify the config options to pass to docker.
I think this particular issue can be closed. What you are asking for is a different issue. I think right fix for your issue is to enable deferred deletion and...