Displaying 1 result from an estimated 1 matches for "2tps".
Did you mean:
2sps
2013 Nov 04
1
is sssd *faster* than samba4's builtin winbind?
Using samba 4.0.9 as an AD DC (no other domain servers).
Since my UIDs and GIDs have changed, I was doing cleanup:
find /srv/svn/ -xdev '(' -nouser -o -nogroup ')' -ls
I noticed this was very slow -- iostat reported only about 2tps and
50kB/s to my disks. So I timed it with nsswitch.conf users & groups set
to "files" vs. "files winbind":
# with "files"
root at gumbo:~# time find /srv/svn/ -xdev \
'(' -nouser -o -nogroup ')' -printf x >x
real...