Block a user
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
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.
Fix bugs around Zookeeper logging
Fix bugs around Zookeeper logging
Fixed to include a daemon prefix, and better reporting of entries.
Separate out pvcworkerd and pvchealthd into discrete packages
Initial PoC for pvchealthd was completed, and generally worked, but the code was lost due to a mistype. It did reveal scalability problems with node logging however, so that should be addressed…
Fix bugs around Zookeeper logging
Investigate Websockets for API
Investigate cleanup of
pvcXd.yaml configurations
Investigate cleanup of
pvcXd.yaml configurations
Implemented both a legacy and new format, where new will read from /etc/pvc/pvc.conf if it exists, otherwise it will fall back to allow transition time via the PVC Ansible playbooks.
The…