> On March 2, 2016 at 8:45 PM Wolfgang Link wrote:
>
>
> syscmd use run_command with noout what return the only exitcode.
OK, but why do you use
> eval { syscmd ("/sbin/vgcreate pve $lvmdev") };
then? I am confused now.
> > Dietmar Maurer hat am 2. März 2016 um 17:11
> > geschrieben:
>
syscmd use run_command with noout what return the only exitcode.
> Dietmar Maurer hat am 2. März 2016 um 17:11 geschrieben:
>
>
> comments inline:
>
> > diff --git a/proxinstall b/proxinstall
> > index ec15477..7a67623 100755
> > --- a/proxinstall
> > +++ b/proxinstall
> > @@ -834,8 +834,11 @@
Hi all,
First time poster.
I've been digging into a problem I am getting with Proxmox VE 4.1-15. I am
specifying a pattern in "exclude-path" and am getting a perl error:
Can't use string (""/dir1/.+" "/dir2/.+"") as an ARRAY ref while "strict refs"
in use at /usr/share/perl5/PVE/VZDump.pm line 5
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
comments inline:
> diff --git a/proxinstall b/proxinstall
> index ec15477..7a67623 100755
> --- a/proxinstall
> +++ b/proxinstall
> @@ -834,8 +834,11 @@ sub create_lvm_volumes {
> # so pe_start is aligned on a 128k boundary (advantage for SSDs)
> syscmd ("/sbin/pvcreate --metadatasize 25
applied on stable-3 branch
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
---
www/manager/storage/GlusterFsEdit.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/www/manager/storage/GlusterFsEdit.js
b/www/manager/storage/GlusterFsEdit.js
index f0d3b4f..0b43b94 100644
--- a/www/manager/storage/GlusterFsEdit.js
+++ b/www/manager/storage/GlusterFsEdit.js
@@ -130,6 +1
---
PVE/Storage/GlusterfsPlugin.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PVE/Storage/GlusterfsPlugin.pm b/PVE/Storage/GlusterfsPlugin.pm
index 315c5a6..951db50 100644
--- a/PVE/Storage/GlusterfsPlugin.pm
+++ b/PVE/Storage/GlusterfsPlugin.pm
@@ -98,7 +98,7 @@ sub type
This is necessary, if the volume group "pve" exists, say from a previous
installation.
But whitout printing the reason no user will understand why this happens.
---
proxinstall | 7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/proxinstall b/proxinstall
index ec15477..7a67
>>We're currently implementing our own backup system which uses the
>>drive-backup qmp routine to dump qcow2. We don't need the config files.
>>And this works with ceph and 4MB cluster size.
How about speed performance (64K,4MB) and stability vs proxmox vma format ?
I'm curious, because I sti
---
www/manager/grid/FirewallOptions.js | 1 +
www/manager6/grid/FirewallOptions.js | 1 +
2 files changed, 2 insertions(+)
diff --git a/www/manager/grid/FirewallOptions.js
b/www/manager/grid/FirewallOptions.js
index 24c7870..08fa288 100644
--- a/www/manager/grid/FirewallOptions.js
+++ b/www/ma
Some of this should move into PVE::AbstractConfig soon.
---
src/PVE/API2/LXC.pm | 16 +-
src/PVE/API2/LXC/Config.pm | 6 +-
src/PVE/CLI/pct.pm | 4 +-
src/PVE/LXC.pm | 890 +---
src/PVE/LXC/Config.pm | 871 ++
Move snapshot_create, snapshot_delete and snapshot_rollback
into abstract pve-common/src/PVE/AbstractConfig.pm,
splitting LXC-specific parts into __snapshot_XX methods in
src/PVE/LXC/Config.pm.
check_freeze_needed, snapshot_prepare and snapshot_commit
are downgraded to private __snapshot_XX method
Move load_config, write_config, lock_config[_xx],
check_lock, has_lock, set_lock, remove_lock, is_template,
check_protection and config_file to pve-common/src/PVE/
AbstractConfig.pm since they are identical for LXC and
Qemu.
Move cfs_config_path and config_file_lock to implementation
of PVE::Abstr
This patch series moves a lot of common code shared with
QemuServer.pm into a new abstract class AbstractConfig
in pve-common.
Furthermore, most other code that is only related to the PVE
config files for an LXC guest is moved to PVE::LXC::Config,
which implements PVE::AbstractConfig.
All of the
Move add_unused_volume into abstract
pve-common/src/PVE/AbstractConfig.pm, because it is
identical for LXC and Qemu.
Move classify_mountpoint, is_volume_in_use, has_dev_console,
mountpoint_names, foreach_mountpoint_XX and get_vm_volumes
to PVE::LXC::Config because they only deal with config
relate
This class contains common code formerly duplicated in
PVE::LXC and PVE::QemuServer, as well as abstract methods
that must be implemented for LXC and Qemu seperately.
Currently implemented in PVE::LXC::Config, Qemu refactoring
will follow.
---
This patch only takes effect when the related patch se
call cfs_config_path and parse_lxc_network in
PVE::LXC::Config instead of PVE::LXC
---
Note: this depends on the patch series against pve-container
and the single patch against pve-common.
src/PVE/Firewall.pm | 6 +++---
src/PVE/FirewallSimulator.pm | 2 +-
2 files changed, 4 insertions(
call load_config in PVE::LXC::Config instead of PVE::LXC
---
Note: this depends on the patch series against pve-container
and the single patch against pve-common.
PVE/API2/Nodes.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PVE/API2/Nodes.pm b/PVE/API2/Nodes.pm
index 68f6
call config_file in PVE::LXC::Config instead of PVE::LXC
---
Note: this depends on the patch series against pve-container
and the single patch against pve-common.
src/PVE/HA/Resources/PVECT.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/PVE/HA/Resources/PVECT.pm b/src/
This effectively acts like adding an emtpy 'ipfilter-netX'
ipset for every firewall-enabled interface.
---
src/PVE/API2/Firewall/VM.pm | 9 +
src/PVE/Firewall.pm | 42 ++
2 files changed, 43 insertions(+), 8 deletions(-)
diff --git a/src/PV
---
src/PVE/API2/Firewall/VM.pm | 3 ++-
src/PVE/Firewall.pm | 11 +--
2 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/src/PVE/API2/Firewall/VM.pm b/src/PVE/API2/Firewall/VM.pm
index 192737a..4fdf3da 100644
--- a/src/PVE/API2/Firewall/VM.pm
+++ b/src/PVE/API2/Firew
---
src/PVE/Firewall.pm | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/PVE/Firewall.pm b/src/PVE/Firewall.pm
index 7dbe13d..dad259e 100644
--- a/src/PVE/Firewall.pm
+++ b/src/PVE/Firewall.pm
@@ -3348,10 +3348,10 @@ sub compile_ipsets {
# generate firewa
---
test/test-vm-ipfilter2/200.fw | 4
test/test-vm-ipfilter2/cluster.fw | 7 +++
test/test-vm-ipfilter2/tests | 3 +++
3 files changed, 14 insertions(+)
create mode 100644 test/test-vm-ipfilter2/200.fw
create mode 100644 test/test-vm-ipfilter2/cluster.fw
create mode 100644 te
applied both 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
Ext.regModel() was removed from the framework
rewrite the store in declarative style with inline data
---
www/manager6/data/TimezoneStore.js | 34 --
www/manager6/node/TimeEdit.js | 2 +-
2 files changed, 9 insertions(+), 27 deletions(-)
diff --git a/www/mana
use getData() instead of accessing the intern raw value
---
www/manager6/dc/Summary.js | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/www/manager6/dc/Summary.js b/www/manager6/dc/Summary.js
index e6d8236..ba9f774 100644
--- a/www/manager6/dc/Summary.js
+++ b/www/manage
we include it in the source and we also want to allow to use it
Signed-off-by: Thomas Lamprecht
---
I was so free to increase the version number as this
allows the pve-ha-simulator to start again.
No semantic changes in anyway (as can be seen obviously)
Makefile | 2 +-
This is for the stable-3 branch.
Sorry I forgot to change the [PATCH] prefix...
> On March 2, 2016 at 9:03 AM Wolfgang Bumiller wrote:
>
>
> And two non-security relevant functionality fixes from the
> same series:
>
> CVE-2015-8817: exec: Respect as_tranlsate_internal length clamp
> exec: do
And two non-security relevant functionality fixes from the
same series:
CVE-2015-8817: exec: Respect as_tranlsate_internal length clamp
exec: do not clamp accesses to MMIO regions
CVE-2015-8818: exec: skip MMIO regions correctly in
cpu_physical_memory_write_rom_internal
exec: clamp accesses again
32 matches
Mail list logo