Currently i have deployed Openstack using Kolla ansible for Yoga version.
I am able to successfully create cinder volume and able to mount it to Openstack Zun container. But after stopping and recreating container with the same cinder volume I am facing issues.
Few times container will be mounted with cinder volume successfully and few time it will fail. And even if it mounts also there will not be any data in the mounted disk of the container.
Also, I could see data mounted on compute node at /var/lib/zun/mnt/ location, but why it is not getting reused when we mount it for other containers.
Can any one help me out to debug this issue.
Thanks.