After installing and configuring DRBD-Reactor, the guide (https://linbit.com/drbd-user-guide/linstor-guide-1_0-en/#s-linstor_ha) says:
…After that restart drbd-reactor and enable it on all the nodes you configured it
systemctl restart drbd-reactor systemctl enable drbd-reactor
Check that there are no warnings from drbd-reactor service in the logs by running systemctl status drbd-reactor…
but there is a warning:
nov 09 01:15:25 protostar drbd-reactor[884599]: WARN [drbd_reactor::events] events: process_events2: device: unknown keyword 'open'
nov 10 01:15:25 protostar drbd-reactor[884599]: WARN [drbd_reactor::events] events: process_events2: device: unknown keyword 'open'
nov 11 01:15:25 protostar drbd-reactor[884599]: WARN [drbd_reactor::events] events: process_events2: device: unknown keyword 'open'
apparently once a day
The drbdadm command shows this:
drbdadm status
linstor_db role:Primary
disk:UpToDate open:yes <==
This is not seen in an older version
linstor_db role:Primary
disk:UpToDate <==
Current version:
drbd-utils/desconocido,now 9.29.0-1 amd64 [instalado]
Older version:
drbd-utils/unknown 9.29.0-1 amd64 [upgradable from: 9.28.0-1]
Can you help me?