mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-18 23:45:11 +00:00
Call SetVolumeOwnership from volume plugins
This commit is contained in:
@@ -209,7 +209,7 @@ func (b *rbdBuilder) SetUp(fsGroup *int64) error {
|
||||
|
||||
func (b *rbdBuilder) SetUpAt(dir string, fsGroup *int64) error {
|
||||
// diskSetUp checks mountpoints and prevent repeated calls
|
||||
err := diskSetUp(b.manager, *b, dir, b.mounter)
|
||||
err := diskSetUp(b.manager, *b, dir, b.mounter, fsGroup)
|
||||
if err != nil {
|
||||
glog.Errorf("rbd: failed to setup")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user