In LXD you can create a so called notifier using NewNotifier that allows notifying all cluster members based on the given policy.
In microcluster we already have the cluster's Query method that allows reaching out to all of the cluster members. We should check adding the LXD like notification policies.
In LXD you can create a so called notifier using
NewNotifierthat allows notifying all cluster members based on the given policy.In microcluster we already have the cluster's
Querymethod that allows reaching out to all of the cluster members. We should check adding the LXD like notification policies.