[pve-devel] [PATCH proxmox-i18n 1/1] Polish translation update

2022-10-13 Thread Daniel Koć
Signed-off-by: Daniel Koć --- pl.po | 345 ++ 1 file changed, 130 insertions(+), 215 deletions(-) diff --git a/pl.po b/pl.po index 8ad1a26..9106b6f 100644 --- a/pl.po +++ b/pl.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: proxmox trans

Re: [pve-devel] [PATCH manager] ui: remove ceph-mgr pools from rbd pool selection

2022-10-13 Thread Alwin Antreich via pve-devel
--- Begin Message --- On October 12, 2022 3:22:18 PM GMT+02:00, Stefan Sterz wrote: >when using a hyper-converged cluster it was previously possible to add >the pool used by the ceph-mgr modules (".mgr" since quincy or >"device_health_metrics" previously) as an RBD storage. this would lead >to al

[pve-devel] [PATCH qemu 2/4] cherry-pick upstream fixes for 7.1.0

2022-10-13 Thread Fiona Ebner
Signed-off-by: Fiona Ebner --- ...evert-Use-io_uring_register_ring_fd-.patch | 76 +++ ...date_time_get_microsecond-to-get-sub.patch | 51 + ...004-chardev-fix-segfault-in-finalize.patch | 56 ++ debian/patches/series | 3 + 4 files

[pve-devel] [PATCH qemu 4/4] {alloc track, pbs} block driver: bdrv_co_preadv: adapt return values

2022-10-13 Thread Fiona Ebner
to be in-line with what other implementations in QEMU do. Commit 1d39c7098bbfa6862cb96066c4f8f6735ea397c5 mentions the EIO bit and the function is expected to return 0 upon success (see other implementations). Signed-off-by: Fiona Ebner --- ...PBS-block-driver-to-map-backup-archives-into.patch |

[pve-devel] [PATCH qemu 3/4] savevm async: cleaner initialization of target_close_wait member

2022-10-13 Thread Fiona Ebner
Suggested-by: Wolfgang Bumiller Signed-off-by: Fiona Ebner --- ...-PVE-add-savevm-async-for-background-state-snapshots.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/patches/pve/0017-PVE-add-savevm-async-for-background-state-snapshots.patch b/debian/patch

[pve-devel] [PATCH manager] api: ceph: pools: get_storages: set pool name if missing

2022-10-13 Thread Aaron Lauterer
This avoids errors about the use of uninitialized values if the 'pool' parameter is not present in the storage configuration. The 'pool' property for an RBD storage config is not mandatory. Signed-off-by: Aaron Lauterer --- PVE/API2/Ceph/Pools.pm | 1 + 1 file changed, 1 insertion(+) diff --gi