Skip to content

Commit 276ab03

Browse files
authored
cinder-csi: update trouble shooting with volume not extended (kubernetes#2071)
1 parent 2abd357 commit 276ab03

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/cinder-csi-plugin/troubleshooting.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Troubleshooting
22

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+
39
## When trying to resize a Cinder Volume based on Ceph, the VM doesn't see the new size.
410

511
Chances are, the underlying OpenStack is not configured properly.

0 commit comments

Comments
 (0)