[pve-devel] applied: [PATCH qemu-server 1/1] check prerequisites for virtio-gl display

2022-05-02 Thread Thomas Lamprecht
Am 4/29/22 um 18:50 schrieb Stoiko Ivanov: > and exit early if they are not met. > The necessary libraries were taken from Thomas' post in our community > forum: > https://forum.proxmox.com/threads/.61801/post-466767 (ff) > > The /dev/dri/renderD.* check is based on util/drm.c in the current > qem

[pve-devel] applied: [PATCH i18n] Update German translations

2022-05-02 Thread Thomas Lamprecht
Am 5/2/22 um 16:28 schrieb Daniel Tschlatscher: > Signed-off-by: Daniel Tschlatscher > --- > de.po | 217 +++--- > 1 file changed, 84 insertions(+), 133 deletions(-) > > applied, thanks! ___ pve-de

[pve-devel] applied: [PATCH manager] GUI: disk reassign: remove unused reference and bind

2022-05-02 Thread Thomas Lamprecht
Am 5/2/22 um 16:24 schrieb Matthias Heiserer: > They are not used anywhere else, so I assume they were left over from > an earlier version. > Also, sometimes "[object object] flashes in the Target Guest field when > opening the reassign window, with this removed it doesn't occur. > > Signed-off-by

Re: [pve-devel] [PATCH manager] GUI: disk reassign: remove unused reference and bind

2022-05-02 Thread Aaron Lauterer
thanks for catching this! Tested-By: Aaron Lauterer On 5/2/22 16:24, Matthias Heiserer wrote: They are not used anywhere else, so I assume they were left over from an earlier version. Also, sometimes "[object object] flashes in the Target Guest field when opening the reassign window, with this

[pve-devel] [PATCH i18n] Update German translations

2022-05-02 Thread Daniel Tschlatscher
Signed-off-by: Daniel Tschlatscher --- de.po | 217 +++--- 1 file changed, 84 insertions(+), 133 deletions(-) diff --git a/de.po b/de.po index 5cc8308..d5c4e80 100644 --- a/de.po +++ b/de.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: proxm

[pve-devel] [PATCH manager] GUI: disk reassign: remove unused reference and bind

2022-05-02 Thread Matthias Heiserer
They are not used anywhere else, so I assume they were left over from an earlier version. Also, sometimes "[object object] flashes in the Target Guest field when opening the reassign window, with this removed it doesn't occur. Signed-off-by: Matthias Heiserer --- www/manager6/window/GuestDiskRea

[pve-devel] [PATCH manager] ceph install wizard: fix #3597: don't autofill network

2022-05-02 Thread Aaron Lauterer
By not auto filling the Ceph public network we can avoid accidential clicks on 'Next' which will cause the first Mon to be created with a potentially wrong network. While that is fixable, it is tedious and can be easily avoided by making the user always select the network to use. Signed-off-by: Aa

[pve-devel] [PATCH docs] pveum: add paragraph about syncing user attributes

2022-05-02 Thread Dominik Csapak
and improve wording for the remove vanished 'Properties' option. Currently, we use both the word 'attributes' as well as 'properties' for user fields (such as firstname, etc). I rewrote that a bit by calling them 'attributes' for the LDAP side and 'properties' for the PVE side. Signed-off-by: Dom

[pve-devel] applied: [PATCH manager] ui: snapshot tree: warn that current state is lost when confirming rollback

2022-05-02 Thread Thomas Lamprecht
Am 5/2/22 um 14:21 schrieb Fabian Ebner: > Signed-off-by: Fabian Ebner > --- > www/manager6/tree/SnapshotTree.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > applied, thanks! ___ pve-devel mailing list pve-devel@lists.proxmox.com http

[pve-devel] applied: [PATCH] pbs storage: fix typo

2022-05-02 Thread Thomas Lamprecht
Am 5/2/22 um 15:42 schrieb Matthias Heiserer: > Signed-off-by: Matthias Heiserer > --- > pve-storage-pbs.adoc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > applied, thanks! ___ pve-devel mailing list pve-devel@lists.proxmox.com https:/

[pve-devel] applied-series: [PATCH manager v2 1/4] ceph tools: set_pools: filter settings for erasure code pools

2022-05-02 Thread Thomas Lamprecht
Am 5/2/22 um 10:09 schrieb Aaron Lauterer: > Erasure code pools cannot change certain settings after creation. > Trying to set them will cause errors on Cephs side. > > Signed-off-by: Aaron Lauterer > --- > changes since v1: > * check if setting is present in params before removing them > * creat

[pve-devel] [PATCH] pbs storage: fix typo

2022-05-02 Thread Matthias Heiserer
Signed-off-by: Matthias Heiserer --- pve-storage-pbs.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pve-storage-pbs.adoc b/pve-storage-pbs.adoc index 0ec93de..4b94ffd 100644 --- a/pve-storage-pbs.adoc +++ b/pve-storage-pbs.adoc @@ -82,7 +82,7 @@ Proxmox Backup Server onl

[pve-devel] applied: [PATCH manager] ui: realm sync: let users set 'remove vanished options' independently

2022-05-02 Thread Thomas Lamprecht
Am 5/2/22 um 15:15 schrieb Dominik Csapak: > and label it correctly. The 'Properties' option was mislabeled, > it means 'remove vanished fields from synced users', not 'remove > fields from vanished users'. > > So don't couple that with the 'Entries' option, and update the label > to convey the ri

Re: [pve-devel] [PATCH manager v2 1/4] ceph tools: set_pools: filter settings for erasure code pools

2022-05-02 Thread Dominik Csapak
LGTM Reviewed-by: Dominik Csapak Tested-by: Dominik Csapak ___ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] [PATCH manager] ui: realm sync: let users set 'remove vanished options' independently

2022-05-02 Thread Dominik Csapak
and label it correctly. The 'Properties' option was mislabeled, it means 'remove vanished fields from synced users', not 'remove fields from vanished users'. So don't couple that with the 'Entries' option, and update the label to convey the right meaning. Signed-off-by: Dominik Csapak --- www/m

[pve-devel] applied: [PATCH i18n v2] update arabic translations

2022-05-02 Thread Thomas Lamprecht
Am 5/2/22 um 14:21 schrieb Moayad Almalat: > Signed-off-by: Moayad Almalat > --- > ar.po | 1199 - > 1 file changed, 495 insertions(+), 704 deletions(-) > > applied, thanks! note that while this applied cleanly now, it missed a few change

[pve-devel] [PATCH manager v2 follow up 2/4] api: ceph pools: add type to returned properties

2022-05-02 Thread Aaron Lauterer
The osd dump already contains the pool type in numerical format. Signed-off-by: Aaron Lauterer --- thanks to @Dominik we found a better place where the numerical pool types are defined. PVE/API2/Ceph/Pools.pm | 16 1 file changed, 16 insertions(+) diff --git a/PVE/API2/Ceph/Po

[pve-devel] [PATCH manager] ui: snapshot tree: warn that current state is lost when confirming rollback

2022-05-02 Thread Fabian Ebner
Signed-off-by: Fabian Ebner --- www/manager6/tree/SnapshotTree.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/manager6/tree/SnapshotTree.js b/www/manager6/tree/SnapshotTree.js index 6b2431f5..97268072 100644 --- a/www/manager6/tree/SnapshotTree.js +++ b/www/manager6/t

[pve-devel] applied: [PATCH docs] calendar-events: update format and add more examples

2022-05-02 Thread Thomas Lamprecht
Am 5/2/22 um 12:23 schrieb Dominik Csapak: > to indicate date support. > also add the special values we support > > Signed-off-by: Dominik Csapak > --- > calendar-events.adoc | 23 +-- > 1 file changed, 21 insertions(+), 2 deletions(-) > > applied, thanks! ___

Re: [pve-devel] [ [PATCH i18n] Arabic translation update]

2022-05-02 Thread Thomas Lamprecht
Am 5/2/22 um 10:28 schrieb Moayad Almalat: > --- > ar.po | 707 +++--- > 1 file changed, 276 insertions(+), 431 deletions(-) > doesn't cleanly applies here, are you sure you were on latest git master?

[pve-devel] applied: [PATCH i18n] update turkish translations

2022-05-02 Thread Thomas Lamprecht
Am 5/2/22 um 12:00 schrieb Oguz Bektas: > Signed-off-by: Oguz Bektas > --- > tr.po | 359 +++--- > 1 file changed, 142 insertions(+), 217 deletions(-) > > applied, thanks! ___ pve-devel mailing lis

[pve-devel] [PATCH docs] calendar-events: update format and add more examples

2022-05-02 Thread Dominik Csapak
to indicate date support. also add the special values we support Signed-off-by: Dominik Csapak --- calendar-events.adoc | 23 +-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/calendar-events.adoc b/calendar-events.adoc index 24a1dc6..2cfc115 100644 --- a/cal

[pve-devel] [PATCH i18n] update turkish translations

2022-05-02 Thread Oguz Bektas
Signed-off-by: Oguz Bektas --- tr.po | 359 +++--- 1 file changed, 142 insertions(+), 217 deletions(-) diff --git a/tr.po b/tr.po index 16511c7..0ffaf72 100644 --- a/tr.po +++ b/tr.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: proxmox tran

[pve-devel] [ [PATCH i18n] Arabic translation update]

2022-05-02 Thread Moayad Almalat
--- ar.po | 707 +++--- 1 file changed, 276 insertions(+), 431 deletions(-) diff --git a/ar.po b/ar.po index 6a7c16a..7ee0239 100644 --- a/ar.po +++ b/ar.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: pve-manager 31813246103b2582162f422dc3

[pve-devel] [PATCH manager v2 1/4] ceph tools: set_pools: filter settings for erasure code pools

2022-05-02 Thread Aaron Lauterer
Erasure code pools cannot change certain settings after creation. Trying to set them will cause errors on Cephs side. Signed-off-by: Aaron Lauterer --- changes since v1: * check if setting is present in params before removing them * create new rados object if needed in get_pool_type PVE/Ceph/To

[pve-devel] [PATCH manager v2 3/4] ui: ceph pool edit: disable size and crush rule for erasure pools

2022-05-02 Thread Aaron Lauterer
They cannot be changed after pool creation for erasure coded pools Signed-off-by: Aaron Lauterer --- www/manager6/ceph/Pool.js | 44 ++- 1 file changed, 29 insertions(+), 15 deletions(-) diff --git a/www/manager6/ceph/Pool.js b/www/manager6/ceph/Pool.js index

[pve-devel] [PATCH manager v2 2/4] api: ceph pools: add type to returned properties

2022-05-02 Thread Aaron Lauterer
The osd dump already contains the pool type in numerical format. Signed-off-by: Aaron Lauterer --- changes since v1: add link to ceph codebase where numerical pool types are defined for reference PVE/API2/Ceph/Pools.pm | 16 1 file changed, 16 insertions(+) diff --git a/PVE/AP

[pve-devel] [PATCH manager v2 4/4] ui: ceph pools: add pool type column

2022-05-02 Thread Aaron Lauterer
Signed-off-by: Aaron Lauterer --- www/manager6/ceph/Pool.js | 7 +++ 1 file changed, 7 insertions(+) diff --git a/www/manager6/ceph/Pool.js b/www/manager6/ceph/Pool.js index 16b903ce..a1f008d1 100644 --- a/www/manager6/ceph/Pool.js +++ b/www/manager6/ceph/Pool.js @@ -240,6 +240,13 @@ Ext.def

Re: [pve-devel] [PATCH storage] BTRFSPlugin: reuse DirPlugin update/get_volume_attribute

2022-05-02 Thread Dominik Csapak
On 5/2/22 09:04, Thomas Lamprecht wrote: Am 5/2/22 um 08:48 schrieb Dominik Csapak: On 5/2/22 08:36, Thomas Lamprecht wrote: Am 4/29/22 um 12:00 schrieb Dominik Csapak: this allows setting notes+protected for backups on btrfs Signed-off-by: Dominik Csapak ---   PVE/Storage/BTRFSPlugin.pm |

Re: [pve-devel] [PATCH manager 2/4] api: ceph pools: add type to returned properties

2022-05-02 Thread Aaron Lauterer
On 5/2/22 09:11, Dominik Csapak wrote: one nit inline On 4/29/22 16:16, Aaron Lauterer wrote: The osd dump already contains the pool type in numerical format. Signed-off-by: Aaron Lauterer ---   PVE/API2/Ceph/Pools.pm | 14 ++   1 file changed, 14 insertions(+) diff --git a/PVE/

Re: [pve-devel] [PATCH manager 1/4] ceph tools: set_pools: filter settings for erasure code pools

2022-05-02 Thread Dominik Csapak
aside from the 2 nits, consider this Reviewed-By: Dominik Csapak Tested-By: Dominik Csapak ___ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] [PATCH manager 2/4] api: ceph pools: add type to returned properties

2022-05-02 Thread Dominik Csapak
one nit inline On 4/29/22 16:16, Aaron Lauterer wrote: The osd dump already contains the pool type in numerical format. Signed-off-by: Aaron Lauterer --- PVE/API2/Ceph/Pools.pm | 14 ++ 1 file changed, 14 insertions(+) diff --git a/PVE/API2/Ceph/Pools.pm b/PVE/API2/Ceph/Pools.p

Re: [pve-devel] [PATCH manager 1/4] ceph tools: set_pools: filter settings for erasure code pools

2022-05-02 Thread Dominik Csapak
one minor nit inline On 4/29/22 16:16, Aaron Lauterer wrote: Erasure code pools cannot change certain settings after creation. Trying to set them will cause errors on Cephs side. Signed-off-by: Aaron Lauterer --- PVE/Ceph/Tools.pm | 22 +++--- 1 file changed, 19 insertions(+

Re: [pve-devel] [PATCH storage] BTRFSPlugin: reuse DirPlugin update/get_volume_attribute

2022-05-02 Thread Thomas Lamprecht
Am 5/2/22 um 08:48 schrieb Dominik Csapak: > On 5/2/22 08:36, Thomas Lamprecht wrote: >> Am 4/29/22 um 12:00 schrieb Dominik Csapak: >>> this allows setting notes+protected for backups on btrfs >>> >>> Signed-off-by: Dominik Csapak >>> --- >>>   PVE/Storage/BTRFSPlugin.pm | 20 ++--