Displaying 1 result from an estimated 1 matches for "drbd_ms".
Did you mean:
drbd1_ms
2014 Jun 15
1
Question about clustering
...pacemaker, drbd and pcs. All works good.
This cluster has different resources:
1) drbd0
2) drbd1
3) drbd0_fs
4) drbd1_fs
5) pgsql
6) smb + nmb
7) libvirt (lbs)
8) libvirt_guests (lsb)
I've this constraint colocation and ordering constraint (sorry for format):
Ordering Constraints:
promote drbd_ms then start drbd0_fs (Mandatory)
(id:order-drbd_ms-drbd0_fs-mandatory)
promote drbd1_ms then start drbd1_fs (Mandatory)
(id:order-drbd1_ms-drbd1_fs-mandatory)
start drbd1_fs then start pgsql_res (Mandatory)
(id:order-drbd1_fs-pgsql_res-mandatory)
start drbd0_fs then start samba_res (Mand...