cannot undefine domain with nvram

[root@localhost ~]# virsh undefine vhuser-test1
error: Failed to undefine domain vhuser-test1
error: Requested operation is not valid: cannot undefine domain with nvram

[root@localhost ~]# virsh undefine vhuser-test1 --nvram
Domain vhuser-test1 has been undefined

[root@localhost ~]#

原文地址:https://www.cnblogs.com/dream397/p/13925012.html