tools/destroy_virtual_hardware.sh
is missing some new steps
#4245
Labels
development
Bugs, paper cuts, feature requests, or other thoughts on making omicron development better
I have an "uninstall the control plane and reinstall it with whatever is in ~/git/omicron" shell script. It is not very good but it reliably keeps me from forgetting a step when I need to set up a control plane. One thing the script does is always run
pfexec ./tools/destroy_virtual_hardware.sh
afteromicron-package uninstall
, because external networking does not appear to function for me if I don't destroy and re-create the switch zone. (This is perhaps another issue; should I not need to have to do this?)Two recent changes have resulted in me making changes to my script that
destroy_virtual_hardware.sh
doesn't know about:pfexec swap -d
it./var/fm/fmd
, and enables fmd again. I need to do the inverse (disable fmd, unmount, enable fmd) to undo that.I think something should be doing this cleanup but I'm not sure what.
The text was updated successfully, but these errors were encountered: