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