Skip to content

Commit

Permalink
fixes docker failure with some images (#2428)
Browse files Browse the repository at this point in the history
Signed-off-by: Ashraf Fouda <[email protected]>
  • Loading branch information
ashraffouda authored Sep 23, 2024
1 parent ec5a85f commit 8ac1c63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/vm/ch.go
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ func (m *Machine) waitAndAdjOom(ctx context.Context, name string, socket string)
func (m *Machine) startFs(socket, path string) (int, error) {
cmd := exec.Command("busybox", "setsid",
"virtiofsd-rs",
"--xattr",
"--socket-path", socket,
"--shared-dir", path,
"--shared-dir-stats", fmt.Sprintf("/usr/share/btrfs/volstat.sh %s", path),
Expand Down

0 comments on commit 8ac1c63

Please sign in to comment.