<div dir="ltr">Hi,<br><br>we have OpenStack Juno installed with a multinode setup.<br>In our openstack environment "nova suspend" operation is working fine for the VMs which are booted from a glance image.<br>We are having the problem running "nova suspend" operation on some of the VMs which are pxe booted from other VMs.<br><br>nova suspend operation failing with following error.<br><br>2015-08-20 06:22:50.730 16956 TRACE oslo.messaging.rpc.dispatcher     rv = meth(*args, **kwargs)^M<br>2015-08-20 06:22:50.730 16956 TRACE oslo.messaging.rpc.dispatcher   File &quot;/usr/lib64/python2.7/site-packages/libvirt.py&quot;, line 901, in managedSave^M<br>2015-08-20 06:22:50.730 16956 TRACE oslo.messaging.rpc.dispatcher     if ret == -1: raise libvirtError (&apos;virDomainManagedSave() failed&apos;, dom=self)^M<br>2015-08-20 06:22:50.730 16956 TRACE oslo.messaging.rpc.dispatcher libvirtError: operation failed: domain save job: unexpectedly failed^M<br><br>When we do nova suspend operation it performs libvirt managedsave on the VM.<br>So we tried to perform "virsh managedsave" on the VM from the compute node where it is running.<br>This problem exist not only with the openstack but also when we do managedsave using virsh tool.<br>managedsave operation is failing with the same error using virsh tools also.<br><br>Following is the configuration we have used for the VM:<br><br>[root@controller ~(keystone_admin)]# nova flavor-list<br>+--------------------------------------+--------------+-----------+------+-----------+------+-------+-------------+-----------+<br>| ID                                   | Name         | Memory_MB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public |<br>+--------------------------------------+--------------+-----------+------+-----------+------+-------+-------------+--------<br>| 10 | test-pxe        | 49152     | 0    | 0         |      | 16    | 1.0         | True      |<br>+--------------------------------------+--------------+-----------+------+-----------+------+-------+-------------+-----------+<br>and a small ipxe image for network boot.<br><br>Could someone help me debug this issue?<br><br>Regards,<br>Vijaya<br></div>