cubefs/shell/stop.sh
Victor1319 bd43586347 tool: support start cubefs cluster by shell in one node
Signed-off-by: Victor1319 <834863182@qq.com>
2023-03-06 11:39:42 +08:00

4 lines
87 B
Bash

#/bin/bash
ps -ef | grep cfs-server | grep -v grep | awk '{print $2}' | xargs kill -9