[Bugs] [Bug 1473968] rda-cache-limit filled with (null) value after use parallel-readdir
bugzilla at redhat.com
bugzilla at redhat.com
Wed Nov 29 23:53:14 UTC 2017
https://bugzilla.redhat.com/show_bug.cgi?id=1473968
--- Comment #8 from Vitaly Lipatov <lav at etersoft.ru> ---
It seem, the problem near 32 bit system.
vol file on 32 bit host in cluster:
# grep -A5 readdir /var/lib/glusterd/vols/ftp-pvt/trusted-ftp-pvt.tcp-fuse.vol
volume ftp-pvt-readdir-ahead-0
type performance/readdir-ahead
option rda-cache-limit 2621440(null)
option rda-request-size 131072
option parallel-readdir on
subvolumes ftp-pvt-replicate-0
end-volume
vol file on 64 bit host in cluster:
# grep -A5 readdir /var/lib/glusterd/vols/ftp-pvt/trusted-ftp-pvt.tcp-fuse.vol
volume ftp-pvt-readdir-ahead-0
type performance/readdir-ahead
option rda-cache-limit 2621440B
option rda-request-size 131072
option parallel-readdir on
subvolumes ftp-pvt-replicate-0
end-volume
--
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