Skip to content
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.

Commit

Permalink
Merge pull request #160 from oracle/mp/pvMountOptions
Browse files Browse the repository at this point in the history
Add mount options to PV from storage class
  • Loading branch information
MadalinaPatrichi authored Aug 16, 2018
2 parents a86df3a + f9589b8 commit 82bc4e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/provisioner/block/block.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ func (block *blockProvisioner) Provision(options controller.VolumeOptions, ad *i
FSType: filesystemType,
},
},
MountOptions: options.MountOptions,
},
}

Expand Down
1 change: 1 addition & 0 deletions pkg/provisioner/fss/fss.go
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ func (fsp *filesystemProvisioner) Provision(options controller.VolumeOptions, ad
ReadOnly: false,
},
},
MountOptions: options.MountOptions,
},
}, nil
}
Expand Down

0 comments on commit 82bc4e7

Please sign in to comment.