mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-02 18:15:51 +00:00
close:#1000154569
Signed-off-by: chihe <chihe@oppo.com>
(cherry picked from commit 7d37d86f47)
6 lines
158 B
Bash
6 lines
158 B
Bash
#!/bin/sh
|
|
mkdir -p /cfs/log /cfs/data/wal /cfs/data/store /cfs/bin
|
|
echo "start flashgroupmanager"
|
|
/cfs/bin/cfs-server -f -c /cfs/conf/flashgroupmanager.json
|
|
|