Fix Instance creation with swift as Secondary Storage [CLOUDSTACK-9061]#1112
Closed
syed wants to merge 1 commit into
Closed
Fix Instance creation with swift as Secondary Storage [CLOUDSTACK-9061]#1112syed wants to merge 1 commit into
syed wants to merge 1 commit into
Conversation
Contributor
|
Pinging @pdion891 to have a look. |
Contributor
|
@remibergsma, yep, let me test this, we would also like to have this into 4.6.1 if we can test it on time. |
Contributor
Author
|
Guys, I am closing this and opening this request against 4.6.1 as I have been told that it is the new way now. |
asfgit
pushed a commit
that referenced
this pull request
Nov 30, 2015
Fix secondary storage not working with swiftOriginal PR and discussion at #1112 * pr/1133: Fix secondary storage not working with swift Signed-off-by: Remi Bergsma <github@remi.nl>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Swift is currently broken when used as Secondary storage. This fix does the right thing when creating directories on the NFS staging server. We should think of a better solution as this should have been common code path between S3 and Swift. We should also make the "Object Storage as Secondary Storage" interface generic so that we can add other object stores too.
-Syed