Chris Smart

Results 47 comments of Chris Smart

I think pretty much of this info (except redfish) is in the inventory already, should be able to write a playbook to get this info from inventory and write a...

Hmmm I'm not sure why the ansible is creating a bridge virbr0, that should happen automatically as it changes between VM starts and stops. The VM just needs to be...

OK great, no worries! :+1:

Maybe I should rename the distro defaults with `_default` in the name and only use it when the user hasn't defined it without `_default` e.g. Default in distro: ``` ---...

Shared disks are only supported with RAW format, else you can corrupt qcow2 headers, so I guess this means I need to bump support for #38

shared disks probably not supported with `nvme` due to the way we have to define the using qemu extra args...

I guess for completeness it probably should also support backing or cloning.

We could do that, I guess it will require some additional steps to convert the qcow2 source to an image rather than being a backed file...

My machines have two x 802.3ad bonds each and I ran into this same issue on Fedora 33 and 34 with the following NICs (not that it seems to matter):...

I don't know if any of this is helpful, but @chenxiaolong mentioned potential dropped LACP packets, I've captured LACP packets on all interfaces on one of my nodes from a...