From 63477a669d763604b6b3c991835e9d950a5c6b6c Mon Sep 17 00:00:00 2001 From: lub Date: Mon, 16 Dec 2019 09:34:31 +0100 Subject: [PATCH] add client to startup.sh --- startup.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/startup.sh b/startup.sh index 61bde14..46c60d3 100755 --- a/startup.sh +++ b/startup.sh @@ -2,6 +2,11 @@ docker pull docker.io/ceph/daemon:latest-nautilus +#start client +cd client +HOSTNAME="$HOSTNAME" docker-compose up -d +cd - + #bring up mon, mds, mgr for role_dir in /ceph/m*; do role_name=$(basename "$role_dir")