[pve-devel] applied: [PATCH installer] create lvm: improve rounding/alignment for non-pve products

2022-11-28 Thread Thomas Lamprecht
Am 28/11/2022 um 21:41 schrieb Stoiko Ivanov: > This commit follows > 1a5fa7b0936381314f613e525255078093f7f258 > > for PMG and PBS installations. > without it installation fails due to one missing extent when creating > the root LV. > > minimally tested on a VM of mine > > Signed-off-by: Stoiko

[pve-devel] [PATCH installer] create lvm: improve rounding/alignment for non-pve products

2022-11-28 Thread Stoiko Ivanov
This commit follows 1a5fa7b0936381314f613e525255078093f7f258 for PMG and PBS installations. without it installation fails due to one missing extent when creating the root LV. minimally tested on a VM of mine Signed-off-by: Stoiko Ivanov --- proxinstall | 1 + 1 file changed, 1 insertion(+) di

[pve-devel] applied: [PATCH manager] fix #4370: ui: fix regression of preselecting tree element on login

2022-11-28 Thread Thomas Lamprecht
Am 28/11/2022 um 13:34 schrieb Dominik Csapak: > We want to select a tree element based on the fragment in the url after > a login. For which we must wait for the tree (ResourceStore) to load. > > Since we recently introduced the loading of '/cluster/options' to > load the overrides of tags, etc.

Re: [pve-devel] [RFC v2 storage] Revert "Fix #2020: use /sys to map nvmeXnY to nvmeX"

2022-11-28 Thread Stefan Hrdlicka
Tried this change locally. Didn't break smart output for me :). Tested-by: Stefan Hrdlicka On 11/28/22 12:29, Fiona Ebner wrote: This reverts commit c3442aa5546b029a524928d10c7ecabe0024c137. Nowadays, relying on 'readlink /sys/block/nvmeXnY/device' won't always lead to the correct device, as

[pve-devel] [PATCH storage] plugin: file size info: use fallback for actual size

2022-11-28 Thread Fiona Ebner
The actual-size property is an optional property in the QAPI definition for ImageInfo. If it's not set, simply use the information from stat() as a fallback. This is essentially the same raw_get_allocated_file_size() in QEMU does anyways. Reported in the community forum: https://forum.proxmox.com/

Re: [pve-devel] [pbs-devel] [PATCH v2 proxmox-backup 1/2] GUI: CSS: remove redundant action column style

2022-11-28 Thread Matthias Heiserer
On 28.11.2022 08:32, Thomas Lamprecht wrote: Am 07/10/2022 um 13:18 schrieb Matthias Heiserer: Signed-off-by: Matthias Heiserer --- Changes from v1: remove both action column styles www/css/ext6-pbs.css | 14 -- 1 file changed, 14 deletions(-) diff --git a/www/css/ext6-pbs.css

[pve-devel] [PATCH manager] fix #4370: ui: fix regression of preselecting tree element on login

2022-11-28 Thread Dominik Csapak
We want to select a tree element based on the fragment in the url after a login. For which we must wait for the tree (ResourceStore) to load. Since we recently introduced the loading of '/cluster/options' to load the overrides of tags, etc. we fire a 'load' event with the intention of triggering a

Re: [pve-devel] [PATCH storage 1/2] zfs: only use cache when listing images locally

2022-11-28 Thread Fiona Ebner
Am 16.11.22 um 14:30 schrieb Fiona Ebner: > Am 16.11.22 um 12:18 schrieb Fabian Grünbichler: >> On November 7, 2022 12:00 pm, Fiona Ebner wrote: >>> The plugin for remote ZFS storages currently also uses the same >>> list_images() as the plugin for local ZFS storages. The issue with >>> this is tha

[pve-devel] [RFC v2 storage] Revert "Fix #2020: use /sys to map nvmeXnY to nvmeX"

2022-11-28 Thread Fiona Ebner
This reverts commit c3442aa5546b029a524928d10c7ecabe0024c137. Nowadays, relying on 'readlink /sys/block/nvmeXnY/device' won't always lead to the correct device, as reported in the community forum[0], where it results in '../../nvme-subsys0' and there's no matching entry under '/dev/'. Since Linux

[pve-devel] applied: [pmg-devel] [PATCH v2 proxmox-backup 2/2] GUI: CSS: move action columns fix to widget-toolkit

2022-11-28 Thread Thomas Lamprecht
Am 07/10/2022 um 13:18 schrieb Matthias Heiserer: > Signed-off-by: Matthias Heiserer > --- > > Changes from v1: > remove both action column styles > > www/css/ext6-pbs.css | 12 > 1 file changed, 12 deletions(-) > > applied and bumped the versioned dependency for proxmox-widget-t