Hi there
Reading the documentantion I found that I can have various disk in the
configuration,
and I need to do so, this is my conf
resource myresource {
syncer {
rate 100M;
}
volume 0 {
device /dev/drbd1;
disk /dev/rootvg/lvu02;
meta-disk /dev/rootvg/drbdmetadata[0];
}
volume 1 {
device /dev/drbd2;
disk /dev/rootvg/lvarch;
meta-disk /dev/rootvg/drbdmetadata[0];
}
on node1 {
address x.x.x.x:7789;
}
on node2 {
address x.x.x.x:7789;
}
}
When creating the resource I get the following error
drbd.d/myresource.res:7: Parse error: 'protocol | on | disk | net | syncer
| startup | handlers | ignore-on | stacked-on-top-of' expected,
but got 'volume' (TK 281)
Im using this version
drbd83-8.3.8-1.el4_8
**
Any help on this?
Thanks you very much for your time and support
Regards
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems