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