mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
parent
469afddc80
commit
fe3805d1cb
|
@ -29,6 +29,7 @@ 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"
|
||||
dir = "/data/filerdb"
|
||||
|
|
Loading…
Reference in a new issue