cn:ccr:cloud:cloudstorage:drbd_su_wan
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
cn:ccr:cloud:cloudstorage:drbd_su_wan [2013/10/22 18:28] – aiftim@infn.it | cn:ccr:cloud:cloudstorage:drbd_su_wan [2013/10/22 19:10] (current) – [References] aiftim@infn.it | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== DRBD su WAN ====== | ||
+ | **Persone/ | ||
+ | * Stefano Stalio (LNGS) | ||
+ | * Federico Zani (Roma2) | ||
+ | * Domenico Diacono & Giacinto Donvito (Bari) | ||
+ | * Cristina Aiftimiei (Padova) | ||
+ | |||
+ | ===== Setup ===== | ||
+ | * creati due device replicati tra le varie sedi in arch. Active/ | ||
+ | * cream-11.pd - Primary / test-nat-linux.lngs - Secondary | ||
+ | * glsrv.ba - Primary / ozone.rm2 - Secondary | ||
+ | |||
+ | ===== Test ===== | ||
+ | * versione DRBD 8.4 installata su tutti i nodi | ||
+ | * Esempi di file di configurazione & righe modificate: | ||
+ | * / | ||
+ | < | ||
+ | global { | ||
+ | usage-count yes; | ||
+ | # minor-count dialog-refresh disable-ip-verification | ||
+ | } | ||
+ | common { | ||
+ | [...] | ||
+ | net { | ||
+ | protocol C; | ||
+ | } | ||
+ | syncer { | ||
+ | rate 300M; | ||
+ | } | ||
+ | } | ||
+ | </ | ||
+ | * / | ||
+ | < | ||
+ | # create new | ||
+ | |||
+ | resource r0 { | ||
+ | | ||
+ | # DRBD device | ||
+ | |||
+ | | ||
+ | | ||
+ | |||
+ | on test-nat-linux.lngs.infn.it { | ||
+ | disk /dev/vdb1; | ||
+ | address | ||
+ | } | ||
+ | |||
+ | on cream-11.pd.infn.it { | ||
+ | disk / | ||
+ | address 193.206.210.164: | ||
+ | } | ||
+ | } | ||
+ | </ | ||
+ | |||
+ | * Verificata scrittura file sul disco montato sul primary server, smontare, scambio tra primary e secondary host, montare il disco sul secondo host (diventato primary) - tutti i file sono ancora presenti. | ||
+ | |||
+ | ===== File di log ===== | ||
+ | * [[https:// | ||
+ | |||
+ | ===== References ===== | ||
+ | |||
+ | * [[http:// | ||
+ | * [[http:// | ||
+ | * [[http:// | ||
+ | * [[http:// | ||