Commit 2f4be20f authored by lichuqiang's avatar lichuqiang

mountoptions support for local storage

parent 664e69bb
...@@ -87,7 +87,7 @@ func (plugin *localVolumePlugin) RequiresRemount() bool { ...@@ -87,7 +87,7 @@ func (plugin *localVolumePlugin) RequiresRemount() bool {
} }
func (plugin *localVolumePlugin) SupportsMountOption() bool { func (plugin *localVolumePlugin) SupportsMountOption() bool {
return false return true
} }
func (plugin *localVolumePlugin) SupportsBulkVolumeVerification() bool { func (plugin *localVolumePlugin) SupportsBulkVolumeVerification() bool {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment