Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
> -bash-2.05b# hostname
> openfiler2
> -bash-2.05b# drbdadm primary /dev/drbd0
> '/dev/drbd0' not defined in your config.
> -bash-2.05b#
>
> ^^ .. not sure if /dev/drbd0 is what you called "YOUR_DRBD_DEVICE_NAME",
> as it didn't work...
"YOUR_DRBD_DEVICE_NAME" is the resourcename. You should have something like
resource YOUR_DRBD_DEVICE_NAME {
...
...
on openfiler {
...
...
}
}
We just named it drbd0 and so have
resource drbd0 {
...
}
Cheers,
Bernd