Skip to content

Commit 2e49b0c

Browse files
Update engine/components-api/src/main/java/com/cloud/agent/AgentManager.java
1 parent 9692e29 commit 2e49b0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

engine/components-api/src/main/java/com/cloud/agent/AgentManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public interface AgentManager {
5555
"For example: DhcpEntryCommand=600, SavePasswordCommand=300, VmDataCommand=300", false);
5656

5757
ConfigKey<Integer> KVMHostDiscoverySshPort = new ConfigKey<>(ConfigKey.CATEGORY_ADVANCED, Integer.class,
58-
"kvm.host.discovery.ssh.port", "22", "SSH port used for KVM host discovery and any other operations on host (using SSH)", true);
58+
"kvm.host.discovery.ssh.port", "22", "SSH port used for KVM host discovery and any other operations on host (using SSH). Please note that this is applicable for all the KVM hosts added to this CloudStack deployment, so ensure all hosts are accessible on this port", true);
5959

6060
enum TapAgentsAction {
6161
Add, Del, Contains,

0 commit comments

Comments
 (0)