Skip to content

Shared state publishing twice babeld_hosts and bat_hosts on boot #862

Description

@germanferrero

Both:
babeld_hosts at:

[ "$SERVICE" == "babeld" ] && [ "$ACTION" == "service.start" ] &&

and
bat_hosts at:

[ "x$ACTION" == "xifup" ] && ((sleep 30; shared-state-publish_bat_hosts; shared-state sync bat-hosts)&)

Are scheduled to publish on boot (and interface up).

And also at:

logger -p daemon.info -t shared-state "Generating and publishing databases"

Shared State schedules all publishers to publish on boot, so we are doing it twice for these two, overloading the boot process.

Metadata

Metadata

Assignees

No one assigned

    Labels

    altermundiDevelopment is being done for Altermundibug

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    Status
    No status

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions