Re: [pve-devel] [PATCH proxmox-i18n] update Japanese translations

2024-02-27 Thread ribbon via pve-devel
--- Begin Message --- On Tue, Feb 27, 2024 at 06:12:14PM +0100, Christian Ebner wrote: > Signed-off-by: Christian Ebner > --- > it.po | 1028 - > 1 file changed, 351 insertions(+), 677 deletions(-) > > diff --git a/it.po b/it.po https://li

[pve-devel] [PATCH proxmox-i18n] update Italian translations

2024-02-27 Thread Christian Ebner
Signed-off-by: Christian Ebner --- it.po | 1028 - 1 file changed, 351 insertions(+), 677 deletions(-) diff --git a/it.po b/it.po index 40d0c7f..e073711 100644 --- a/it.po +++ b/it.po @@ -323,9 +323,8 @@ msgid "Add Remote" msgstr "Aggiungi

[pve-devel] applied: [PATCH installer] install: zfs: fix setting compression to 'off'

2024-02-27 Thread Thomas Lamprecht
Am 27/02/2024 um 10:17 schrieb Christoph Heiss: > The default for the `compression` property in ZFS got changed ~2 years > ago by > > 56fa4aa96 ("Default to ON for compression") [0] > > Support for setting this option originally got introduced into the > installer in 2016 by > > c7779156

[pve-devel] applied: [PATCH proxmox-i18n] es: update translations

2024-02-27 Thread Thomas Lamprecht
Am 27/02/2024 um 15:44 schrieb Maximiliano Sandoval: > Signed-off-by: Maximiliano Sandoval > --- > es.po | 36 ++-- > 1 file changed, 14 insertions(+), 22 deletions(-) > > applied, thanks! ___ pve-devel mailing list p

[pve-devel] [PATCH proxmox-i18n] es: update translations

2024-02-27 Thread Maximiliano Sandoval
Signed-off-by: Maximiliano Sandoval --- es.po | 36 ++-- 1 file changed, 14 insertions(+), 22 deletions(-) diff --git a/es.po b/es.po index e874206..52f47e9 100644 --- a/es.po +++ b/es.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: proxmox translations\n" "Re

[pve-devel] applied: [PATCH installer] sys: command: wait for process exit with sub-second granularity

2024-02-27 Thread Thomas Lamprecht
Am 26/02/2024 um 17:50 schrieb Christoph Heiss: > Using full seconds as a granularity for sleeping between waitpid()'s is > way too much and unnecessarily slows down the installation a lot. Most > processes take a few moments after closing their stdin/stdout to > actually exit fully, which means th

Re: [pve-devel] [PATCH v1 installer 08/18] auto-installer: add answer file definition

2024-02-27 Thread Aaron Lauterer
On 2/23/24 15:27, Stefan Lendl wrote: Aaron Lauterer writes: +#[derive(Clone, Deserialize, Debug)] +pub struct Disks { +pub filesystem: Option, +pub disk_selection: Option>, +pub filter_match: Option, +// use BTreeMap to have keys sorted +pub filter: Option>, +pub z

[pve-devel] applied: [pmg-devel] [PATCH widget-toolkit] datetimefield: fix changing date to end of month from short months

2024-02-27 Thread Thomas Lamprecht
Am 27/02/2024 um 14:23 schrieb Dominik Csapak: > When selecting a new date, we get a date object from the currently > selected date before the change. If that month has less days than what > was selected for the new month, `setDate` will wrap that to the > following month since the old month is sti

[pve-devel] [PATCH widget-toolkit] datetimefield: fix changing date to end of month from short months

2024-02-27 Thread Dominik Csapak
When selecting a new date, we get a date object from the currently selected date before the change. If that month has less days than what was selected for the new month, `setDate` will wrap that to the following month since the old month is still selected there. For example: select any date in ap

Re: [pve-devel] [PATCH v2 firewall 6/6] simulator: use new bridge naming scheme

2024-02-27 Thread Stefan Hanreich
On Mon, Feb 26, 2024 at 04:36:59PM +0100, Thomas Lamprecht wrote: > Am 26/02/2024 um 11:51 schrieb DERUMIER, Alexandre via pve-devel: > > hi,I think you should limit to 8 characters like for sdn vnet,  > > > > as we need to space to  vlan tag for example (vmbrY.), or other sdn > > construct. >

[pve-devel] [PATCH installer] proxinstall: fix empty error message when default hostname is not changed

2024-02-27 Thread Christoph Heiss
Perl strikes again - while an empty string evaluates falsy in Perl, it is still defined and thus the //-operator cannot be used here. Fixes: 93892c0 ("proxinstall: avoid open-coding FQDN sanity check") Reported-by: Maximiliano Sandoval Signed-off-by: Christoph Heiss --- proxinstall | 3 ++- 1 f

[pve-devel] [PATCH installer] install: zfs: fix setting compression to 'off'

2024-02-27 Thread Christoph Heiss
The default for the `compression` property in ZFS got changed ~2 years ago by 56fa4aa96 ("Default to ON for compression") [0] Support for setting this option originally got introduced into the installer in 2016 by c7779156 ("refactor disk setup, add advanced ZFS options") [1] where the