[pve-devel] [PATCH v3 0/5] implement container reboot
Thomas Lamprecht
t.lamprecht at proxmox.com
Wed Nov 20 14:32:42 CET 2019
On 11/19/19 6:36 PM, Oguz Bektas wrote:
> i'm omitting the widget-toolkit patch since that one is already applied.
>
>
> pve-container:
> v2->v3:
> * use vmconfig_apply_pending() in prestart hook instead of calling
> update_pct_config and update_lxc_config
>
> Oguz Bektas (4):
> add vm_reboot sub to later use in api
> add vm_reboot api call
> add 'pct reboot'
> apply pending changes in lxc prestart hook
>
> src/PVE/API2/LXC/Status.pm | 52 ++++++++++++++++++++++++++++++++++++++
> src/PVE/CLI/pct.pm | 3 ++-
> src/PVE/LXC.pm | 13 ++++++++++
> src/lxc-pve-prestart-hook | 9 +++++++
> 4 files changed, 76 insertions(+), 1 deletion(-)
>
> pve-manager:
> no changes.
>
> Oguz Bektas (1):
> add reboot button for containers
>
> www/manager6/lxc/Config.js | 35 +++++++++++++++++++++--------------
> 1 file changed, 21 insertions(+), 14 deletions(-)
>
>
FWIW, this should have been
* one container patch: implement container reboot
* two manager patches 1. refactor 2. add button
;)
More information about the pve-devel
mailing list