[sheepdog] [PATCH] new option -i to initialize storage directory
Chris Webb
chris at arachsys.com
Fri Jul 20 10:32:18 CEST 2012
If you're going to do this, might it be better to test for the existence of
the typical obj, journal, epoch directories rather than mandate the
existence of a magic file with a long name and an ugly underscore?
However, it still feels like you should just be doing
[ -d /store/journal ] && sheep /store
in your init scripts rather than putting a special option into sheep that
duplicates the action of touch(1).
Cheers,
Chris.
More information about the sheepdog
mailing list