applied all 3 patches
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
applied
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
applied
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
applied, thanks!
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
applied
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
applied
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
remove to unecessary use clauses and add the PVE2 environment use
clause to the other so that the correct HA resource plugins get
registered
Signed-off-by: Thomas Lamprecht
---
src/PVE/API2/LXC.pm | 1 +
src/PVE/API2/LXC/Config.pm | 1 -
src/PVE/API2/LXC/Snapshot.pm | 1 -
src/PVE/API
Some tools check if a resource is HA Managed in which case the forward the
call to the ha-manager, those are namely qm, pct, vzdump.
As we changed the way HA resource plugins get registered lately we need
to add the respective Environment class to those wo make a "is_vm_ha_managed"
check.
__
Signed-off-by: Thomas Lamprecht
---
PVE/API2/Qemu.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm
index c1dba72..39bd248 100644
--- a/PVE/API2/Qemu.pm
+++ b/PVE/API2/Qemu.pm
@@ -21,6 +21,7 @@ use PVE::INotify;
use PVE::Network;
use PVE::Firewall;
use
Signed-off-by: Thomas Lamprecht
---
PVE/API2/Nodes.pm | 1 +
PVE/VZDump.pm | 1 +
2 files changed, 2 insertions(+)
diff --git a/PVE/API2/Nodes.pm b/PVE/API2/Nodes.pm
index b48478d..c265c09 100644
--- a/PVE/API2/Nodes.pm
+++ b/PVE/API2/Nodes.pm
@@ -23,6 +23,7 @@ use PVE::Firewall;
use PVE::L
This fixes a nasty bug where an initial click on the ViewSelector
trigger would display the picker but hide it immediatly afterwards.
What was happening behind the scene, is that without queryMode 'local',
the store bound to the picker was loaded on each picker display.
Loading the store would t
We can now use the new wait_upid from PVE::Tools and we output a
"Task still active" every five seconds instead of every second,
so we trash the log less.
Signed-off-by: Thomas Lamprecht
---
src/PVE/HA/Env/PVE2.pm| 12
src/PVE/HA/Resources/PVECT.pm | 8 +---
src/PVE/HA/
Move the check from exec_resource_agents to the migrate method of
the resource plugins so that we may delete the traces from the
additional method 'is_on_node' which was intended for this
purpose.
Signed-off-by: Thomas Lamprecht
---
src/PVE/HA/LRM.pm | 4 ++--
src/PVE/HA/Resour
As both the realtime simulator and the real world Environment can
fork but we only need to clean up after a fork in the real world
introduce a after_fork method
In PVE2 it closes the inherited INotify fd and reopens it for the
worker.
Also a cfs_update gets triggered as (other) workers may change
Waits for a process identified by a UPID to end by busy waiting
and is intended for long running workers.
waitfunc gets called every wait cycle after min $sleep_interval
seconds and can be used for outputting/logging something or timing
out the wait.
Signed-off-by: Thomas Lamprecht
---
changes:
Break out of Ext.Array.each early by returning false when
we found a pending change.
---
www/manager/grid/PendingObjectGrid.js | 1 +
www/manager6/grid/PendingObjectGrid.js | 1 +
2 files changed, 2 insertions(+)
diff --git a/www/manager/grid/PendingObjectGrid.js
b/www/manager/grid/PendingObjec
---
www/manager/Parser.js | 59 ++-
www/manager/qemu/ProcessorEdit.js | 23 +--
2 files changed, 78 insertions(+), 4 deletions(-)
diff --git a/www/manager/Parser.js b/www/manager/Parser.js
index 5f15a76..90c98c7 100644
--- a/www/manager/
lxc.rootfs has been a conflicting option already but now
lxc.rootfs.options is too
$valid_lxc_conf_keys can now containe an optional warning to
be printed when such a key is used.
---
src/PVE/LXC.pm | 9 ++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/src/PVE/LXC.pm b/src/
Note that read-only bind mounts are currently not supported.
---
src/PVE/LXC.pm | 41 -
1 file changed, 36 insertions(+), 5 deletions(-)
diff --git a/src/PVE/LXC.pm b/src/PVE/LXC.pm
index 4645e86..2426ac3 100644
--- a/src/PVE/LXC.pm
+++ b/src/PVE/LXC.pm
@@
---
src/PVE/LXC.pm | 4
1 file changed, 4 deletions(-)
diff --git a/src/PVE/LXC.pm b/src/PVE/LXC.pm
index 64d7d5c..01610dc 100644
--- a/src/PVE/LXC.pm
+++ b/src/PVE/LXC.pm
@@ -257,10 +257,6 @@ my $valid_lxc_conf_keys = {
'lxc.start.order' => 1,
'lxc.group' => 1,
'lxc.environme
---
www/manager/qemu/ProcessorEdit.js | 20 ++--
1 file changed, 18 insertions(+), 2 deletions(-)
diff --git a/www/manager/qemu/ProcessorEdit.js
b/www/manager/qemu/ProcessorEdit.js
index 4bb3d92..54dfa7d 100644
--- a/www/manager/qemu/ProcessorEdit.js
+++ b/www/manager/qemu/Proces
applied.
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
22 matches
Mail list logo