Skip to content

Commit 1fd5bd7

Browse files
committed
Adds missing user mapping option for Quobyte mounts
1 parent 139a13d commit 1fd5bd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/volume/quobyte/quobyte.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ func (mounter *quobyteMounter) SetUpAt(dir string, fsGroup *int64) error {
254254

255255
os.MkdirAll(dir, 0750)
256256
var options []string
257+
options = append(options, "allow-usermapping-in-volumename")
257258
if mounter.readOnly {
258259
options = append(options, "ro")
259260
}

0 commit comments

Comments
 (0)