Files
kubernetes/pkg/volume
Humble Chirammal d4480d4f32 Remove auto_unmount mount option from pv spec annotation to setup() func.
At present, `auto_unmount` option is recorded at PV annotation of glusterfs PV.
Due to the preference given in MountOptionFromSpec() for annotation mount options
over sc supplied mount options(Ref PR# https://github.com/kubernetes/kubernetes/pull/66576),
the sc supplied mount options are not honoured in glusterfs plugin
eventhough the driver returns `true` for storage class mountoptions
support at probe.

This patch removes `auto_unmount` option from annotation of the pv spec.

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2018-07-25 22:27:40 +05:30
..
2018-06-22 16:22:57 -07:00
2018-06-22 16:22:57 -07:00
2018-07-24 09:46:56 +08:00
2018-06-22 16:22:57 -07:00
2018-07-11 00:10:15 +03:00
2018-06-22 16:22:57 -07:00
2018-07-14 10:34:21 +08:00
2018-06-22 16:22:57 -07:00
2018-06-22 16:22:57 -07:00
2017-03-02 15:01:59 -08:00
2018-02-27 20:23:35 +08:00