Ik probeer DRBD te configgen voor een NFS constructie, echter krijg ik een gezellige melding.
Eerst maar even m'n config file.
en dan de foutmelding:
Ipadressen/hostnames en partities zijn ok. Wat doe ik fout? Ubuntu fora + google helpen niet
.
Eerst maar even m'n config file.
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
| resource r0 { protocol C; incon-degr-cmd "halt -f"; startup { degr-wfc-timeout 120; } disk { on-io-error detach; } net { } syncer { rate 10M; group 1; al-extents 257; } on delerium.domein.nl { device /dev/drbd0; disk /dev/sda8; address 192.168.1.151:7788; meta-disk /dev/sda7[0]; } on andain.domein.nl { device /dev/drbd0; disk /dev/sda8; address 192.168.1.152:7788; meta-disk /dev/sda7[0]; } } |
en dan de foutmelding:
code:
1
| '.tc/drbd.conf:1: one of 'protocol|incon-degr-cmd|startup|disk|net|syncer|on <HOSTNAME>' expected, not ' |
Ipadressen/hostnames en partities zijn ok. Wat doe ik fout? Ubuntu fora + google helpen niet