mountoptions support for local storage

This commit is contained in:
lichuqiang 2018-09-28 16:29:01 +08:00
parent 664e69bbb9
commit 2f4be20f5d

View File

@ -87,7 +87,7 @@ func (plugin *localVolumePlugin) RequiresRemount() bool {
}
func (plugin *localVolumePlugin) SupportsMountOption() bool {
return false
return true
}
func (plugin *localVolumePlugin) SupportsBulkVolumeVerification() bool {