mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-18 18:13:08 +08:00
use /data for filer
This commit is contained in:
@@ -29,7 +29,6 @@ case "$1" in
|
||||
;;
|
||||
|
||||
'filer')
|
||||
exec mkdir /data/filerdb
|
||||
ARGS="-ip `hostname -i` "
|
||||
if [ -n "$MASTER_PORT_9333_TCP_ADDR" ] ; then
|
||||
ARGS="$ARGS -master=$MASTER_PORT_9333_TCP_ADDR:$MASTER_PORT_9333_TCP_PORT"
|
||||
|
Reference in New Issue
Block a user