[Bugs] [Bug 1416321] read error: Input/ output error but not in brain split stat while file on bricks has different sizes
bugzilla at redhat.com
bugzilla at redhat.com
Mon Feb 20 09:51:44 UTC 2017
https://bugzilla.redhat.com/show_bug.cgi?id=1416321
--- Comment #10 from Humble Chirammal <hchiramm at redhat.com> ---
(In reply to likunbyl from comment #9)
> So, since I ran glusterfs in kubernetes, no client mount log can be
> provided, is there anything else I can do?
Is this a kubernetes setup or openshift setup ?
For example, in Openshift setup gluster logs are kept under below path:
/var/lib/origin/openshift.local.volumes/plugins/kubernetes.io/glusterfs/gluster-pv-local/glusterfs.log
Where
"/var/lib/origin/openshift.local.volumes/plugins/kubernetes.io/glusterfs/" is
common for all the gluster logs. This common path is appended with 'volume
name' and 'pod name' as shown below.
--snip-
p := path.Join(b.glusterfs.plugin.host.GetPluginDir(glusterfsPluginName),
b.glusterfs.volName)
....
log := path.Join(p, b.pod.Name+"-glusterfs.log")
--/snip--
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the Bugs
mailing list