DomUs Error When Stopping Xendomains

Home » CentOS-Virt » DomUs Error When Stopping Xendomains
CentOS-Virt No Comments

Hello,

I have the following error with Xen 4.2.4-33 when stopping xendomains:

Shutting down Xen domains: Domain-0(skip)
xen101(save).. xen101(save)………… xen102(save). An error occurred while saving domain:
Error: Domain ‘9’ does not exist.

!
(shut). An error occurred while shutting down domain:
Error: Domain ‘9’ does not exist.

!
xen102(save)………… xen103(save). An error occurred while saving domain:
Error: Domain ’11’ does not exist.

!
(shut). An error occurred while shutting down domain:
Error: Domain ’11’ does not exist.

!

After reading a bit on Google I’ve found that this can be fixed by changing the LIST_GREP in xendomains:

+LIST_GREP=’^(domain$\|(domid\|(name\|^{$\|”name”:\|”domid”:’
-LIST_GREP='((domain\|(domid\|(name\|^{$\|”name”:\|”domid”:’

This fix works. Is this a known bug in the xen4CentOS release?

Karl