disable storage location
This commit is contained in:
parent
67fee2610b
commit
54e77d2654
|
@ -368,6 +368,7 @@ function install_tahoelafs {
|
||||||
echo $'Unable to create storage node'
|
echo $'Unable to create storage node'
|
||||||
exit 782523
|
exit 782523
|
||||||
fi
|
fi
|
||||||
|
sed -i "s|tub.location.*|tub.location = disabled|g" $TAHOELAFS_STORAGE_CONFIG
|
||||||
|
|
||||||
su -c '/home/tahoelafs/tahoelafs/venv/bin/python2 /home/tahoelafs/tahoelafs/venv/bin/tahoe start /home/tahoelafs/storage' - tahoelafs
|
su -c '/home/tahoelafs/tahoelafs/venv/bin/python2 /home/tahoelafs/tahoelafs/venv/bin/tahoe start /home/tahoelafs/storage' - tahoelafs
|
||||||
create_tahoelafs_daemon "storage"
|
create_tahoelafs_daemon "storage"
|
||||||
|
|
Loading…
Reference in New Issue