]> git.proxmox.com Git - novnc-pve.git/commit
parse 'already running' error on guest start
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 22 Feb 2022 15:33:50 +0000 (16:33 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 24 Feb 2022 12:37:58 +0000 (13:37 +0100)
commitaec973260341677da8cd625bb929fa96de053ce5
tree0666f207c7d70ff750081073281d377fcb26f79c
parentf2bfba2ecfa871fdbe08447ad40f88bfa00058fc
parse 'already running' error on guest start

Starting an already running container results in an sync-error
instead of a task that fails async. So, to have similar behaviour
between VMs and CTs, check any request error for the start command
and silent the 'already running' one.

Put this change in the first downstream patch and rebase the rest of
them

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/patches/0001-add-PVE-specific-JS-code.patch
debian/patches/0012-pass-custom-command-to-vnc.patch
debian/patches/0014-avoid-passing-deprecated-upgrade-parameter.patch
debian/patches/0015-create-own-class-for-hidden-buttons.patch
debian/patches/0016-hide-fullscreen-button-on-isFullscreen-get-variable.patch
debian/patches/0018-show-start-button-on-not-running-vm-ct.patch