Files
kubernetes/pkg
Matt Dainty 8bbc86d83c Override the GlusterFS log file location
GlusterFS by default uses a log file based on the mountpoint path munged into a
file, i.e. `/mnt/foo/bar` becomes `/var/log/glusterfs/mnt-foo-bar.log`.

On certain Kubernetes environments this can result in a log file that exceeds
the 255 character length most filesystems impose on filenames causing the mount
to fail. Instead, use the `log-file` mount option to place the log file under
the kubelet plugin directory with a filename of our choosing keeping it fairly
persistent in the case of troubleshooting.
2015-09-11 18:29:00 +01:00
..
2015-09-09 21:23:03 +08:00
2015-09-04 11:04:50 -07:00
2015-08-24 16:53:43 -04:00
2015-09-03 15:49:24 +02:00
2015-09-03 09:28:02 -04:00
2015-08-10 19:08:15 +03:00