Hi,
since HAST goes master-slave on block level I am wondering, whether it is possible to get a 3-way-setup like that:
Disks da1, da2 in nodes 2 and 3 are merged with HAST to a zvol2.
On node 1 create simply zvol1 using da1, da2 and put on top of it HAST and merge zvol1 and zvol2 with HAST to a 3-way-2-disk-setup.
If this works, sync between zvol1 and zvol2 might be slower than of disks of hast-da1 and hast-da2. But hey, it is 3-way then ?
since HAST goes master-slave on block level I am wondering, whether it is possible to get a 3-way-setup like that:
Code:
zvol1 <-- hast-3way --> zvol2
| |
da1--+ da1 <--- hast-da1 +---> da1
| |
da2--+ da2 <--- hast-da2 +---> da2
node1 node2 node3
Disks da1, da2 in nodes 2 and 3 are merged with HAST to a zvol2.
On node 1 create simply zvol1 using da1, da2 and put on top of it HAST and merge zvol1 and zvol2 with HAST to a 3-way-2-disk-setup.
If this works, sync between zvol1 and zvol2 might be slower than of disks of hast-da1 and hast-da2. But hey, it is 3-way then ?