[Bugs] [Bug 1566935] Dbase file access issue

bugzilla at redhat.com bugzilla at redhat.com
Mon Apr 16 03:18:25 UTC 2018


https://bugzilla.redhat.com/show_bug.cgi?id=1566935

Raghavendra G <rgowdapp at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |needinfo?(joshua.collins at vr
                   |                            |t.com.au)



--- Comment #7 from Raghavendra G <rgowdapp at redhat.com> ---
(In reply to joshua.collins from comment #5)
> Created attachment 1422338 [details]
> Strace Log File
> 
> Result of running strace on driver program start up

Sorry. I missed one argument to stat i.e., -v. Without this, I get truncated
stat output, like:

08:21:34.310477 fstat64(3, {st_mode=S_IFREG|0664, st_size=1649, ...}) = 0

Since this is the last syscall done on the file, I would like to compare
whether there was any difference in stat got from gluster mount and from
non-gluster mount. Is it possible to collect a new strace?

# strace -ff -tt -v -p <pid> -o <file-to-which-strace-logs-are-to-be-stored>

-- 
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