Vivek Goyal

Results 97 comments of Vivek Goyal

Mike snitzer pointed me to this repo. This looks like very interesting piece of work. Trying to understand what does it do. Descriptions seems to suggest that it will verify...

Oops, I think I might have commented on wrong thread. I wanted to ask this question in the context of ostreefs, instead. Sorry about that.

@ravilr Though now latest xfsprogs has been modified so that by default mkfs.xfs uses ftype=1. But I guess it still makes sense to make use of it explicitly just in...

@shishir-a412ed Would you like to create a PR for this.

I guess we could. /var/lib/docker is not present when run for the first time. We could improve it to first check for /var/lib/docker otherwise fall back to check on /var.

Hmm.., looks like `lvconvert` failed. And I suspect that it failed because it requires some free space (spare space) for thin pool. And as volume group is already full consumed,...

For more information do "man lvmthin" and look at section `Spare metadata LV`

problem is lvm determines internally size of spare lv at lvconvert time. So it does not tell us in advance what should be size of spare logical volume. If we...

May be there is no way to pass in spare volume to lvconvert. Atleast I don't get that sense from reading `man lvmthin`

Yes, let us move little slow for now. I want to make sure "make install" works reasonably well for docker users.