mirror of
https://github.com/versity/scoutfs.git
synced 2026-01-05 11:45:09 +00:00
The local-force-unmount fenced fencing script only works when all the mounts are on the local host and it uses force unmount. It is only used in our specific local testing scripts. Packaging it as an example lead people to believe that it could be used to cobble together a multi-host testing network, however temporary. Move it from being in utils and packged to being private to our tests so that it doesn't present an attractive nuisance. Signed-off-by: Zach Brown <zab@versity.com>
7 lines
222 B
Plaintext
7 lines
222 B
Plaintext
# delay, in seconds, between each check for pending fence requests.
|
|
SCOUTFS_FENCED_DELAY=1
|
|
# path to executable to run to service fence request
|
|
#SCOUTFS_FENCED_RUN=
|
|
# arguments to pass to binary
|
|
SCOUTFS_FENCED_RUN_ARGS=""
|