diff --git a/pkg/volume/quobyte/quobyte.go b/pkg/volume/quobyte/quobyte.go index 0a51568e79..087bdaecbf 100644 --- a/pkg/volume/quobyte/quobyte.go +++ b/pkg/volume/quobyte/quobyte.go @@ -254,6 +254,7 @@ func (mounter *quobyteMounter) SetUpAt(dir string, fsGroup *int64) error { os.MkdirAll(dir, 0750) var options []string + options = append(options, "allow-usermapping-in-volumename") if mounter.readOnly { options = append(options, "ro") }