Re: Gluter 3.12.12: performance during heal and in general

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> Do you already have all the 190000 directories already created? If not could you find out which of the paths need it and do a stat directly instead of find?

Quite probable not all of them have been created (but counting how
much would take very long...). Hm, maybe running stat in a double loop
(thx to our directory structure) would help. Something like this (may
be not 100% correct):

for a in ${100..999}; do
    for b in ${100..999}; do
        stat /$a/$b/
    done
done

Should run stat on all directories. I think i'll give this a try.
_______________________________________________
Gluster-users mailing list
Gluster-users@xxxxxxxxxxx
https://lists.gluster.org/mailman/listinfo/gluster-users



[Index of Archives]     [Gluster Development]     [Linux Filesytems Development]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Bugtraq]     [Linux OMAP]     [Linux MIPS]     [eCos]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux