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

getVolumeSnapshots returns differently between 4.11 and 4.12 #100

Open
xtrusia opened this issue May 23, 2024 · 0 comments
Open

getVolumeSnapshots returns differently between 4.11 and 4.12 #100

xtrusia opened this issue May 23, 2024 · 0 comments

Comments

@xtrusia
Copy link

xtrusia commented May 23, 2024

Hello

I've checked they are using different method ( cmd and api )

In below situation, it seems that they are returning different value.

V1 - S1 - V2 - S2 ( V is volume, S is snapshot )

When I try to delete S1, eventually it calls client.getVolumeSnapshots()

by below code.

https://opendev.org/openstack/cinder/src/commit/863e645b9145f11e27f6875f72936803168a2b23/cinder/volume/drivers/hpe/hpe_3par_common.py#L3260

With 4.12, it doesn't raises exception. but with 4.11 it does

I'm not sure this is correct channel to ask this because it could be related to API itself.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant