vultr/vultr-csi

[BUG] Failed to add block storage device. Invalid size (8GB) - Must be between 10GB and 10000GB.","status":400

Closed this issue · 2 comments

Describe the bug
When the pvc is less than 10 Gb it throws error:

failed to provision volume with StorageClass "vultr-block-storage": rpc error: code = Internal desc = {"error":"Unable to add block storage: Failed to add block storage device. Invalid size (8GB) - Must be between 10GB and 10000GB.","status":400}

To Reproduce
Steps to reproduce the behavior:

  1. Create a PVC of volume 8Gb
  2. See error

Expected behavior
The PVC volume claim should either fix the volume to 10Gb or should create volume as per the claim.

Screenshots
This makes it in pending state.
image
problem here.

Thanks for checking this @ddymko