Skip to content

Commit

Permalink
Merge pull request containerd#7008 from mmmmmmmxl/fix/userattr-unmount
Browse files Browse the repository at this point in the history
  • Loading branch information
fuweid committed Jun 10, 2022
2 parents e71ffdd + fa4720f commit a5d7185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapshots/overlay/overlayutils/check.go
Expand Up @@ -145,7 +145,7 @@ func NeedsUserXAttr(d string) (bool, error) {
}

opts := []string{
fmt.Sprintf("lowerdir=%s:%s,upperdir=%s,workdir=%s", filepath.Join(td, "lower2"), filepath.Join(td, "lower1"), filepath.Join(td, "upper"), filepath.Join(td, "work")),
fmt.Sprintf("ro,lowerdir=%s:%s,upperdir=%s,workdir=%s", filepath.Join(td, "lower2"), filepath.Join(td, "lower1"), filepath.Join(td, "upper"), filepath.Join(td, "work")),
"userxattr",
}

Expand Down

0 comments on commit a5d7185

Please sign in to comment.