add information probleme possible

cephiroth-v3
Lzebulon 2026-02-13 22:13:00 +01:00
parent 78274fd0fa
commit f65fc106c7
No known key found for this signature in database
GPG Key ID: D6CDAB8050CBBE7D
1 changed files with 27 additions and 0 deletions

View File

@ -77,6 +77,22 @@ Pour créer un osd (attention de prendre le bon disque parce que ca supprime les
sudo ceph-volume lvm create --data /dev/sdf --no-systemd sudo ceph-volume lvm create --data /dev/sdf --no-systemd
``` ```
# Problèmes
Si avec `ceph -s` vous avez :
`1 monitors have not enabled msgr2`,
activez le msgr2, afin que les vms proxmox puissent utiliser les disques :
```bash
sudo ceph mon enable-msgr2
```
`mons are allowing insecure global_id reclaim`
alors
```bash
ceph config set mon auth_allow_insecure_global_id_reclaim false
```
# Info # Info
- Monitor : c'est lui qui garde la map d'ou est quoi - Monitor : c'est lui qui garde la map d'ou est quoi
@ -114,3 +130,14 @@ gourmand en ressources.
- migration nfs -> cephfs ? - migration nfs -> cephfs ?
# Plan Migration # Plan Migration
# Monitoring
Les dashboard grafana viennent de : <https://github.com/ceph/ceph/tree/main/monitoring/ceph-mixin/dashboards_out>
Pour activer prometheus (port 9283 par defaut) :
```bash
ceph mgr module enable prometheus
```