QuarkContainer / Quark

A secure container runtime with CRI/OCI interface
Apache License 2.0
324 stars 49 forks source link

Quark panic sometimes when start container #1282

Closed chengchen666 closed 5 months ago

chengchen666 commented 5 months ago

Sometimes start quark on my machine, quark will panic, but most of the time works, following is error log: [Print] [3/4340360000|0] get panic : Some(hostinodeop has parent) [Print] [3/4340360000|0] panic occurred in file 'src/qlib/kernel/fs/mount.rs' at line 338

This is introduced by line: let parent = current.Parent().expect("hostinodeop has parent"); in mount.rs file

QuarkContainer commented 5 months ago

@chengchen666 could you please let me know the container image information?

chengchen666 commented 5 months ago

This one: nvcr.io/nvidia/pytorch:24.01-py3. Maybe you can pull directly because this one is open sourced

QuarkContainer commented 5 months ago

@chengchen666 I have a commit in the GPUVirtMPI branch. Could you please have a try?