-
I made a test for the overlaybd performance.
```
# create container
nerdctl run --snapshotter overlaybd -d --name test -v /opt/volume:/docker $dadi_image sleep 100000
# copy data, here the /usr …
-
hi~ @fuweid ,
@beef9999 and @hhb584520 have been making a lot of high-level features in overlaybd including IO trace prefetching/OCF cache/Intel DSA hardware supports.
https://github.com/containerd…
-
In my opinion Overlaybd is another lazy-pulling container image snapshotter for containerd.It's based on block device
and iscsi target driver.It will redirect IO from kernel virtual blocks to user…
-
Hi! We have been able to run overlaybd containers (the redis server and Wordpress ones in the examples) on an AKS nodes, but I face an error when attempting to run a busybox obd image. It would be gre…
-
We need to monitor if the overlaybd is running well, is there any suggestion for this?
-
I successfully managed to pull, convert, push, and then rpull my image, but when I try to run the image I run into this error (registry hostname obfuscated):
![image](https://user-images.githubuse…
-
Since [PhotonLibOS](https://github.com/alibaba/PhotonLibOS) is official released, overlaybd will be reconstructed based on the latest photon.
Photon is a high-efficiency LibOS framework, based on a s…
-
I can only pull the whole image, then run;
/var/log/overlaybd.log prints:
`2022/01/26 20:21:11|ERROR|th=0000000002AA8F60|main.cpp:301|dev_open:create image file failed
2022/01/26 20:21:11|INFO |th=…
-
The instructions here are missing, libpci-dev as a dependency,
https://github.com/containerd/overlaybd#build-from-source
-
I am trying to integrate overlaybd image with firecracker-containerd, which takes firecracker as the runtime instead of runc in containerd. It is usually used in the case where an isolated environmen…