container-storage-setup
container-storage-setup copied to clipboard
Service to set up storage for Docker and other container systems
The behaviour of `container-storage-setup` differs when ran without arguments and when ran using `container-storage-setup create`. The first ones creates the SystemD unit file to mount the LV on reboot, but...
On m5 instances, with nvme: - configure docker-storage-setup with the real disk name (nvme1n1 in this case) - run container-storage-setup. Everything is fine for now - add more ebs voluyme...
Fixes #282 use requiredby to make a hard dependency chain
Hi, I think the services created by docker-storage-setup need to enforce successful startup. In my case the /var/lib/docker mount had gone into a bad state ("mount: wrong fs type, bad...
I'm not 100% sure if there would be any more implications, but would it be possible to add `crypt` to the list of supported devices? Like `mpath` got added a...
When container-storage-setup is run it fails with: ERROR: XFS filesystem at /var has ftype=0, cannot use overlay backend; consider different driver or separate volume or OS reprovision The message is...
Format in the man-page is broken except the particular size of terminal since troff macros are not used properly. This fix indents and begins paragraph on a new line to...
Hi all, I have been trying to figure out why working Kickstart file stoped working after 1803 build. I am trying to build a Atomic docker host with overlay2 and...
Receiving `ERROR: Partition specification unsupported at this time.` when attempting to run docker-storage-setup with nvme device. This is due to a bug with the device configuration validation routine believing that...
This fixed #264 for me.