Skip to content

PVC stays in Resizing state if request size is given more than scale's fileset size limit #800

Open
@saurabhwani5

Description

@saurabhwani5

Describe the bug

PVC stays in Resizing state if request size is given more than scale's fileset size limit

How to Reproduce?

Please list the steps to help development teams reproduce the behavior

  1. Create a PVC of any size
  2. Increase the size to more than maximum limit (For eg. 9223372036854775807Gi)
    Kubectl edit pvc pvc_name
  3. Save this with the new size
  4. Check the type of PVC, it will show resizing

Expected behavior

It should give error message and not to accept the given value

Data Collection and Debugging

spec:
  accessModes:
  - ReadWriteMany
  resources:
    requests:
      storage: "9223372036854775807"
  storageClassName: sc-crazy-elephant-954
  volumeMode: Filesystem
  volumeName: pvc-60a2c4eb-7ff5-47c8-98ad-b41e55bd4e37
status:
  accessModes:
  - ReadWriteMany
  capacity:
    storage: 5Gi
  conditions:
  - lastProbeTime: null
    lastTransitionTime: "2022-09-19T09:29:48Z"
    status: "True"
    type: Resizing
  phase: Bound 

Logs:
ibm-spectrum-scale-csi-logs_09-19-2022-02:41:08.zip

Metadata

Metadata

Assignees

Labels

Customer Impact: Localized low impact(2) Temporary / limited perf impact, unnecessary failovers, issues occur while in degraded stateCustomer Probability: Low(1) Issue only occurs during failure condition - disk, server, network, test assert, ...Found In: 2.7.0For Bug issues to identify what release level issue was found in 2.7.0Severity: 3Indicates the the issue is on the priority list for next milestone.Type: BugIndicates issue is an undesired behavior, usually caused by code error.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions