Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: Create volume even if the size is smaller than possible #1305

Closed
boyamurthy opened this issue May 24, 2024 · 1 comment
Closed

[BUG]: Create volume even if the size is smaller than possible #1305

boyamurthy opened this issue May 24, 2024 · 1 comment
Labels
area/csi-powermax Issue pertains to the CSI Driver for Dell EMC PowerMax type/bug Something isn't working. This is the default label associated with a bug issue.
Milestone

Comments

@boyamurthy
Copy link
Contributor

Bug Description

As part of the Kubevirt validation, the driver failed to provision storage with :

powermax-controller-b46d977b6-bmhdn driver time="2024-05-13T09:27:03Z" level=info msg="/csi.v1.Controller/CreateVolume: REP 0077: rpc error: code = OutOfRange desc = bad capacity: requested minimum size (20971520 bytes) is less than the minimum volume size (51118080 bytes)"

According to Kubernetes docs and API conventions, a CSI driver can always provision a larger volume than requested.

Logs

powermax-controller-b46d977b6-bmhdn driver time="2024-05-13T09:27:03Z" level=info msg="/csi.v1.Controller/CreateVolume: REP 0077: rpc error: code = OutOfRange desc = bad capacity: requested minimum size (20971520 bytes) is less than the minimum volume size (51118080 bytes)"

Screenshots

No response

Additional Environment Information

No response

Steps to Reproduce

create volume size lessthan 50 MB.

Expected Behavior

as per CSI spec , volume creation should be successful with minumum supported size.

CSM Driver(s)

csi driver for PowerMax

Installation Type

No response

Container Storage Modules Enabled

No response

Container Orchestrator

all

Operating System

all

@boyamurthy boyamurthy added type/bug Something isn't working. This is the default label associated with a bug issue. area/csi-powermax Issue pertains to the CSI Driver for Dell EMC PowerMax labels May 24, 2024
@boyamurthy boyamurthy added this to the v1.11.0 milestone May 24, 2024
@boyamurthy
Copy link
Contributor Author

link: 24328

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/csi-powermax Issue pertains to the CSI Driver for Dell EMC PowerMax type/bug Something isn't working. This is the default label associated with a bug issue.
Projects
None yet
Development

No branches or pull requests

2 participants