Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
Hi Guys, one question about adding new drbd volume in existing drbd resource. I´m using compiled drbd-version 8.4.3 on Scientific Linux 6.4 64 Bit with a resource postfix and 2 volumes. Now I want to add a third volume but with exit code 255 configuration resource postfix { volume 0 { device /dev/drbd0; disk /dev/vgsystem/lvpostfixetc; meta-disk internal; } volume 1 { device /dev/drbd1; disk /dev/vgsystem/lvpostfixspool; meta-disk internal; } volume 2 { device /dev/drbd2; disk /dev/vgsystem/lvpostfixlib; meta-disk internal; } syncer { rate 200M; } on host01 { address IP-ADDRESS:7789; } on host { address IP-ADDRESS:7789; } } and adding the new volume drbdadm adjust postfix No valid meta data found Command 'drbdmeta 2 v08 /dev/vgsystem/lvpostfixlib internal apply-al' terminated with exit code 255 How can I add the new volume? Greetings Wolfgang