User Tools

Site Tools


openstack:creating_new_instance

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
openstack:creating_new_instance [2021/06/25 10:09] – external edit 127.0.0.1openstack:creating_new_instance [2022/01/24 15:41] (current) 10.91.120.28
Line 50: Line 50:
   * /dev/vda1: UUID="f41e390f-835b-4223-a9bb-9b45984ddf8d" TYPE="xfs"    * /dev/vda1: UUID="f41e390f-835b-4223-a9bb-9b45984ddf8d" TYPE="xfs" 
   * /dev/vdb1: **UUID="51b68e38-676f-40c6-b690-c81b09c099c0"** TYPE="xfs"    * /dev/vdb1: **UUID="51b68e38-676f-40c6-b690-c81b09c099c0"** TYPE="xfs" 
 +
 +===== Troubleshooting =====
 +
 +If volumes are stuck in a state i.e. deleting or creating, the cinder services may need a restart. Deleting or creating a volume should output to the /var/log/cinder/cinder-scheduler.log and /var/log/cinder/cinder-volume.log logs. If this is halted or slow, restart the cinder services.
 +
 +<code>
 +sudo service cinder-scheduler restart
 +sudo service cinder-volume restart
 +</code>
  
openstack/creating_new_instance.1624612196.txt.gz · Last modified: 2021/06/25 10:09 by 127.0.0.1