-
Notifications
You must be signed in to change notification settings - Fork 1.3k
FiberChannel Multipath for KVM + Pure Flash Array and HPE-Primera Support #7889
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
Merged
shwstppr
merged 38 commits into
apache:main
from
rg9975:primera-pure-storage-provider-feature
Dec 9, 2023
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
343acd4
Add support for FiberChannel Multipath SCSI for KVM, Pure Flash Array…
1d731e3
Correcting missing copyright headers
aafc20d
Fixing line endings from lint failures
3ffc813
Fix eol in README.md
a98cffd
Update api/src/main/java/org/apache/cloudstack/api/command/admin/stor…
34cf840
Update api/src/main/java/org/apache/cloudstack/api/command/admin/stor…
08a41d8
Update engine/storage/datamotion/src/main/java/org/apache/cloudstack/…
94b3a4b
Update engine/storage/datamotion/src/main/java/org/apache/cloudstack/…
6a51546
Update engine/storage/datamotion/src/main/java/org/apache/cloudstack/…
042b282
Update engine/storage/datamotion/src/main/java/org/apache/cloudstack/…
dbbeb87
Update plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm…
61ac672
Update plugins/storage/volume/flasharray/src/main/java/org/apache/clo…
2b9a72b
Update plugins/storage/volume/primera/src/main/java/org/apache/clouds…
00856d3
Update server/src/main/java/com/cloud/server/StatsCollector.java
fc361c3
updates from PR comments
d8e7c78
updates from PR comments
54aa093
Update engine/storage/datamotion/src/main/java/org/apache/cloudstack/…
62504a9
fix array index error in primera driver code during host access check
6e36bda
Fix issue where connectVolume.sh can inadverdantly remove a device wh…
ec81ac4
Update server/src/main/java/com/cloud/storage/VolumeApiServiceImpl.java
d43f093
Update engine/storage/datamotion/src/main/java/org/apache/cloudstack/…
aad67de
Update engine/storage/datamotion/src/main/java/org/apache/cloudstack/…
ac05842
Update engine/storage/datamotion/src/main/java/org/apache/cloudstack/…
8ecbfea
Updates for latest PR feedback
a095316
small update on storage capacity calculation found in local testing
83395c0
fix minor logging statements and null checks
f5603c8
updates to work with main resync, minor fixes for issues found in test
c900b63
fix eol characters
9ed2807
commit changes from main merge and conflict resolution
2719d1e
fix trailing whitespace in AdaptiveDataStoreDriverImpl
0635bd0
eof resizeVolume.sh fix
889cf8c
Merge branch 'main' into primera-pure-storage-provider-feature
23ede47
merge conflict resolution/resolve minor issues
93ff52f
fix copyright/eof in copyVolume.sh
2ac9105
eol whitespace fix in UpdateStoragePoolCmd.java
9bb6dfd
merge upstream changes
9cf0ad0
resolving PR#7889 issues from slavkap
b58a5db
change trace to debug in AncientDataMotionStrategy
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
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.
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.
minor - indentation seems a bit off
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.
Updated in upcoming commit.
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.
@rg9975 issue still seems to be there