mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-02 10:06:14 +00:00
6 lines
140 B
Bash
Executable File
6 lines
140 B
Bash
Executable File
#!/bin/sh
|
|
mkdir -p /cfs/bin /cfs/log /cfs/data/meta /cfs/data/raft
|
|
echo "start metanode"
|
|
/cfs/bin/cfs-server -f -c /cfs/conf/metanode.json
|
|
|