mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-02 02:00:56 +00:00
7 lines
129 B
Bash
Executable File
7 lines
129 B
Bash
Executable File
#!/bin/sh
|
|
mkdir -p /cfs/bin /cfs/log /cfs/disk
|
|
sleep 10
|
|
echo "start datanode"
|
|
/cfs/bin/cfs-server -f -c /cfs/conf/datanode.json
|
|
|