Skip to content

Commit cd9e590

Browse files
authored
Merge pull request kubernetes#74520 from casusbelli/fix-qb-usermapping
Adds missing user mapping option for Quobyte mounts
2 parents f4d1253 + 1fd5bd7 commit cd9e590

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)