You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/adminguide/extensions/inbuilt_extensions.rst
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,13 @@ The Proxmox CloudStack Extension is written in shell script and communicates wit
34
34
Before using the Proxmox Extension, ensure that the Proxmox Datacenter is configured correctly and accessible to CloudStack.
35
35
36
36
Since 4.22.0, console access support is available for instances deployed using the in-built Proxmox extension via VNC and console proxy VM.
37
-
Proxmox VNC connections are short-lived (about 10 seconds) for the initial connection. A console endpoint created using the ``createConsoleEndpoint`` API may not remain valid if accessed later. It is recommended to use the CloudStack UI to access the console.
37
+
38
+
.. note::
39
+
Proxmox VNC connections have a short initial connection timeout (about 10 seconds),
40
+
even when accessing the console from the CloudStack UI. If the noVNC interface takes
41
+
longer to load, or if there is a delay between creating the console endpoint and
42
+
opening it, the connection may fail on the first attempt. In such cases, users can
0 commit comments