Joshua Boniface joshuaboniface
  • Joined on 2021-10-28
joshuaboniface commented on issue parallelvirtualcl…/pvc#173 2024-10-16 00:41:53 -04:00
Investigate Websockets for API

Doing this with FlaskRESTful doesn't seem easy to achieve. Instead, move on to investigating other API frameworks and make this a 2.0 feature.

joshuaboniface commented on issue parallelvirtualcl…/pvc#186 2024-10-16 00:41:20 -04:00
Add WebSocket support for live progress from Celery

This can't be done cleanly as-is without fundamentally redesigning the entire API. Scrapping this idea for now.

joshuaboniface closed issue parallelvirtualcl…/pvc#186 2024-10-16 00:41:20 -04:00
Add WebSocket support for live progress from Celery
joshuaboniface opened issue parallelvirtualcl…/pvc#186 2024-10-16 00:09:02 -04:00
Add WebSocket support for live progress from Celery
joshuaboniface commented on issue parallelvirtualcl…/pvc#173 2024-10-15 23:15:46 -04:00
Investigate Websockets for API

Moving to the future milestone: this will not be ready for 1.0, but would be an interesting 2.0 feature.

joshuaboniface closed issue parallelvirtualcl…/pvc#181 2024-10-15 23:14:37 -04:00
Add VNC console command to CLI
joshuaboniface commented on issue parallelvirtualcl…/pvc#181 2024-10-15 23:14:36 -04:00
Add VNC console command to CLI

Based on the work in #149, I don't think this is easily done either.

joshuaboniface commented on issue parallelvirtualcl…/pvc#149 2024-10-15 23:14:09 -04:00
Support virsh console through PVC command

Did some more testing and investigation, and I've come to the conclusion that this really is not easy or supportable.

joshuaboniface closed issue parallelvirtualcl…/pvc#149 2024-10-15 23:14:09 -04:00
Support virsh console through PVC command
joshuaboniface released 0.9.101 at parallelvirtualcl…/pvc 2024-10-15 11:48:39 -04:00
joshuaboniface pushed tag v0.9.101 to parallelvirtualcl…/pvc 2024-10-15 11:48:39 -04:00
joshuaboniface pushed to master at parallelvirtualcl…/pvc 2024-10-15 11:39:22 -04:00
d1fcac1f0a Bump version to 0.9.101
joshuaboniface pushed to master at parallelvirtualcl…/pvc 2024-10-15 11:32:03 -04:00
6ace2ebf6a Set expected PVC version for mirroring
joshuaboniface pushed to master at parallelvirtualcl…/pvc-ansible 2024-10-15 11:19:08 -04:00
463c1985d3 Add additional wait time
joshuaboniface pushed to master at parallelvirtualcl…/pvc 2024-10-15 11:12:24 -04:00
962fba7621 Bump up startup waits slightly
49bf51da38 Fix indentation of previous fix
1293e8ae7e Fix bugs in lock freeing function
ae2cf8a070 Add some time for Zookeeper to synchronize
Compare 4 commits »
joshuaboniface pushed to master at parallelvirtualcl…/pvc-ansible 2024-10-15 11:11:47 -04:00
b4c2b9bdf8 Lower sync and init tick limits
joshuaboniface commented on issue parallelvirtualcl…/pvc#169 2024-10-14 13:18:34 -04:00
Add cluster peering for DR/replication

Considering this finished barring any major bugs.

joshuaboniface closed issue parallelvirtualcl…/pvc#169 2024-10-14 13:18:34 -04:00
Add cluster peering for DR/replication
joshuaboniface closed issue parallelvirtualcl…/pvc#170 2024-10-14 13:17:22 -04:00
Improve synchronization of primary/secondary coordinator transitions
joshuaboniface commented on issue parallelvirtualcl…/pvc#170 2024-10-14 13:17:22 -04:00
Improve synchronization of primary/secondary coordinator transitions

This was mostly solved in 4c0d90b5176ae933387ea8ce0ea180fe1605e24e by implementing read-side timeouts.

While more improvements to the state transition code could definitely happen in the…