Restarting your TripleO hypervisor will break cinder volume service thus the overcloud pingtest
- Posted on October 30, 2017
- tripleo, openstack, cloud
- By Carlos Camacho
I don’t usualy restart my hypervisor, today I had to install LVM2 and virsh stopped to work so a restart was required, once the VMs were up and running the overcloud pingtest failed as cinder was not able to start.
From your Overcloud controller run:
sudo losetup -f /var/lib/cinder/cinder-volumes
sudo vgdisplay
sudo service openstack-cinder-volume restart
This will make your Overcloud pingtest work again.
Responses
Want to leave a comment? Visit this post's issue page on GitHub (you'll need a GitHub account. What? Like you already don't have one?!).