Re: [pve-devel] [PATCH docs 4/7] pvecm: extend cluster Requirements

2025-05-07 Thread Kevin Schneider
On 29.04.25 15:57, Aaron Lauterer wrote: It helps to avoid situations where other services can use up +all the available bandwidth. Which in turn would increase the latency for the +Corosync packets. + +* Configuring additional links for the cluster traffic can help in situations where + the d

[pve-devel] Use of ZFS 2.3.x in PVE 8.4

2025-05-07 Thread Krzysztof Hajdamowicz
Hello, A few months ago, I decided to experiment with bcachefs on my PVE 8.x home server. So far, the experience has been positive, although it requires building the latest kernel from Linus's source tree, which can be a bit on the edge. With some external assistance, I've managed to build the la

Re: [pve-devel] [PATCH docs 1/7] pvecm: drop notes about old version incompatibilities

2025-05-07 Thread Kevin Schneider
On 29.04.25 15:57, Aaron Lauterer wrote: Signed-off-by: Aaron Lauterer --- pvecm.adoc | 12 1 file changed, 12 deletions(-) diff --git a/pvecm.adoc b/pvecm.adoc index 18f7389..47e42e2 100644 --- a/pvecm.adoc +++ b/pvecm.adoc @@ -77,18 +77,6 @@ Requirements * Online migration o

[pve-devel] [PATCH manager] ui: node: use plug icon for node shutdown

2025-05-07 Thread Aaron Lauterer
this makes it optically different to the guest shutdown and hopefully helps to avoid confusion and accidential node shutdowns. Signed-off-by: Aaron Lauterer --- This came up in the forum and I do like the idea and the change is small enough to just quickly do it https://forum.proxmox.com/threads/

Re: [pve-devel] [RFC manager 3/3] fix #6094: api: acme: allow to get plugin info with Sys.Audit on /

2025-05-07 Thread Daniel Kral
On 5/7/25 11:15, Fabian Grünbichler wrote: On May 6, 2025 3:52 pm, Fiona Ebner wrote: Am 17.02.25 um 13:19 schrieb Daniel Kral: Relax the required permissions to query the list of ACME plugins and their configurations. Both API endpoints do only read the ACME plugins configuration file but does

[pve-devel] [PATCH pve-network v4 1/2] ipam: add Nautobot plugin - range workaround questions

2025-05-07 Thread Lou Lecrivain via pve-devel
--- Begin Message --- Hannes, Thank you for helping with getting the Netbox plugin in good shape, it's appreciated, really :) I just have two questions regarding the lack of range support in Nautobot: - Was there an issue with the original workaround code? I find this one way more complex, b

Re: [pve-devel] [RFC manager 3/3] fix #6094: api: acme: allow to get plugin info with Sys.Audit on /

2025-05-07 Thread Fabian Grünbichler
On May 6, 2025 3:52 pm, Fiona Ebner wrote: > Am 17.02.25 um 13:19 schrieb Daniel Kral: >> Relax the required permissions to query the list of ACME plugins and >> their configurations. Both API endpoints do only read the ACME plugins >> configuration file but does not modify any system state. > > C

Re: [pve-devel] [PATCH ha-manager 05/15] rules: add colocation rule plugin

2025-05-07 Thread Daniel Kral
On 4/29/25 11:15, Fiona Ebner wrote: Am 29.04.25 um 10:37 schrieb Daniel Kral: On 4/25/25 16:06, Fiona Ebner wrote: Am 11.04.25 um 13:04 schrieb Daniel Kral: On 4/3/25 14:16, Fabian Grünbichler wrote: On March 25, 2025 4:12 pm, Daniel Kral wrote: Also, I was curious about how that would work

Re: [pve-devel] [PATCH qemu-server 02/14] blockdev: cmdline: convert drive to blockdev syntax

2025-05-07 Thread Fabian Grünbichler
> Fiona Ebner hat am 06.05.2025 14:57 CEST geschrieben: > > + > > + ($storeid) = PVE::Storage::parse_volume_id($volid, 1); > > + my $vtype = $storeid ? (PVE::Storage::parse_volname($storecfg, > > $drive->{file}))[0] : undef; > > + die "$driveid: explicit media parameter is required for is

Re: [pve-devel] [PATCH ha-manager 09/15] manager: apply colocation rules when selecting service nodes

2025-05-07 Thread Daniel Kral
On 5/2/25 11:33, Fiona Ebner wrote: Am 30.04.25 um 13:09 schrieb Daniel Kral: On 3/25/25 16:12, Daniel Kral wrote:   sub select_service_node { -    my ($groups, $online_node_usage, $sid, $service_conf, $current_node, $try_next, $tried_nodes, $maintenance_fallback, $best_scored) = @_; +    # TO

Re: [pve-devel] [PATCH pve_flutter_frontend 2/2] ui: make LXC containers naming more consistent

2025-05-07 Thread Thomas Lamprecht
Am 02.05.25 um 14:10 schrieb Michael Köppl: > To avoid confusion for users, consistent naming for LXC containers is > applied. Since the main screen uses the plural "Virtual Machines", LXC > containers is now also plural. > Hmm, I do not have hard feelings for these things, but it _is_ a case of

Re: [pve-devel] [PATCH pve_flutter_frontend 1/2] fix typos

2025-05-07 Thread Thomas Lamprecht
Am 02.05.25 um 14:10 schrieb Michael Köppl: > Signed-off-by: Michael Köppl > --- > While reviewing another series, I noticed a few typos in user-facing > errors. While I was at it, also fixed typos for a few variables. This seems to need a refresh now that I applied a few of Shan's patches upfron

[pve-devel] applied: [PATCH pve_flutter_frontend] refactor: remove unused files and address deprecated import

2025-05-07 Thread Thomas Lamprecht
On Tue, 06 May 2025 10:25:01 +0200, Shan Shaji wrote: > This patch removes the `utils_web.dart` file, which contained a > deprecated `dart:html` import. Flutter suggest using `package:web` [0]. > However this package is an external package [1] and are not included > by default with flutter or dart.

[pve-devel] applied: [PATCH pve_flutter_frontend v2] ui: replace use of `background` property

2025-05-07 Thread Thomas Lamprecht
On Mon, 05 May 2025 14:03:55 +0200, Shan Shaji wrote: > As of flutter v3.22 the `background` property is > deprecated. The material guidelines suggest > using the surface color for backgrounds. > > https://m3.material.io/styles/color/roles#8562cf18-5cc0-44ae-b783-2e38bdb39585 > > Due to the diffe

[pve-devel] applied: [PATCH pve_flutter_frontend v2] navigation: replace deprecated `onPopInvoked` callback

2025-05-07 Thread Thomas Lamprecht
On Tue, 29 Apr 2025 13:10:00 +0200, Shan Shaji wrote: > The `onPopInvoked` callback is deprecated as of > Flutter v3.22.0-23.0.pre. This patch replaces it with the > `onPopInvokedWithResult` callback. > > This patch also includes the removal of library declaration as it's > a linting issue and not

[pve-devel] applied: [PATCH pve_flutter_frontend] widgets: migrate from ButtonBar to OverflowBar

2025-05-07 Thread Thomas Lamprecht
On Thu, 24 Apr 2025 18:25:19 +0200, Shan Shaji wrote: > The `ButtonBar` widget has been deprecated as of Flutter > v3.21.0-10.0.pre. This patch replaces instance of `ButtonBar` > with `OverflowBar`. > > Applied, thanks! [1/1] widgets: migrate from ButtonBar to OverflowBar commit: 6d675081

[pve-devel] applied: [PATCH pve_flutter_frontend] ui: replace deprecated `withOpacity` function

2025-05-07 Thread Thomas Lamprecht
On Mon, 28 Apr 2025 17:45:12 +0200, Shan Shaji wrote: > As of flutter v3.27 the `withOpacity` function > is deprecated. This patch replaces all occurrences > of `withOpacity` with `withValues` function. > > Applied, thanks! [1/1] ui: replace deprecated `withOpacity` function commit: 57085