Re: [pve-devel] Ceph 16.2.9

2022-06-23 Thread Thomas Lamprecht
Am 22/06/2022 um 18:50 schrieb Alwin Antreich: > I see ceph 16.2.9 in the testing repository for some time. Would it be > possible to push it to main? > As no issue popped up here internally: sure, imported and uploaded. Thanks for the reminder! cheers, Thomas _

Re: [pve-devel] [PATCH v7 qemu-server 10/10] debian : control : add a break on pve-manager <= 7.2.4

2022-06-23 Thread Fabian Ebner
Am 22.06.22 um 13:52 schrieb Alexandre Derumier: > Signed-off-by: Alexandre Derumier > --- > debian/control | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/debian/control b/debian/control > index af258db..eff8165 100644 > --- a/debian/control > +++ b/debian/control > @@

Re: [pve-devel] [PATCH v7 qemu-server 10/10] debian : control : add a break on pve-manager <= 7.2.4

2022-06-23 Thread DERUMIER, Alexandre
mmm, sorry. I thinked I was breaking current gui, but it's still working fine. (it's don't call the new cloudinit api to display pending change, but the display is still like before) For migration, indeed, it's need the new normal dependency bump pve- manger -> qemu-server. you can just skip t

[pve-devel] last training week student feedback/request

2022-06-23 Thread DERUMIER, Alexandre
Hi, I just finished my proxmox training week, here some student requests/feedback: 1) We have a usecase, with an HA enabled cluster, where student need to shutdown the cluster cleaning through api or script. (electrical unplanned shutdown, through UPS with nut). He want to cleanly stop all t

Re: [pve-devel] last training week student feedback/request

2022-06-23 Thread Dominik Csapak
On 6/23/22 10:25, DERUMIER, Alexandre wrote: Hi, I just finished my proxmox training week, here some student requests/feedback: Hi, i just answer the points where i'm currently involved, so someone else might answer to the other ones ;) [snip] 2) Another student have a need with pci passth

[pve-devel] proxmox French days conference feedback

2022-06-23 Thread DERUMIER, Alexandre
Hi, 2 weeks ago we organised 2 days of proxmox ve/ceph conferences at Clermont Ferrand university in France. This was organized by university and CNRS (national research scientific center). Proxmox is a lot used in this scientific departements in France, and we had people coming from everywhere

[pve-devel] [PATCH docs] limit zfs arc: add '-k all' to 'update-initramfs' command

2022-06-23 Thread Stefan Sterz
add '-k all' to avoid confusion when older kernels are pinned or users switch between installed kernel versions Signed-off-by: Stefan Sterz --- local-zfs.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local-zfs.adoc b/local-zfs.adoc index ab0f6ad..2dc25fd 100644 --- a/l

[pve-devel] applied: [PATCH access-control] fix #4074: increase API OpenID code size limit to 2048

2022-06-23 Thread Wolfgang Bumiller
applied, but bumped to 4k, while I think that's *massive*, it'll be even less likely to be hit, I hope :-) On Wed, Jun 15, 2022 at 04:09:50PM +0200, Mira Limbeck wrote: > Azure AD seems to have a variable authorization code size, depending on > the browser state according to one report in bug #407

Re: [pve-devel] proxmox French days conference feedback

2022-06-23 Thread Thomas Lamprecht
Hi, Am 23/06/2022 um 10:43 schrieb DERUMIER, Alexandre: > So the conference was a success. > Overall experience with proxmox VE/PBS is really good. > Nobody had serious problem with PVE/PBS. > > Some are coming from openstack (too big, too complex to manage) > Some others are coming from vmware.

Re: [pve-devel] last training week student feedback/request

2022-06-23 Thread Thomas Lamprecht
Hi, Am 23/06/2022 um 10:25 schrieb DERUMIER, Alexandre: > 1) > > We have a usecase, with an HA enabled cluster, where student need to > shutdown the cluster cleaning through api or script. (electrical > unplanned shutdown, through UPS with nut). > > He want to cleanly stop all the vm, then all t

[pve-devel] applied: [PATCH docs] limit zfs arc: add '-k all' to 'update-initramfs' command

2022-06-23 Thread Thomas Lamprecht
Am 23/06/2022 um 11:37 schrieb Stefan Sterz: > add '-k all' to avoid confusion when older kernels are pinned or > users switch between installed kernel versions > > Signed-off-by: Stefan Sterz > --- > local-zfs.adoc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > applied, thanks!