Skip to content

Commit 502b162

Browse files
author
wcai
committed
add more info in host_extension.md
1 parent c688ed9 commit 502b162

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

docs/host_expansion.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,26 @@ under junoclustercfg, run
3030
```bash
3131
./clustermgr --config config.toml --cmd zonemarkdown --type set -zone 0 (1,2,3,4)
3232
```
33-
verify markdown works by checking junostorageserv state log that no new request coming
33+
verify markdown works by checking etcd cluster info (zonemarkdown flag added) and junostorageserv state log
34+
that no new request coming
35+
```bash
36+
--- etcd cluster info shows markdown flag is set ---
37+
run command "export ETCDCTL_API=3; ~/junoclusterserv/etcdctl --endpoints=<ip>:<port> --prefix=true get "" | tail -8 ", it shows
38+
juno.junoserv_numzones
39+
3
40+
juno.junoserv_version
41+
1
42+
juno.junoserv_zonemarkdown (markdown flag is set for zone 0)
43+
0
44+
juno.root_junoserv
45+
2023-12-05 12:16:17|u20box|/home/deploy/junoclustercfg
46+
47+
--- junostorageserv/state-logs/, it shows the incoming req not change, i.e. no new traffic coming ---
48+
12-05 12:39:49 id free used req apt Read D C A RR keys LN compSec compCount pCompKB stall pCPU mCPU pMem mMem
49+
12-05 12:39:49 3-0 453110 42899 34267 98 3303 0 15482 0 0 4338 0 0 0 0 0 0.1 0.2 0.1 15.6
50+
12-05 12:39:50 3-0 453110 42899 34267 98 3303 0 15482 0 0 4338 0 0 0 0 0 0.1 0.2 0.1 15.6
51+
12-05 12:39:51 3-0 453110 42899 34267 98 3303 0 15482 0 0 4338 0 0 0 0 0 0.1 0.3 0.1 15.6
52+
```
3453
3554
### Step2
3655
under junoclustercfg, run

0 commit comments

Comments
 (0)