Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
Sorry failed to mention that the configuration works just fine when the
device if down and I issue the drbdadm up
Thanks again in advance!
On 12/3/15 19:45, Judit Flo Gaya wrote:
> Hi,
>
> It's been a while since I've been using drbd and when using ipv6 i'm
> having a problem when i try to adjust a device.
> The system is : fedora 21
> The package is : drbd-8.9.3-2.fc21.x86_64
>
> The problem appears when I try to fix a device (because the network was
> down and I'm trying to force it back online:
> # drbdadm adjust all
> drbdsetup show drbd17:9: Parse error: 'TK_IPADDR6' expected,
> but got 'ipv6' (TK 315)
>
> The file looks like this:
> # cat /etc/drbd.d/drbd17.res
> resource drbd17 {
> net {
> after-sb-0pri discard-zero-changes;
> after-sb-1pri discard-secondary;
> after-sb-2pri disconnect;
> }
> on machine1 {
> device /dev/drbd17;
> disk /dev/fedora-server/libvirt ;
> address ipv6 [fd28:7431:216f:0:221:28ff:fe83:ffac]:7820 ;
> meta-disk internal;
> }
> on machine2 {
> device /dev/drbd17;
> disk /dev/mapper/libvirt ;
> address ipv6 [fd28:7431:216f:0:20e:1eff:fe97:3a54]:7820 ;
> meta-disk internal;
> }
> }
>
> Any help would be greatly appreciated.
> Thanks,
> j