Bin Tang
Bin Tang
### Type of this issue (please specify) - [ ] This is a bug in the upstream tree as-is unmodified. - [ ] This is a support matter (i.e. your...
During the running of the program, there will always be a null pointer exception. How can I fix this problem? > 247 [ 1425.681532] BUG: unable to handle kernel NULL...
I always get the following error, is there any way to fix it? > 162 [ 843.072392] INFO: task python3:5604 blocked for more than 120 seconds. 163 [ 843.092463] Tainted:...
Authorization through mirror (e.g. dragonfly) will affect performance, so add the parameter auth_through. When auth_through is true, it means no authorization through mirror, but directly through the original registry. Signed-off-by:...
Currently, the parent of file is None, we can set the parent inode by traversing root directory. This PR is addressing #768 Signed-off-by: Bin Tang
### What is the problem you're trying to solve We tried to find the best way for the remote `snapshotter` to get auth, but ultimately think it should get auth...
We now enable the cgroup namespace by default when the machine's cgroup is running in unified mode. But in some situations we hope to be able to enable this feature...
At present, nydus could prefetch files with `--prefetch-patterns`, which will reduce the container setup time. But, some prefetched datas are not used forever. There are some enhanced features we should...
Now, the header of mirrors https://github.com/dragonflyoss/image-service/blob/master/api/src/config.rs#L751 is HashMap which is mismatched with http.Header (map[string][]string) in golang. So, it is better to use http::header https://docs.rs/http/latest/http/header/index.html for parsing full headers.
Error 1:  Command: ```shell sudo /usr/local/bin/nydusify convert \ --fs-version 6 \ --nydus-image /usr/local/bin/nydus-image \ --source xxx \ --target xxx ``` version: ```shell ❯ nydus-image --version Version: v2.1.0-10-g36b4edb6 Git Commit:...