update
This commit is contained in:
parent
99a39a47c1
commit
644e362fd2
1 changed files with 6 additions and 0 deletions
|
@ -58,6 +58,12 @@ ceph status
|
||||||
## Host Management
|
## Host Management
|
||||||
#todo -> https://docs.ceph.com/en/latest/cephadm/host-management/
|
#todo -> https://docs.ceph.com/en/latest/cephadm/host-management/
|
||||||
|
|
||||||
|
Add a new host:
|
||||||
|
```shell
|
||||||
|
# Add new node with admin label
|
||||||
|
ceph orch host add <hostname> <host_ip> --label _admin
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Mount
|
## Mount
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue