| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
@dhlaluku this has been passed to me for testing but the title still says "work in progress"? |
Sorry, something went wrong.
|
@borisstoyanov let me fix the merge conflict and remove the WIP from the label |
Sorry, something went wrong.
There was a problem hiding this comment.
some questions and comments
Sorry, something went wrong.
| _eachTimeout = Duration.standardSeconds(cmd.getTimeout()); | ||
| final ExecutionResult result = _vrDeployer.executeInVR(cmd.getRouterAccessIp(), VRScripts.RETRIEVE_DIAGNOSTICS, fileList, _eachTimeout); | ||
| if (result.isSuccess()){ | ||
| return new PrepareFilesAnswer(cmd, true, result.getDetails()); |
There was a problem hiding this comment.
no validation of result.details?
Sorry, something went wrong.
There was a problem hiding this comment.
No validation required here, success/fail is handled in the service layer class "DiagnosticsServiceImpl"
Sorry, something went wrong.
There was a problem hiding this comment.
No need for validation here, script/command execution should be propagated back to service layer using command-answer pattern
Sorry, something went wrong.
| * @param fileName filepath inside system vm, /root/diagnostics_files_xxxx.tar | ||
| */ | ||
| protected void cleanUpFileInVm(String vmIP, String fileName) { | ||
| final String PERM_KEY = "/root/.ssh/id_rsa.cloud"; |
There was a problem hiding this comment.
please remove this here
Sorry, something went wrong.
There was a problem hiding this comment.
done, extracted Zip file in system vm file cleanup to Network element command which makes it hypervisor agnostic
Sorry, something went wrong.
| return false; | ||
| } | ||
|
|
||
| public boolean imageStoreHasEnoughCapacity(DataStore imageStore, Double storeCapThreshold) { |
There was a problem hiding this comment.
javadoc to explain how storeCapThreshold is used would be nice
Sorry, something went wrong.
BT-HF66 Publish disk resize event in cloud_usage
* Complete UI integration * Complete marvin test * Complete Secondary storage GC background task
* Add new grid values new classes to replace inline stlyes with it * Fix navigation scroll behavior Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
|
Hi @dependabot[bot], your pull request has merge conflicts. Can you fix the conflicts and sync your branch with the base branch? |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Get Diagnostics Data from system VMs
Docs; https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+Get+Diagnostics+Data+API
Description
Types of changes
Screenshots (if appropriate):
How Has This Been Tested?