On 11.09.20 12:08, Hannes Laimer wrote:
> Signed-off-by: Hannes Laimer
> ---
> src/PVE/Network.pm | 36 +---
> 1 file changed, 21 insertions(+), 15 deletions(-)
>
> diff --git a/src/PVE/Network.pm b/src/PVE/Network.pm
> index 12536c7..3e7a1c1 100644
> --- a/src/PV
On 11.09.20 12:08, Hannes Laimer wrote:
> Signed-off-by: Hannes Laimer
> ---
> src/PVE/Network.pm | 7 ++-
> 1 file changed, 6 insertions(+), 1 deletion(-)
>
> diff --git a/src/PVE/Network.pm b/src/PVE/Network.pm
> index 3e7a1c1..3b09cec 100644
> --- a/src/PVE/Network.pm
> +++ b/src/PVE/Netw
On 23.10.20 16:50, Alexandre Derumier wrote:
> This add new fields with cpu/mem percent usage of vms,
> relative to host maxcpu/maxmem.
>
> Currently, we can't sort easily most consumming vm on a host.
>
> Signed-off-by: Alexandre Derumier
> ---
> www/manager6/Utils.js | 101 ++
On 04.11.20 02:41, Alexandre Derumier wrote:
> ---
> src/PVE/CGroup.pm | 43 +++
> 1 file changed, 43 insertions(+)
>
> diff --git a/src/PVE/CGroup.pm b/src/PVE/CGroup.pm
> index 4823be2..457502e 100644
> --- a/src/PVE/CGroup.pm
> +++ b/src/PVE/CGroup.pm
>
sorry for the late reply!
On 04.11.20 02:42, Alexandre Derumier wrote:
> ---
> src/PVE/LXC.pm | 18 ++
> 1 file changed, 18 insertions(+)
>
> diff --git a/src/PVE/LXC.pm b/src/PVE/LXC.pm
> index 5cfcf28..ad1460c 100644
> --- a/src/PVE/LXC.pm
> +++ b/src/PVE/LXC.pm
> @@ -291,6 +29
On 17.11.20 12:38, Fabian Ebner wrote:
> Fixes vma restore when the target is an iSCSI storage which expects that
> initiatorname. Also avoids the need to always explicitly set the initiatorname
> in PVE code, thus fixing moving efidisks from and to such iSCSI storages.
>
> Signed-off-by: Fabian E
On 27.11.20 14:21, Alexandre Derumier wrote:
> Signed-off-by: Alexandre Derumier
> ---
> pvesdn.adoc | 305 ++--
> 1 file changed, 226 insertions(+), 79 deletions(-)
>
>
applied, thanks!
___
pve-devel
applied all but this one:
> tests: add subnets tests
as my build fails with it (see reply to that patch)
much much thanks for the work here!
___
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/p
I get some errors from this test, did not really investigated though.
./run_test_subnets.pl
ok 1 - ipv4 add_subnet
not ok 2 - ipv4 add_ip
# Failed test 'ipv4 add_ip'
# at ./run_test_subnets.pl line 130.
# got: '{"zones":{"myzone":{"subnets":{"10.0.0.0/24":{"ips":{}}'
# expect
On 15.01.21 11:58, Fabian Ebner wrote:
> and squash the __no_lock-variant into it.
>
> This lock is not broad enough, because for a caller that plans to do or not do
> some storage operation based on the result of the check, the following could
> happen:
> 1. volume_is_base_and_used is called and
On 06.02.21 14:39, Alexandre Derumier wrote:
> currently only pending changes are applied when we regenerate
> image on a running vm, but not the pending delete.
>
> Signed-off-by: Alexandre Derumier
> ---
> PVE/QemuServer.pm | 7 +++
> 1 file changed, 7 insertions(+)
>
>
applied, thanks!
On 06.02.21 14:01, Alexandre Derumier wrote:
> This is an alternative format for cloudinit use by opennebula,
> https://cloudinit.readthedocs.io/en/latest/topics/datasources/opennebula.html
>
> but it can be also used by opennebula context scripts
>
> https://github.com/OpenNebula/addon-context-l
currently only pending changes are applied when we regenerate
image on a running vm, but not the pending delete.
Signed-off-by: Alexandre Derumier
---
PVE/QemuServer.pm | 7 +++
1 file changed, 7 insertions(+)
diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm
index 4d4efd9..f401baf 100644
On 12.01.21 11:21, Alwin Antreich wrote:
> Signed-off-by: Alwin Antreich
> ---
> PVE/API2/Ceph/Pools.pm | 7 +++
> 1 file changed, 7 insertions(+)
>
>
applied, thanks!
___
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.
On 12.01.21 11:21, Alwin Antreich wrote:
> of the unneeded ref copy for params.
>
> Signed-off-by: Alwin Antreich
> ---
> PVE/API2/Ceph/Pools.pm | 10 +++---
> 1 file changed, 3 insertions(+), 7 deletions(-)
>
>
applied, thanks!
___
pve-devel m
On 12.01.21 11:21, Alwin Antreich wrote:
> for better handling and since the pool endpoints got more entries.
>
> Signed-off-by: Alwin Antreich
> ---
> PVE/API2/Ceph/Makefile | 1 +
> PVE/API2/Ceph.pm | 378 +--
> PVE/API2/Ceph/Pools.pm | 395 +
On 26.01.21 12:45, Fabian Ebner wrote:
> and fix some other little things along the way (see patches #1, #4, #9).
>
> Mostly re-uses existing functionality, but refactors it, so it can be re-used
> for partitions as well. New is the detection of filesystems via lsblk and the
> detection of more PV
This is an alternative format for cloudinit use by opennebula,
https://cloudinit.readthedocs.io/en/latest/topics/datasources/opennebula.html
but it can be also used by opennebula context scripts
https://github.com/OpenNebula/addon-context-linux
https://github.com/OpenNebula/addon-context-windows
On 04.02.21 20:09, Stoiko Ivanov wrote:
> ZFS 2.0.2 got released recently.
> This patchset updates the submodule to the new tag, and adds 2 patches from
> salsa.d.o:
> * zgenhostid got moved from /usr/bin/ to /sbin
> * the arcstat manpage got moved to section 8 (to avoid conflicting with
> anothe
19 matches
Mail list logo