Fix 3 findbugs encoding warnings in VmwareStorageProcessor.java#411
Closed
rsafonseca wants to merge 1 commit into
Closed
Fix 3 findbugs encoding warnings in VmwareStorageProcessor.java#411rsafonseca wants to merge 1 commit into
rsafonseca wants to merge 1 commit into
Conversation
Ova templates and metadata should be written to file in UTF-8 Fix warning in UUID generation
|
cloudstack-pull-requests #387 SUCCESS |
kishankavala
pushed a commit
to kishankavala/cloudstack
that referenced
this pull request
Jun 25, 2015
…emplates and metadata should be written to file in UTF-8 Fix warning in UUID generation Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com> This closes apache#411
yadvr
pushed a commit
that referenced
this pull request
Jan 20, 2021
benj-n
pushed a commit
to leaseweb/cloudstack
that referenced
this pull request
Mar 24, 2023
Merge in CLOUD/cloudstack from haproxy-ui to 4.17.0-leaseweb * commit 'aa7eea80f82d1487520b03c1e49eb8927d26d895': Port the haproxy UI.
yadvr
pushed a commit
to shapeblue/cloudstack
that referenced
this pull request
Apr 24, 2024
…rsocket (apache#411) * Add ability to set cpu.threadspercore similar to existing cpu.corespersocket * Add license to new test file * Add tests to handle some edge cases * Add some edge test cases to CPU topology * Rework logic on KVM CPU topology, handle more cases * Add more test cases * Add more test cases * Update plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java Co-authored-by: Suresh Kumar Anaparti <suresh.anaparti@shapeblue.com> * Added cpu.threadspercore detail in listDetailOptions response (for KVM hypervisor) --------- Co-authored-by: Marcus Sorensen <mls@apple.com> Co-authored-by: Suresh Kumar Anaparti <suresh.anaparti@shapeblue.com>
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.
Ova templates and metadata should be written to file in UTF-8
Fix warning in UUID generation