mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 22:17:14 +00:00
mountoptions support for local storage
This commit is contained in:
parent
664e69bbb9
commit
2f4be20f5d
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user