Using the SSHCmdHelper instead of a SSH Session.#210
Closed
wilderrodrigues wants to merge 1 commit into
Closed
Conversation
|
cloudstack-pull-requests #67 SUCCESS |
Contributor
Author
|
Travis is happy and green; SSVM and CPVM created and connected successfully; Isolated networks, VPCs and VMs also created successfully. Closing this PR |
asfgit
pushed a commit
that referenced
this pull request
Apr 29, 2015
shwstppr
pushed a commit
to shapeblue/cloudstack
that referenced
this pull request
Mar 13, 2023
* Create table to store available console sessions * Handle the new table in Java (VO and DAO) * Manage console sessions via database * Fix cherry-pick: verify in database if the session exist * Address reviews: rename table to console_session and rename java objects according to the table name * Redesign console_session to store more data * Remove unnecessary constructor * Use create table syntax previous to mariadb 10.5 * Add console session cleanup task * Address review * Add missing config keys * Fix sonar cloud reports * In progress fix console load report * Fix remove console when session ends * Improve setting description --------- Co-authored-by: GutoVeronezi <daniel@scclouds.com.br>
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.
The triled ssh2 session was throwing an IOException when there was no directory present.
We found problems, for example, when SCP the id_rsa into /root/.ssh, since the .ssh did not exist and was not being created. Due to that, we could not connect the Host to the Hypervisor.
I replaced the Session by the SSHCmdHelper.sshExecuteCmd and everything worked fine.
Tested with deployDatacenter.py and XenServer 6.2