k3s/pkg
Kubernetes Submit Queue 286bcc6f5c Merge pull request #45995 from humblec/glusterfs-mount-3
Automatic merge from submit-queue

Add `auto_unmount` mount option for glusterfs fuse mount.

libfuse has an auto_unmount option which, if enabled, ensures that
the file system is unmounted at FUSE server termination by running a
separate monitor process that performs the unmount when that occurs.
(This feature would probably better be called "robust auto-unmount",
as FUSE servers usually do try to unmount their file systems upon
termination, it's just this mechanism is not crash resilient.)
This change implements that option and behavior for glusterfs.

This option will be only supported for clients with version >3.11.

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2017-05-23 00:29:41 -07:00
..
api Kubernetes core API changes for vSphere 2017-05-22 19:43:29 -07:00
apimachinery/tests autogenerated 2017-04-14 10:40:57 -07:00
apis Merge pull request #44899 from smarterclayton/burst 2017-05-22 19:07:09 -07:00
auth Add NodeIdentifier interface and default implementation 2017-05-18 16:43:41 -04:00
bootstrap/api autogenerated 2017-04-14 10:40:57 -07:00
capabilities
client Correct spelling in comment. 2017-05-18 13:31:26 -07:00
cloudprovider Merge pull request #46176 from vmware/vSphereStoragePolicySupport 2017-05-22 23:41:10 -07:00
controller Merge pull request #45427 from ncdc/gc-shared-informers 2017-05-22 20:58:03 -07:00
conversion
credentialprovider Merge pull request #45056 from ericchiang/update-oauth2 2017-05-03 19:34:14 -07:00
features API changes for persistent local volumes. 2017-05-21 11:48:56 -07:00
fieldpath autogenerated 2017-04-14 10:40:57 -07:00
fields
generated add "admission" API group 2017-05-19 10:17:37 -06:00
hyperkube
kubeapiserver validate oidc flags 2017-05-22 18:03:28 +08:00
kubectl Merge pull request #46062 from alexandercampbell/correct-deprecation-errors 2017-05-22 20:58:07 -07:00
kubelet Merge pull request #43590 from dashpole/eviction_complete_deletion 2017-05-22 20:00:03 -07:00
kubemark Make usage of real proxier in hollow-proxy optional (default=true) 2017-05-18 14:30:12 +02:00
labels
master make CRD apiservice controller 2017-05-22 08:54:14 -04:00
metrics autogenerated 2017-04-14 10:40:57 -07:00
printers Merge pull request #46176 from vmware/vSphereStoragePolicySupport 2017-05-22 23:41:10 -07:00
probe Extend Iptables interface with SaveInto 2017-05-19 20:44:25 +02:00
proxy Merge pull request #46201 from wojtek-t/address_kubeproxy_todos 2017-05-22 20:54:14 -07:00
quota Moved qos to api.helpers. 2017-05-20 07:17:57 -04:00
registry Merge pull request #44899 from smarterclayton/burst 2017-05-22 19:07:09 -07:00
routes Merge pull request #45490 from deads2k/owners-01-extensions 2017-05-10 12:51:51 -07:00
runtime
security Use dedicated Unix User and Group ID types 2017-05-05 14:07:38 +02:00
securitycontext Use dedicated Unix User and Group ID types 2017-05-05 14:07:38 +02:00
serviceaccount autogenerated 2017-04-14 10:40:57 -07:00
ssh autogenerated 2017-04-14 10:40:57 -07:00
types
util Merge pull request #46209 from wojtek-t/remove_iptables_save 2017-05-22 20:00:00 -07:00
version autogenerated 2017-04-14 10:40:57 -07:00
volume Merge pull request #45995 from humblec/glusterfs-mount-3 2017-05-23 00:29:41 -07:00
watch autogenerated 2017-04-14 10:40:57 -07:00
BUILD add "admission" API group 2017-05-19 10:17:37 -06:00
OWNERS