<div dir="ltr">Hi ALL<div><br></div><div>I am currently testing openstack liberty in my centos 7 environment.</div><div><br></div><div>I am planning to boot vm from volume using ceph backend.</div><div><br></div><div>all the instances volumes are shared among all the compute nodes and I am able to do the nova migrate and nova live-migration.</div><div><br></div><div>when I was testing the nova evacuate function, It failed silently. I checked nova-compute.log in target compute node and it says  "InvalidSharedStorage: Invalid state of instance files on shared storage"</div><div><br></div><div>based on the doc(<a href="https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/6/html/Administration_Guide/section-evacuation.html">https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/6/html/Administration_Guide/section-evacuation.html</a>),</div><div>I realize that only share the volumes is not enough. The instances files are in the local storage (/var/lib/nova/instances) by default. </div><div><br></div><div>According to  the docs, it setup a NFS server for the instances files and mount to each compute node.<br></div><div><br></div><div>However, since I have already had a shared storage system (ceph), is it doable to put these files in ceph?</div><div>or I have to setup NFS, sync these files and mount to each compute node?</div><div><br></div><div>thanks</div><div><br></div></div>