Bug 2120730
Summary: | [IBM Z] Restoring snapshot fails with size constraint when the parent pvc is expanded | ||||||
---|---|---|---|---|---|---|---|
Product: | [Red Hat Storage] Red Hat OpenShift Data Foundation | Reporter: | Sravika <sbalusu> | ||||
Component: | csi-driver | Assignee: | Madhu Rajanna <mrajanna> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Yuli Persky <ypersky> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 4.11 | CC: | edonnell, kramdoss, mrajanna, muagarwa, ocs-bugs, odf-bz-bot | ||||
Target Milestone: | --- | Keywords: | Regression | ||||
Target Release: | ODF 4.12.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | No Doc Update | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | |||||||
: | 2120927 (view as bug list) | Environment: | |||||
Last Closed: | 2023-02-08 14:06:28 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 2094357, 2120927 | ||||||
Attachments: |
|
Description
Sravika
2022-08-23 16:03:35 UTC
This is a regression caused by an upstream fix https://github.com/ceph/ceph-csi/pull/2788 I think we should not hold the release for this as it is not a general use case. We can fix it in the next z-stream release. I've tested the scenario described in the BZ on a cluster with ODF : 4.12.0-0.nightly-2022-11-25-185455 The exact steps were: Steps to Reproduce: 1. Create a pvc of 2Gi, expand it to 4Gi 2. Create a volume snapshot of the 4Gi pvc 3. Verify that the snapshot "READY TO USE" state is "true" 4. Expand parent pvc to 6GiB 5. Restore snapshot to a pvc of 4Gi And it looks that all the steps were completed successfully. The above event refers to the restore action of PVC of size 4GB. Generated from openshift-storage.rbd.csi.ceph.com_csi-rbdplugin-provisioner-6f5c888c64-nj7kc_037e6ead-1cd9-41f6-84fa-70496a2ca623 Successfully provisioned volume pvc-7aaf4c00-1378-48c0-b715-27bcdc9884b3 Is it possible that something else cause Restore action failure? |