Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.32 KB

File metadata and controls

19 lines (12 loc) · 1.32 KB

Troubleshooting

When trying to resize a Cinder Volume, PV/PVC is updated but file system not resized.

Check the volume status by using openstack volume show command about the volume (it should have pvc- prefix) and see whether backend openstack need update, contact with your openstack administrator for help on the error reported.

openstack volume message list --os-volume-api-version 3.3 might also show some information about a failed resize, e.g. extend volume:Compute service failed to extend volume.

When trying to resize a Cinder Volume based on Ceph, the VM doesn't see the new size.

Chances are, the underlying OpenStack is not configured properly. This could be tested by manually creating a VM and Volume, attaching and resizing the Volume. If you see the same behaviour, no change of the Volume in the VM, try to get in contact with the Admin-Team of the OpenStack you are using.

Chances are, Cinder is not allowed to send the volume-extended event to Nova API. The error likely can be spotted as a 403 in the logs.

In that case. The section nova in cinder.conf must be configured properly, and with a user with sufficient privileges.