Bug 216405 - hastd in 11 cannot be queried directly after a 'role' command - regression from 10
Summary: hastd in 11 cannot be queried directly after a 'role' command - regression fr...
Status: New
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 11.0-STABLE
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-bugs (Nobody)
URL:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2017-01-23 13:13 UTC by Pete French
Modified: 2020-05-06 13:53 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pete French 2017-01-23 13:13:47 UTC
On 11-STABLE if I do this:

hastctl role primary cbert0 ; hastctl status

I get

[ERROR] Error 57 received from hastd.

from the status command. If I insert a sleep like this:

hastctl role primary cbert0 ; sleep 1 ; hastctl status

then the error does not appear. This behaviour does not happen under FreeBSD 10.

The bug makes scripts which set the role and chen check it fail - inseryiing sleeps is a workaround, but an ugly one, as surely the expected behaviour is that the role command does not finish leaving the daemon in an unqueryable state.
Comment 1 Pete French 2017-01-27 19:15:02 UTC
More info on this - have discovered that this only happens if the role set fails (in my case due to a bug i the config file). The delay is real, but the fact it only happens on error makes it far less serious.