Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail to start v6 by stable/v2.1 #1198

Closed
ccx1024cc opened this issue Apr 7, 2023 · 0 comments
Closed

Fail to start v6 by stable/v2.1 #1198

ccx1024cc opened this issue Apr 7, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@ccx1024cc
Copy link
Contributor

Version

Based on latest stable/v2.1. More details as below.

# nydusify --version
Nydusify version
Version         : v2.1.5
Revision        : ef2033c2e21d36938410069f07d32a5095a19398
Go version      : go1.19.7
Build time      : 2023-04-06T18:45:32

# nydus-image --version
Version:        v2.1.5
Git Commit:     ef2033c2e21d36938410069f07d32a5095a19398
Build Time:     2023-04-06T10:29:47.360755167Z
Profile:        release
Rustc:          rustc 1.61.0 (fe5b13d68 2022-05-18)

# nydusd --version
Version:        v2.1.5
Git Commit:     ef2033c2e21d36938410069f07d32a5095a19398
Build Time:     2023-04-06T10:29:47.360755167Z
Profile:        release
Rustc:          rustc 1.61.0 (fe5b13d68 2022-05-18)

Reproduction

# sudo nydusify convert --source wordpress:latest --target localhost:5077/nydus/wordpress:2.1-v6 --fs-version 6
# sudo nerdctl run -it  --rm --snapshotter nydus  --network host localhost:5077/nydus/wordpress:2.1-v6

# Panic by nydusd
[2023-04-07 11:08:34.004217 +08:00] ERROR [/home/morgan/.cargo/registry/src/github.com-1ecc6299db9ec823/log-panics-2.1.0/src/lib.rs:130] thread 'fuse_server' panicked at 'Chunk is not fully loaded': storage/src/device.rs:424
   0: backtrace::capture::Backtrace::create
   1: backtrace::capture::Backtrace::new
@ccx1024cc ccx1024cc added bug Something isn't working backport/v2.1 and removed backport/v2.1 labels Apr 7, 2023
jiangliu added a commit to jiangliu/image-service that referenced this issue Apr 13, 2023
Backport the new implementation of BlobIoChunk from master.

Fixes: dragonflyoss#1198

Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
jiangliu added a commit to jiangliu/image-service that referenced this issue Apr 20, 2023
Backport the new implementation of BlobIoChunk from master into v2.1.

Fixes: dragonflyoss#1198

Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
jiangliu added a commit to jiangliu/image-service that referenced this issue Apr 20, 2023
Backport the new implementation of BlobIoChunk from master into v2.1.

Fixes: dragonflyoss#1198

Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
jiangliu added a commit to jiangliu/image-service that referenced this issue Apr 20, 2023
Backport the new implementation of BlobIoChunk from master into v2.1.

Fixes: dragonflyoss#1198

Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
jiangliu added a commit to jiangliu/image-service that referenced this issue Apr 20, 2023
Backport the new implementation of BlobIoChunk from master into v2.1.

Fixes: dragonflyoss#1198

Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
jiangliu added a commit to jiangliu/image-service that referenced this issue Apr 20, 2023
Backport the new implementation of BlobIoChunk from master into v2.1.

Fixes: dragonflyoss#1198

Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
jiangliu added a commit to jiangliu/image-service that referenced this issue Apr 20, 2023
Backport the new implementation of BlobIoChunk from master into v2.1.

Fixes: dragonflyoss#1198

Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
jiangliu added a commit to jiangliu/image-service that referenced this issue Apr 20, 2023
Backport the new implementation of BlobIoChunk from master into v2.1.

Fixes: dragonflyoss#1198

Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
jiangliu added a commit to jiangliu/image-service that referenced this issue Apr 20, 2023
Backport the new implementation of BlobIoChunk from master into v2.1.

Fixes: dragonflyoss#1198

Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
jiangliu added a commit to jiangliu/image-service that referenced this issue Apr 25, 2023
Backport the new implementation of BlobIoChunk from master into v2.1.

Fixes: dragonflyoss#1198

Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
jiangliu added a commit to jiangliu/image-service that referenced this issue Apr 25, 2023
Backport the new implementation of BlobIoChunk from master into v2.1.

Fixes: dragonflyoss#1198

Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
jiangliu added a commit to jiangliu/image-service that referenced this issue Apr 26, 2023
Backport the new implementation of BlobIoChunk from master into v2.1.

Fixes: dragonflyoss#1198

Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
jiangliu added a commit to jiangliu/image-service that referenced this issue Apr 26, 2023
Backport the new implementation of BlobIoChunk from master into v2.1.

Fixes: dragonflyoss#1198

Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
jiangliu added a commit to jiangliu/image-service that referenced this issue Apr 26, 2023
Backport the new implementation of BlobIoChunk from master into v2.1.

Fixes: dragonflyoss#1198

Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
jiangliu added a commit to jiangliu/image-service that referenced this issue Apr 27, 2023
Backport the new implementation of BlobIoChunk from master into v2.1.

Fixes: dragonflyoss#1198

Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
jiangliu added a commit that referenced this issue Apr 27, 2023
Backport the new implementation of BlobIoChunk from master into v2.1.

Fixes: #1198

Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
sctb512 pushed a commit to sctb512/image-service that referenced this issue Jul 21, 2023
Backport the new implementation of BlobIoChunk from master into v2.1.

Fixes: dragonflyoss#1198

Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants