Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
Hi,
Why I want to remove drbd - it is not wrong, we are satisfied with it. We use
it on more servers, but here it is not so important.
I have one more question.
I apologize to be not so good on linux and DRBD. Could you help me, how to
stop DRBD and which device mount?
I suppose to use these commands:
1. drbdadm down (???????)
2. mount /dev/ccis/c0d1
Is it correct? I have older version of drbd:
drbd driver loaded OK; device status:
version: 0.7.21 (api:79/proto:74)
SVN Revision: 2341 build by lmb at dale, 2006-08-10 14:19:54
0: cs:Connected st:Primary/Secondary ld:Consistent
ns:8922276 nr:0 dw:8922276 dr:9978380 al:6595 bm:0 lo:0 pe:0 ua:0 ap:0
drbd.conf is attached.
Thanks for your reply.
______________________
Jaroslav Dotlacil
______________________
Jaroslav Dotlacil
Vypocetni centrum, tel. 224 095 841
Vysoka skola ekonomicka v Praze
-------------- next part --------------
resource r0 {
protocol C;
incon-degr-cmd "echo '!DRBD! pri on incon-degr' | wall ; sleep 60 ; halt -f";
startup {
degr-wfc-timeout 120;
}
disk {
on-io-error detach;
}
net {
}
syncer {
rate 500000;
group 1;
al-extents 257;
}
on services01 {
device /dev/drbd0;
disk /dev/cciss/c0d1;
address 10.100.2.216:7788;
meta-disk internal;
}
on services02 {
device /dev/drbd0;
disk /dev/sdb;
address 10.100.2.217:7788;
meta-disk internal;
}
}