summaryrefslogtreecommitdiffstats
path: root/arequal
Commit message (Collapse)AuthorAgeFilesLines
* arequal: take arguments from user to ignore directories for checksum calculationRaghavendra Bhat2012-02-211-70/+252
| | | | | | | | | | | | With changes such as gfid based backend in glusterfs, we have to ignore some hidden directories from the backend (which creates the hidden directories for better management of the volume). So this patch takes care of taking the list of ignored directories from user as an input argument. Those directories which are present in the path given by the user (of which arequal is calculating the checksum), are not considered while crawling the path. Change-Id: If6b2209088300c5c59a8b0fb74e854f3ce030571 Signed-off-by: Raghavendra Bhat <raghavendrabhat@gluster.com>
* c_pgms/arequal: Add arequal tool to the gitRaghavendra Bhat2012-02-203-0/+551
Adding arequal to the git, which can be used to calculate the checksum of path given to it as an argument Change-Id: Iefd283511e6ff2f3bc1359e718d1922506d7a24a Signed-off-by: Raghavendra Bhat <raghavendrabhat@gluster.com>