mirror of https://gitlab.crans.org/nounous/nixos
fix: mtu network interface
parent
12b268e63d
commit
44b299d15f
|
|
@ -86,10 +86,31 @@ sudo ceph-volume lvm create --data /dev/sdf --no-systemd
|
|||
|
||||
# Proposition Architecture
|
||||
|
||||
CephFS:
|
||||
- home-adh
|
||||
- home-nounou
|
||||
## CephFS
|
||||
Il semble qu'il est préférable d'avoir 1 cephfs avec des sous répertoire.
|
||||
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-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
|
||||
|
|
|
|||
|
|
@ -26,8 +26,8 @@
|
|||
};
|
||||
|
||||
interfaces = {
|
||||
enp11s0f0.mtu = 9000;
|
||||
enp11s0f1.mtu = 9000;
|
||||
ens2f0.mtu = 9000;
|
||||
ens2f1.mtu = 9000;
|
||||
|
||||
srv-nat = {
|
||||
ipv4 = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue