You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cinder-csi-plugin/troubleshooting.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Troubleshooting
2
2
3
+
## When trying to resize a Cinder Volume, PV/PVC is updated but file system not resized.
4
+
5
+
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.
6
+
7
+
`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.
8
+
3
9
## When trying to resize a Cinder Volume based on Ceph, the VM doesn't see the new size.
4
10
5
11
Chances are, the underlying OpenStack is not configured properly.
0 commit comments