Block a user
Add persistent cluster fault messages
Started implementation but have realized that this system should really be used for any cluster health degradation issue.
Thus all cluster health-decreasing events would become faults. All…
Add persistent cluster fault messages
With the completion of #171 adding more advanced functionality like this can be accomplished in the pvchealthd
daemon instead of complicating the main node daemon further.
Separate out pvcworkerd and pvchealthd into discrete packages
Separate out pvcworkerd and pvchealthd into discrete packages
pvcworkerd
has been similarly ported to a separate package.
Separate out pvcworkerd and pvchealthd into discrete packages
Health monitoring successfully moved into standalone pvchealthd
package and service. Seems to be working so far.
Next up is to move pvcworkerd
in a similar way.