Lanzheng Liu

Results 34 comments of Lanzheng Liu

> Just out of curiosity, I'm wondering some use cases here. > > From my POV, I don't see some real benefit to use device rw mode for container image...

I think it is about the disk quota of writable layer? @BigVan Is there any method to set quota for the upper dir?

@wxx213 If you want to change the disk virtual size, for now you have to change the code. I think changing the virtual block size of the image disk makes...

@beef9999 i think there's no need to care about page cache.

the photon tag we used is too old, we should use v0.1.0 instead of 7997b43e3d7cf27b95d016cd047abb9ca8063339. And the crc flags used for zfile verification should adapt to arm.

It seems a little difficult. You have to find out all blob of an image and find each blob in the cache directory and get the actual disk size it...

@shuaichang build from an oci image and auto convert to overlaybd?

@maxwolffe Building overlaybd image can be run in containers under a specified condition. First, the container must be privileged and mount /dev into container, because date should write to tcmu...

put all in one command line tool requires amount of work. Actually, we can make overlaybd running in containers, even if it doesn't seem formal as other tcmu backstores. But...