Bin Tang

Results 17 issues of 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:...

anolis_testing
backport/v2.1

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

anolis_test_pass

### 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...

kind/feature
area/snapshotter

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...

needs-ok-to-test
Stale
needs-rebase

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...

feat

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: ![1cd46a5d-e397-46d7-9290-281d654cb141](https://user-images.githubusercontent.com/20137756/200319328-69d2e4fd-a0a9-4d6d-a110-61da5a045b4b.jpeg) 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:...

bug