Update Proxmox/CephCluster.md

This commit is contained in:
2024-06-13 05:56:03 +00:00
parent f4ab149512
commit 33632ad29f

View File

@@ -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