Capsul outage mitigation: audit the list of static DHCP assignment entities #12
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I think this is the command??? virsh net-dumpxml public1
Just need to compare that with the capsuls mac addrs from
//root@baikal:/var/lib/libvirt/dnsmasq# cat virbr1.macs //root@baikal:/var/lib/libvirt/dnsmasq# cat virbr2.macs //root@baikal:/var/lib/libvirt/dnsmasq# cat virbr3.macs
And with the capsuls IPs from the capsul-flask DB:
sudo pipenv run flask cli sql -c "select id, network_name, public_ipv4 from vms where deleted is null order by public_ipv4"
I think this can be closed? not sure.