diff --git a/src/runtime-rs/crates/resource/src/volume/share_fs_volume.rs b/src/runtime-rs/crates/resource/src/volume/share_fs_volume.rs index 9bf02ddc4f..9c05ca3054 100644 --- a/src/runtime-rs/crates/resource/src/volume/share_fs_volume.rs +++ b/src/runtime-rs/crates/resource/src/volume/share_fs_volume.rs @@ -138,7 +138,6 @@ fn is_host_device(dest: &str) -> bool { } // Note, don't generate random name, attaching rafs depends on the predictable name. -// If template_mnt is passed, just use existed name in it pub fn generate_mount_path(id: &str, file_name: &str) -> String { let mut nid = String::from(id); if nid.len() > 10 {