Hide Forgot
Document URL: Section Number and Name: Describe the issue: GlusterFS provisioner makes use of Heketi API service. With Heketi, the volume sizes are required to be more than 10Gi, any smaller sizes requested via PVC will end in failure with error 'No space', which can be quite misleading. See issue: https://github.com/heketi/heketi/issues/505 Users need to be advised about this so that they don't run into same problem. Suggestions for improvement: Additional information:
The minimum volume size depends on couple of other parameters like min_brick_size..etc which is a configurable value in server side, so defining a 'minimum volume size' is difficult from the client side. The error is bit misleading, however we have improved this error and from here on https://github.com/heketi/heketi/pull/472, we should get a proper error message.
I would like to call this as NOT A BUG.
An improved error message works for me. I'll close this BZ.