Xen Orchestra - Removing NIC
-
Continuing the discussion from my XCP-ng Documentation contribution. @olivierlambert was curious if PIFs can be removed with Xen-Orchestra. Using XOCE 5fe53, it looks like the answer is no.
On the Hosts view, when trying to remove a PIF. I get the error message:
This is using the red delete button.
I also tried it on the pool level to delete the network and got the error message:
NETWORK_CONTAINS_PIF(OpaqueRef:a9140722-2515-452f-9207-bf3797b3d9e3)
-
Hi,
I think it's probably because we should use
pif-forget
for physical NICs (instead of destroy). Worth a GH issue in XO repository -
Bug has been filed.
https://github.com/vatesfr/xen-orchestra/issues/7193