mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 06:17:56 +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"
|
||||
|
@@ -1,3 +1,3 @@
|
||||
[leveldb]
|
||||
enabled = true
|
||||
dir = "/data/filerdb"
|
||||
dir = "/data"
|
||||
|
Reference in New Issue
Block a user