fix: mtu network interface

cephiroth-v3
Lzebulon 2026-01-30 20:14:16 +01:00
parent 12b268e63d
commit 44b299d15f
No known key found for this signature in database
GPG Key ID: D6CDAB8050CBBE7D
2 changed files with 27 additions and 6 deletions

View File

@ -86,10 +86,31 @@ sudo ceph-volume lvm create --data /dev/sdf --no-systemd
# Proposition Architecture # Proposition Architecture
CephFS: ## CephFS
- home-adh Il semble qu'il est préférable d'avoir 1 cephfs avec des sous répertoire.
- home-nounou La raison principale est qu'il faut 1 mds/cephfs, et ca semble relativement
gourmand en ressources.
RBD (raw block devices): - cephfs
- home-nounou
- home-adh
- mail
- mirror
> Note: on pourrait penser bouger le mirror vers du S3 ?
## RBD (raw block devices):
- vm-adh - vm-adh
- vm-nounou - vm-nounou
# Question en suspend
- backup ?
- postgresql
- monitoring
- il y a du prometheus et des dashboard grafana ca devrait le faire
- user :
- 1 user/"volume" ou 1user/host, autres ?
- migration nfs -> cephfs ?
# Plan Migration

View File

@ -26,8 +26,8 @@
}; };
interfaces = { interfaces = {
enp11s0f0.mtu = 9000; ens2f0.mtu = 9000;
enp11s0f1.mtu = 9000; ens2f1.mtu = 9000;
srv-nat = { srv-nat = {
ipv4 = { ipv4 = {