Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
Hi all, I am a new user of drbd 8.0.4 on SLES 10 SP1 with EVMS 2.5.5, and I am running into what is probably a basic issue but I am missing what the cause might be: --------------------------- [root@ ~]# /etc/init.d/drbd start Starting DRBD resources: [ d0 Failure: (114) Lower device is already claimed. This usually means it is mounted. cmd /sbin/drbdsetup /dev/drbd0 disk /dev/evms/pool1vol1 /dev/evms/pool1vol1 internal --set-defaults --create-device failed - continuing! n0 ]. --------------------------- Here is my drbd.conf. Thank you in advance for any guidance! --------------------------- [root@ /etc]# cat drbd.conf skip { As you can see, you can also comment chunks of text with a 'skip[optional nonsense]{ skipped text }' section. This comes in handy, if you just want to comment out some 'resource <some name> {...}' section: just precede it with 'skip'. The basic format of option assignment is <option name><linear whitespace><value>; It should be obvious from the examples below, but if you really care to know the details: <option name> := valid options in the respective scope <value> := <num>|<string>|<choice>|... depending on the set of allowed values for the respective option. <num> := [0-9]+, sometimes with an optional suffix of K,M,G <string> := (<name>|\"([^\"\\\n]*|\\.)*\")+ <name> := [/_.A-Za-z0-9-]+ } global { minor-count 254; dialog-refresh 1; # 5 seconds usage-count no; #disable-ip-verification; } resource r0 { protocol C; handlers { #pri-on-incon-degr "echo 'Node is primary, degraded and has incosistent data' "; #pri-lost-after-sb "echo 'node is currently primary, but lost the after spllit brain auto recovery procedure' "; #outdate-peer "/usr/lib/drbd/outdate-peer.sh on .orionfirst 192.168.1.109 on orionsecond. 192.168.1.108"; } startup { wfc-timeout 1; } disk { } net { timeout 60; connect-int 10; ping-int 10; after-sb-1pri disconnect; } syncer { rate 10M; al-extents 257; } on .orionfirst { device /dev/drbd0; disk /dev/evms/pool1vol1; address 192.168.1.109:7788; meta-disk internal; } on orionsecond. { device /dev/drbd0; disk /dev/evms/pool1vol1b; address 192.168.1.108:7788; meta-disk internal; } } --------------------------- Thanks again! -Thomas ________________________________________________________________________ More new features than ever. Check out the new AOL Mail ! - http://webmail.aol.com