Add verify_uris utility method
commit39c131182f33c02eb2883e115a845f0d17062edd
authorEric Wong <normalperson@yhbt.net>
Fri, 17 Oct 2008 00:29:53 +0000 (16 17:29 -0700)
committerEric Wong <normalperson@yhbt.net>
Fri, 17 Oct 2008 01:39:40 +0000 (16 18:39 -0700)
tree2706ac21a3020f76b7734990688a3b5ab15da2b9
parentf0601cab1c309bf9d213ac8b392f359f2ea87e1d
Add verify_uris utility method

This lets us do client-side verification of URIs, taking load
off mogilefsd processes and being more reliable (since it'll be
us, the clients, talking to the backend storage nodes to
retrieve/send data and not the mogilefsd processes).
lib/mogilefs/util.rb
test/test_utils.rb [new file with mode: 0644]