much thanks in general for following up on my request, this irked
me since almost ever.
a few nits inline.
On 04.02.21 13:52, Stefan Reiter wrote:
> Signed-off-by: Stefan Reiter
> ---
> PVE/QemuConfig.pm | 13 +
> 1 file changed, 13 insertions(+)
>
> diff --git a/PVE/QemuConfig.pm
On 04.02.21 13:52, Stefan Reiter wrote:
> CLIFormatter, though maybe not perfectly named, already has functions
> doing the same task - use those.
>
> Signed-off-by: Stefan Reiter
> ---
>
> Wanted to move these to a shared location to use in the next patch, found that
> we already had functions
On 05.02.21 11:35, Hannes Laimer wrote:
Missing reference to bug #804 which this patch addresses.
https://pve.proxmox.com/wiki/Developer_Documentation#Commits_and_Commit_Messages
Mentioning that this is mostly a 1:1 copy of the stop-, start-, all
methods would also be good; improves confidence in
On 05.02.21 11:35, Hannes Laimer wrote:
> Add "Pause" to available bulk actions, only VMs can be paused(suspended).
>
as mentioned off-list, this is not pause (or at least should not be), but
hibernation or also called suspension.
There exists also a pause in QEMU, which is just pausing running
Signed-off-by: Hannes Laimer
---
PVE/API2/Nodes.pm | 113 ++
1 file changed, 113 insertions(+)
diff --git a/PVE/API2/Nodes.pm b/PVE/API2/Nodes.pm
index 8172231e..0c11fe35 100644
--- a/PVE/API2/Nodes.pm
+++ b/PVE/API2/Nodes.pm
@@ -1943,6 +1943,119 @@ __
Add "Pause" to available bulk actions, only VMs can be paused(suspended).
Hannes Laimer (2):
api2: add suspendall endpoint
ui: add "Bulk Pause" action to node
PVE/API2/Nodes.pm | 113
www/manager6/Utils.js | 1 +
www/manager6/form/VM
Signed-off-by: Hannes Laimer
---
www/manager6/Utils.js | 1 +
www/manager6/form/VMSelector.js | 10 ++
www/manager6/node/CmdMenu.js| 15 +++
www/manager6/node/Config.js | 13 +
4 files changed, 39 insertions(+)
diff --git a/www/manager6/Utils.js
Add GUI wizard to import whole VMs and a window to import single disks in
Hardware View.
Signed-off-by: Dominic Jäger
---
The wizard works, but there is still quite some refactoring to do
v3->v4:
* Allow only root
* Adapt to API changes
PVE/API2/Nodes.pm | 40 +++
www/
Extend qm importdisk/importovf functionality to the API.
qm can be adapted to use this later.
Signed-off-by: Dominic Jäger
---
Biggest v3->v4 changes:
* New code instead of bloating update_vm_api
* Don't change anything in the existing schema, use new parameter "diskimages"
* Because this can hap
On 2/5/21 9:11 AM, Fabian Ebner wrote:
Am 03.02.21 um 15:25 schrieb Mira Limbeck:
Requires the pve-conntrack-tool. On migration the conntrack information
from the source node is dumped and sent to the target node where it is
then inserted.
This helps with open connections during migration when t
Am 04.02.21 um 13:52 schrieb Stefan Reiter:
Signed-off-by: Stefan Reiter
---
www/manager6/window/Snapshot.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/www/manager6/window/Snapshot.js b/www/manager6/window/Snapshot.js
index 2fa97041..a5fddd0f 100644
--- a/www/manage
Am 03.02.21 um 15:25 schrieb Mira Limbeck:
Requires the pve-conntrack-tool. On migration the conntrack information
from the source node is dumped and sent to the target node where it is
then inserted.
This helps with open connections during migration when the firewall is active.
A new 'migrate-c
12 matches
Mail list logo