End user is providing volume size to the heketi-cli so it should provide "volume size" error instead of "brick size" upstream issue: https://github.com/heketi/heketi/issues/409
I don't think this is correct. These objects are GlusterFS specific, but from a Heketi point of view, they do not exist. Instead the element is a volume. As such, you can either create or not create a volume. Adding any other information would confuse the user. Instead that information is kept in the logs.
(In reply to Luis Pabón from comment #2) > I don't think this is correct. These objects are GlusterFS specific, but > from a Heketi point of view, they do not exist. Instead the element is a > volume. As such, you can either create or not create a volume. Adding any > other information would confuse the user. > > Instead that information is kept in the logs. Yes that is correct that in Heketi element is a "volume" instead of bricks. That is the reason of opening this bug that user should get "Minimum Volume size" error and not a "Minimum Brick Size" Here end user is providing volume size and getting error about "Brick size". The current flow looks confusing to me.
Fixed upstream with https://github.com/heketi/heketi/pull/536 . The issue is a duplicate of https://github.com/heketi/heketi/issues/506 .
*** This bug has been marked as a duplicate of bug 1370130 ***