-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Enhancing storagepool operations and snapshot related fixes in NetApp ONTAP storage plugin #13897
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
Open
sandeeplocharla
wants to merge
16
commits into
apache:main
Choose a base branch
from
NetApp:netapp-ontap-fixes
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
f72a1f8
Multi-Host support for NFS3 and iSCSI(Addition/Removal of host) (#64)
sandeeplocharla 4b05ad8
Fix for NFS3 primary storage pool is failing to come out of maintenan…
sandeeplocharla 3ad31fd
Fixes to handle 404 exceptions when export policy and ontap volume ar…
sandeeplocharla b761f6d
create temp CG for consistent VM snapshot for the VM which is span ac…
rajiv-jain-netapp 6b20be4
CSTACKEX-127: Primary storage-pool is getting created even if desired…
sandeeplocharla 7da711d
CSTACKEX-212: fix for snapshot failure for attached cs volumes nfs an…
sathvikaragi 78d931f
CSTACKEX-158: if ontap snapshot are already delete from ontap side, d…
rajiv-jain-netapp 41ed3a3
Resolved a merge conflict
sandeeplocharla d6fa907
Subsequent VM Creation is failing for ISCSI Storage Pool on Oracle Li…
suryag1201 5b4efed
Bugfix/CSTACKEX-254: Change the minimum storagepool size to 20MB and …
sandeeplocharla 5c1a546
CSTACKEX-241: adding in the updatestoragepool call of provider's life…
sathvikaragi abb51de
bugfix/CSTACKEX-235: Updated job timing to be uniform across ONTAP (#93)
piyush5netapp 026ae0a
fixed a rebase error
sandeeplocharla 4d5b3db
CSTACKEX-246: setting volume format based on protocol (#92)
sathvikaragi e2bb488
Addressed a rebase issue
sandeeplocharla 24335b4
Addressed review comments
sandeeplocharla File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can this be null (any case where no volume associated with the given uuid)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
getComponent()already rejects a missing or malformed path (length != 3→ CloudRuntimeException).