DRBD-Reactor warning

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?

The open:<value> status was added to the events2 stream in DRBD utils version 9.29.0-1. DRBD Reactor likely hasn’t taken this into account yet, so you’re seeing this WARN in the logs. This can safely be ignored, and will likely be addressed in the next DRBD Reactor release.

If an internal issue hasn’t been created yet, I will do that now. Thanks for reporting.

Thank you very much for the clarification

1 Like

unknown keywords in reactor are usually nothing to worry about, they are just a good reminder for us that we need to add that keyword to the parser and structs. That already happend in events: add "open" to device keywords · LINBIT/drbd-reactor@ffdcbe9 · GitHub , future versions of drbd-reactor will not print that warning

1 Like