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]: error while creating RO volume from snapshot with different isiPaths #211

Closed
bpjain2004 opened this issue Mar 3, 2022 · 1 comment
Assignees
Labels
area/csi-powerscale Issue pertains to the CSI Driver for Dell EMC PowerScale type/bug Something isn't working. This is the default label associated with a bug issue.
Milestone

Comments

@bpjain2004
Copy link
Collaborator

Bug Description

When RO volume is created from snapshot and if the isiPaths are different (new volume's isiPath and source volume's isiPath of snapshot) then it is resulting in failure.

Logs

[ERROR] Error in response. Method:GET URI:namespace/ifs/data/csi/master/edge Error: Unable to open object 'data/csi/master/edge/.csi-snapshot-9c377664-6e0f-4ab8-b70f-d105781f94ac-tracking-dir/k8s-2e01b9b8d3' in store 'ifs' -- not found. JSON Error: Unable to open object 'data/csi/master/edge/.csi-snapshot-9c377664-6e0f-4ab8-b70f-d105781f94ac-tracking-dir/k8s-2e01b9b8d3' in store 'ifs' -- not found.
[DEBUG] the query of volume (id '', name '.csi-snapshot-9c377664-6e0f-4ab8-b70f-d105781f94ac-tracking-dir/k8s-2e01b9b8d3') returned an error, regard the volume as non-existent. error : 'Unable to open object 'data/csi/master/edge/.csi-snapshot-9c377664-6e0f-4ab8-b70f-d105781f94ac-tracking-dir/k8s-2e01b9b8d3' in store 'ifs' -- not found.'
[DEBUG]
    -------------------------- GOISILON HTTP REQUEST -------------------------
    GET /namespace/ifs/data/csi/master/edge/.csi-snapshot-9c377664-6e0f-4ab8-b70f-d105781f94ac-tracking-dir HTTP/1.1
    Host: 10.225.1.165:8080
    Cookie: isisessid=****-xM83XNEBTurLUH1_isJCrSf9SnHxZKZuljdb0quACVzZR14cP3WQmO-D1BZyt5fSzMl_2m9bfgqqXvBHi6xW_qRu1MFAX5jfqd8ZhI04eqjNqPhvfyuyvj2GxhdSNdjOmPWAoW4ZWK3gb6OWMtqjYxgCTLNateYYx_WG2Mxpo96RXUtUiONTmc3GWqBpMOKKjDNx87OsFU72KC204esO4OF0ezIcrQS9ueNMP2Pm-qUPAlv4xwKZ_lfZNM1V2_FSgNQYSi6EYKUtT7TtqcsZbEWNUnTeX_tpuk3emiYedWXGqyXIKdQtJ7FeF7nKBNtuKKeXGZEKm1DNdfBCkKRjWakPmAYmGZTSN3OnFMH1Ir6s27m2YSJ38txFtoJjSfmqSLtj7GA6pIAU8hQ6tf4lND49V2cd5wERLLOmG6K3Z-s-dGuGaP9FZZgCJei0OdKhmWI5YV-bdNF1VjBqULnexOHDOr98h9zHRicjjnmFrA8FzGJd72kHaTvsJPqtTRcgZT0HVsBkpifWZXmc_TGxrPaFqmWFZulUFMM1afd2WguqpgNkyq7AOxqOvLyDQCm2DEnQK5rCYQYiblZAr1Fl78QuvCxN0drbgMazAODDciqV20dIjT1NnQsWjnyGlXAtUazMFHlc%3D
    Referer: https://10.225.1.165:8080
    X-Csrf-Token:****-d67b-4faa-82b5-eb9c93d6b53d


[DEBUG]
    -------------------------- GOISILON HTTP RESPONSE -------------------------
    HTTP/1.1 404 Not Found
    Transfer-Encoding: chunked
    Allow: GET, PUT, POST, DELETE, HEAD
    Content-Security-Policy: default-src 'none'
    Content-Type: application/json
    Date: Thu, 03 Mar 2022 06:52:38 GMT
    Server: Apache
    Strict-Transport-Security: max-age=31536000;
    X-Content-Type-Options: nosniff
    X-Frame-Options: sameorigin
    X-Isi-Ifs-Spec-Version: 1.0

Screenshots

No response

Additional Environment Information

No response

Steps to Reproduce

  1. Create a RW PVC
  2. Take the snapshot of the above pvc
  3. Create RO volume from the snapshot
  4. Delete the snapshot
  5. Delete the new volume

Expected Behavior

The new volume should be deleted without any error

CSM Driver(s)

CSI Driver for PowerScale v2.1.0

Installation Type

No response

Container Storage Modules Enabled

No response

Container Orchestrator

Kubernetes 1.22

Operating System

RHEL 8.3

@bpjain2004 bpjain2004 added type/bug Something isn't working. This is the default label associated with a bug issue. area/csi-powerscale Issue pertains to the CSI Driver for Dell EMC PowerScale labels Mar 3, 2022
@randeepdell randeepdell added this to the v1.2.0 milestone Mar 3, 2022
@bpjain2004
Copy link
Collaborator Author

The fix is now available in main branch.

csmbot pushed a commit that referenced this issue Aug 1, 2023
* patch version updates

* update module version

* update release navigation

* fix formatting and prometheus data source url (#211)

Co-authored-by: Yamunadevi N Shanmugam <[email protected]>
Co-authored-by: shaynafinocchiaro <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/csi-powerscale Issue pertains to the CSI Driver for Dell EMC PowerScale 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