Update Proxmox/CephCluster.md
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
# Ceph itself
|
||||
## Install Ceph
|
||||
|
||||
Node01
|
||||
**Node01**
|
||||
```python
|
||||
pveceph install --repository no-subscription --version reef
|
||||
pveceph init --network 10.0.0.81/29
|
||||
pveceph mon create --mon-address 10.0.0.81
|
||||
```
|
||||
|
||||
Node03
|
||||
**Node02**
|
||||
```python
|
||||
pveceph install --repository no-subscription --version reef
|
||||
pveceph mon create --mon-address 10.0.0.82
|
||||
```
|
||||
|
||||
Node03
|
||||
**Node03**
|
||||
```python
|
||||
pveceph install --repository no-subscription --version reef
|
||||
pveceph mon create --mon-address 10.0.0.83
|
||||
|
||||
Reference in New Issue
Block a user