Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Fix workspace mount_tag (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuommaki authored May 19, 2024
1 parent bbe20d4 commit 3ec31e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/node/src/vmm/qemu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ impl Provider for Qemu {
.args([
"-virtfs",
&format!(
"local,path={},mount_tag=1,security_model=none,multidevs=remap,id=hd1",
"local,path={},mount_tag=0,security_model=none,multidevs=remap,id=hd0",
&workspace_path.to_str().unwrap().to_string()
),
])
Expand Down

0 comments on commit 3ec31e9

Please sign in to comment.