Vivek Goyal

Results 97 comments of Vivek Goyal

I don't want to be calling setup_lvm_thin_pool, when I know /etc/sysconfig/docker-storage-setup has changed and it has lost valid options like AUTO_POOL_EXTEND=yes. That would disable auto extension. I am working on...

This also breaks the reset storage path. That path looks at /etc/sysconfig/docker-storage-setup to figure out storage driver and other options and reset accordingly.

Ok, I have proposed a PR to fix this corner case here. https://github.com/projectatomic/container-storage-setup/pull/271 PTAL

So is this an issue with "docker commit" that it can't handle sparse files and blots the file to the full size during commit. If yes, then I guess this...

@unclejack Has this issue been discussed since then any where else? I tested this with latest docker so it has not been fixed yet.

I vaguely remember this restriction on MS_MOVE as well as pivot_root() that parent mount can not be shared. So this will have to be worked around. That's why we make...