Joshua Boniface joshuaboniface
  • Joined on 2021-10-28
joshuaboniface pushed to master at joshuaboniface/blog 2022-12-07 11:03:58 -05:00
b7c7ecdda6 Fix up unclear line
joshuaboniface pushed to master at joshuaboniface/blog 2022-12-07 11:01:23 -05:00
8d2a3066e0 Add new blog post
joshuaboniface released 0.9.60 at parallelvirtualcl…/pvc 2022-12-06 15:44:16 -05:00
joshuaboniface pushed tag v0.9.60 to parallelvirtualcl…/pvc 2022-12-06 15:44:16 -05:00
joshuaboniface pushed to master at parallelvirtualcl…/pvc 2022-12-06 15:43:17 -05:00
0b8d26081b Bump version to 0.9.60
f076554b15 Disable RBD caching by default
Compare 2 commits »
joshuaboniface pushed to master at joshuaboniface/blog 2022-12-03 02:06:35 -05:00
8bf5ef4cb0 Fix another error
joshuaboniface pushed to master at joshuaboniface/blog 2022-12-03 02:04:48 -05:00
8eec0d432b Add paragraph about failures and rerunning
joshuaboniface pushed to master at joshuaboniface/blog 2022-12-03 02:01:12 -05:00
ea938ab17a Better clarify postrm deliniation
joshuaboniface pushed to master at joshuaboniface/blog 2022-12-03 01:50:25 -05:00
e267456952 Fix bad example
joshuaboniface pushed to master at joshuaboniface/blog 2022-12-02 17:10:16 -05:00
2eabd6e748 Add one more sentence
joshuaboniface pushed to master at joshuaboniface/blog 2022-12-02 17:05:52 -05:00
60d5db6870 Add section about sketchy maintainer scripts
joshuaboniface pushed to master at joshuaboniface/blog 2022-12-02 16:30:48 -05:00
0f8189601b Remove this line that I don't like
joshuaboniface pushed to master at joshuaboniface/blog 2022-12-02 16:30:19 -05:00
aae7cebfc5 Fix bad tab in example
joshuaboniface pushed to master at joshuaboniface/blog 2022-12-02 16:21:38 -05:00
15c19fc5c3 Remove header
joshuaboniface pushed to master at joshuaboniface/blog 2022-12-02 16:20:08 -05:00
97bd9c15d1 Add blog post about Debian packaging
joshuaboniface closed issue parallelvirtualcl…/pvc#117 2022-11-23 02:21:34 -05:00
Add node management API endpoints/commands
joshuaboniface commented on issue parallelvirtualcl…/pvc#117 2022-11-23 02:21:33 -05:00
Add node management API endpoints/commands

Adding ansible support in #160 would pretty much obsolete this, since management should be done at a cluster level.

joshuaboniface commented on issue parallelvirtualcl…/pvc#157 2022-11-23 02:13:52 -05:00
Investigate CAKE qdisk for PVC workloads

Having read and failed to understand a lot of this, I get the feeling there's very little performance to gain, especially since we're hardly maxing out network bandwidth so far as I can tell. Maybe…

joshuaboniface commented on issue parallelvirtualcl…/pvc#149 2022-11-23 02:12:55 -05:00
Support virsh console through PVC command

Never did find any better solution here. Leaving as a future to-do to dig further into the callback.

joshuaboniface commented on issue parallelvirtualcl…/pvc#119 2022-11-23 02:12:01 -05:00
Support ISO image uploads on provisioner

With the provisioner rework this becomes slightly more trivial, would just need an example script and some additional code examples in the libvirt_schema library to handle it.