Commit Graph

13 Commits

Author SHA1 Message Date
Jeff Carr 525362fcc7 deprecate hypervisor file. yay!
Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-10-22 19:34:50 -05:00
Jeff Carr 448f4a0649 dumped droplet file
Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-10-22 19:19:22 -05:00
Jeff Carr e2d872f088 start to deprecate dumb droplets file
Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-10-22 18:58:47 -05:00
Jeff Carr b1a943fa3d compiles and runs
Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-10-22 18:19:21 -05:00
Jeff Carr 3ba9a5da20 compiles
Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-10-22 17:59:27 -05:00
Jeff Carr 673bcc6cc9 start migration to protobufs
Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-10-22 17:27:24 -05:00
Jeff Carr 3b64d342d2 compiles and runs
Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-10-22 16:46:39 -05:00
Jeff Carr 91d2a8a19d write out json cfg file
Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-10-22 15:16:37 -05:00
Jeff Carr f5fb6736f6 make STDOUT output easier to read
Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-10-17 15:54:39 -05:00
Jeff Carr 1c77ec7e63 start from the command line works
Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-10-15 11:02:34 -05:00
Jeff Carr aa6b142b7c fix hypervisor active logic upsidedown
Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-10-13 05:08:36 -05:00
Jeff Carr e149b3218d last version restarted virtigod to libvirt hang
it would appear at this point there is some sort of
	bug that hangs libvirtd. stracing it isn't obvious
	to me due to my lack of experience with really working
	with strace much. When virtigod hangs, 'virsh list'
	also hangs from the command line. If I kill virtigod,
	everything starts working again and I get lots of output
	from libvirtd --listen but I haven't investigated any
	of the errors yet or looked further. I probably will
	just work around this problem rather than solving it
	in this case since my need here is to get to working
	on riscv uboot development where my usefullness is
	better. hopefully. Or, maybe it's what I'm more interested
	in. maybe this bug doesn't exist on riscv. haha to you
	reading this, virtualization with riscv doesn't really
	even exist much yet. The chips are still too new!

Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-10-13 03:04:46 -05:00
Jeff Carr e94b4d6626 first basic check to tell if the cluster is healthy
Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-10-12 12:45:43 -05:00