You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Ryan, thank you for reporting this issue. I can reproduce the issue on my side. I will let you know once it is fixed. There are actually multiple issues with current snapshot driver implementation, including the code location you point out. We will address that and let you know.
YiHuangDB
added a commit
to YiHuangDB/cindertruenas
that referenced
this issue
Feb 21, 2023
Hi Ryan, this issue has been fixed with PR #33 and merged to master branch, if you have any issue with the fix, technically exactly the same like you mentioned in your post, appreciate your comments and feedbacks.
When creating a volume where the source is a volume. The first creation works, but if I create another volume, it fails.
The driver tries to create a duplicate snapshot with the same name as the first one.
I believe this is the code that is causing the issue https://github.com/iXsystems/cinder/blob/master/driver/ixsystems/iscsi.py#L286-L287
The
name
key intemp_snapshot
probably should be the volume.id, not referencing the source volume.The text was updated successfully, but these errors were encountered: