Skip to content

Commit

Permalink
fix overlayfs i/o errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ericevenchick committed Nov 26, 2023
1 parent 5dd0d00 commit e3ec637
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/formulaexec/formula_exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,7 @@ func (rc *runcConfig) makeWareMount(ctx context.Context,
"lowerdir=" + lowerdirPath,
"upperdir=" + upperdirPath,
"workdir=" + workdirPath,
"userxattr,index=on,xino=on",
},
}, nil
}
Expand Down

0 comments on commit e3ec637

Please sign in to comment.