Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[microcloud]: Invoke
microcloud status
On a single-node: ``` $ sudo microcloud status Status: WARNING ┃ ! Reliability risk: 3 systems are required for effective fault tolerance ┃ ! No MicroCeph OSDs configured ┌──────┬───────────────┬──────┬─────────────────┬────────────────────────┬────────┐ │ Name │ Address │ OSDs │ MicroCeph Units │ MicroOVN Units │ Status │ ├──────┼───────────────┼──────┼─────────────────┼────────────────────────┼────────┤ │ sos │ 172.24.26.120 │ 0 │ mds,mgr,mon │ central,chassis,switch │ ONLINE │ └──────┴───────────────┴──────┴─────────────────┴────────────────────────┴────────┘ ``` and on a multi-node: ``` $ sudo microcloud status Status: HEALTHY ┌────────┬──────────────┬──────┬─────────────────┬────────────────────────┬────────┐ │ Name │ Address │ OSDs │ MicroCeph Units │ MicroOVN Units │ Status │ ├────────┼──────────────┼──────┼─────────────────┼────────────────────────┼────────┤ │ micro1 │ 172.24.26.10 │ 1 │ mds,mgr,mon │ central,chassis,switch │ ONLINE │ │ micro2 │ 172.24.26.20 │ 1 │ - │ chassis,switch │ ONLINE │ │ micro3 │ 172.24.26.30 │ 1 │ mds,mgr,mon │ central,chassis,switch │ ONLINE │ │ micro4 │ 172.24.26.40 │ 0 │ mds,mgr,mon │ central,chassis,switch │ ONLINE │ └────────┴──────────────┴──────┴─────────────────┴────────────────────────┴────────┘ ``` Signed-off-by: Simon Deziel <[email protected]>
- Loading branch information