Vivek Goyal

Results 97 comments of Vivek Goyal

Please generate a PR for README. I will have a look. Lets see what text are you looking for.

docker-storage-setup is the one which is setting up the storage for docker. So it should be the one communicating location of images/containers to docker and not vice-a-versa. So while we...

Sorry I don't understand. Can you explain it in little bit more detail.

So you are taking care of creating a filesystem on /dev/sdb and mounting it on /mnt/docker? An easy workaround is to mount /dev/sdb at /var/lib/docker/ instead? How about that? container-storage-setup...

How about using new options which allow setting up rootfs for container run time. Add your disk /dev/vdb and /dev/vdc to a single volume say docker-vg. And specify following. DEVS=docker-vg...

@bklau, yes. container-root-lv will be carved out and mounted at `/mnt/container`. And then code will go on to setup another logical volume (thin pool). IOW, container-storage-setup has been enhanced to...

Package name now is container-storage-setup. what distribution and repository you are using? On fedora 25, I imagine this might be available.

@bklau I think you will have to talk to amazon for packaging new container-storage-setup in image for that. I can't do anything about that.

I don't think so. Container-storage-setup should not be touching docker config files.

only storage related options go in /etc/sysconfig/docker-storage. What root dir to use for docker storage, that configuration comes from /etc/sysconfig/docker. Trying to pass that configuration from two files now will...