[pve-devel] [PATCH docs v3] package repos, software updates: revise Ceph section

2025-07-30 Thread Alexander Zeidler
releases - Revise the descriptions of available repository components - Mention when it makes sense to edit a repository file manually - Mention upgrading Ceph under "System Software Updates" Signed-off-by: Alexander Zeidler --- v3: - Implement v2 suggestions from Max R. Carrara, thank

Re: [pve-devel] [PATCH docs v2] package repos: revise Ceph section

2025-07-30 Thread Alexander Zeidler
On Tuesday, 07/29/2025, 12:22, Max R. Carrara wrote: >From : Max R. Carrara Sent on : Tuesday, 07/29/2025, 12:22 To : Proxmox VE development discussion Subject : Re: [pve-devel] [PATCH docs v2] package repos: revise Ceph section On Fri Jul 25, 2025 at 12:34 PM CEST, Alexander Zeidler wr

[pve-devel] [PATCH docs v2] package repos: revise Ceph section

2025-07-25 Thread Alexander Zeidler
- Mention when it makes sense to edit a repository file manually Signed-off-by: Alexander Zeidler --- v2: - Revise several parts of v1 and update commit message - Rebase on current master - Implemented Aaron's suggestions from v1 - Ceph releases are now rows instead of columns in the table so

Re: [pve-devel] [PATCH pve-docs] notifications: add section about how to use custom templates

2025-04-09 Thread Alexander Zeidler
s, available templates, template > variables and helpers. > > Signed-off-by: Lukas Wagner Reviewed-by: Alexander Zeidler > --- > notifications.adoc | 25 + > 1 file changed, 25 insertions(+) > > diff --git a/notifications.adoc b/notifications.

[pve-devel] [PATCH docs] notification mode: revise subchapter

2025-04-02 Thread Alexander Zeidler
`legacy-sendmail`: - s/version/versions/ - Move/Append info about future removal of this mode. Signed-off-by: Alexander Zeidler --- notifications.adoc | 29 ++--- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/notifications.adoc b/notifications.adoc index

Re: [pve-devel] [PATCH docs v1] package repos: revise Ceph section, introduce 2 attributes

2025-03-25 Thread Alexander Zeidler
On Tue Mar 25, 2025 at 4:26 PM CET, Aaron Lauterer wrote: > Overall, a nice overhaul to make the section a lot easier to grasp. > Thanks! A bit more content wise inline. Thank you for the review! Will prepare a v2, see comments below. > > On 2025-02-10 11:36, Alexander Z

Re: [pve-devel] [PATCH docs v1] package repos: revise Ceph section, introduce 2 attributes

2025-03-25 Thread Alexander Zeidler
On Mon Mar 24, 2025 at 5:50 PM CET, Aaron Lauterer wrote: > > > On 2025-02-10 11:36, Alexander Zeidler wrote: >> * Remove duplicated text to maintain clarity >> * Mention available installation methods (web-based wizard, CLI tool) >> * Create a table to see the sup

Re: [pve-devel] [RFC proxmox] fix #6143: notify: allow overriding notification templates

2025-03-24 Thread Alexander Zeidler
On Mon Mar 17, 2025 at 2:43 PM CET, Lukas Wagner wrote: > Thanks a lot for this patch, much appreciated! Thank you! All of your comments are implemented in the new patch: https://lore.proxmox.com/pve-devel/20250321133341.151340-1-a.zeid...@proxmox.com/ > > On 2025-03-13 16:17, Alexande

[pve-devel] [PATCH proxmox] fix #6143: notify: allow overriding notification templates

2025-03-21 Thread Alexander Zeidler
" are used. Sequence: [override html -> vendor html ->] override txt -> vendor txt An error is only returned if none of the template candidates could be used. Using an override template gets not logged. Signed-off-by: Alexander Zeidler --- This patch was previously sent as

[pve-devel] [RFC proxmox] fix #6143: notify: allow overriding notification templates

2025-03-13 Thread Alexander Zeidler
" are used. Sequence: [override html -> vendor html ->] override txt -> vendor txt An error is only returned if none of the template candidates could be used. Using an override template gets not logged. Signed-off-by: Alexander Zeidler --- Questions: - Is there anything against

[pve-devel] [PATCH docs 1/7] system-requirements: revise subchapter and provide more details

2025-03-04 Thread Alexander Zeidler
Signed-off-by: Alexander Zeidler --- pve-system-requirements.adoc | 29 - 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/pve-system-requirements.adoc b/pve-system-requirements.adoc index 8a982a8..82d9be5 100644 --- a/pve-system-requirements.adoc +++ b

[pve-devel] [PATCH docs 6/7] installer: revise installation steps and introduce sections

2025-03-04 Thread Alexander Zeidler
ble use of passphrases. Step 5: * Mention the involvement of DHCP servers. Step 6: * Mention when the automatic reboot checkbox should be deselected. Signed-off-by: Alexander Zeidler --- pve-installation.adoc | 175 ++ 1 file changed, 127 insertions(+), 48

[pve-devel] [PATCH docs 5/7] installer: revise boot menu description and introduce sections

2025-03-04 Thread Alexander Zeidler
* Introduce sections and subsections to enable proper readability * Move existing information up to the introduction and rephrase it where appropriate * Move the TUI screenshot so that it is placed next to both TUI modes Signed-off-by: Alexander Zeidler --- pve-installation.adoc | 37

[pve-devel] [PATCH docs 7/7] installer: revise intro of advanced ZFS/BTRFS configuration options

2025-03-04 Thread Alexander Zeidler
* ZFS: Restructure the sentence. * BTRFS: Explain the swap configuration options in a little more detail. Signed-off-by: Alexander Zeidler --- pve-installation.adoc | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/pve-installation.adoc b/pve-installation.adoc

[pve-devel] [PATCH docs 3/7] installation: revise introduction

2025-03-04 Thread Alexander Zeidler
ned-off-by: Alexander Zeidler --- pve-installation.adoc | 30 +- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/pve-installation.adoc b/pve-installation.adoc index d320cfc..0065bca 100644 --- a/pve-installation.adoc +++ b/pve-installation.adoc @@ -8,22 +8,2

[pve-devel] [PATCH docs 4/7] installer: revise introduction

2025-03-04 Thread Alexander Zeidler
* Describe what the installer does, this was earlier included in the installation introduction * Mention the importance of a redundant disk setup * s/CD-ROM/DVD/ * Rephrase and expand the boot tip Signed-off-by: Alexander Zeidler --- pve-installation.adoc | 55

[pve-devel] [PATCH docs 2/7] installation: prepare medium: revise subchapter

2025-03-04 Thread Alexander Zeidler
the wrong disk * Slightly rephrase "Instructions for Windows" * Revise the wiki-only section "Boot your Server from the USB Flash Drive" and point to possible boot problems * Add the `diskutil eject` command to safely unplug the USB device Signed-off-by: Alexander Zeidler

[pve-devel] [PATCH v1 docs 0/7] Revise installation chapter

2025-03-04 Thread Alexander Zeidler
Alexander Zeidler (7): system-requirements: revise subchapter and provide more details installation: prepare medium: revise subchapter installation: revise introduction installer: revise introduction installer: revise boot menu description and introduce sections installer: revise

Re: [pve-devel] [PATCH installer] html: pmg: Improve wording

2025-02-26 Thread Alexander Zeidler
On Wed Feb 26, 2025 at 1:38 PM CET, Maximiliano Sandoval wrote: > Signed-off-by: Maximiliano Sandoval > --- > html/pmg/extract3-spam.htm | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/html/pmg/extract3-spam.htm b/html/pmg/extract3-spam.htm > index 6b3551a..62bf009

[pve-devel] [PATCH docs] bg: fix typo

2025-02-26 Thread Alexander Zeidler
Signed-off-by: Alexander Zeidler --- bg.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bg.po b/bg.po index 5da903c..1e33f66 100644 --- a/bg.po +++ b/bg.po @@ -1451,7 +1451,7 @@ msgstr "CT" #: pve-manager/www/manager6/storage/Browser.js:107 msgid "CT Tem

[pve-devel] [PATCH docs] installation: unattended: sync the section with the wiki introduction

2025-02-10 Thread Alexander Zeidler
so that there are not two different versions of the introduction and users mistakenly think they have already read the introduction in the admin guide. Signed-off-by: Alexander Zeidler --- pve-installation.adoc | 25 - 1 file changed, 16 insertions(+), 9 deletions

[pve-devel] [PATCH docs v1] package repos: revise Ceph section, introduce 2 attributes

2025-02-10 Thread Alexander Zeidler
ble by the current build process, it is not as suitable as only mentioning the major version number. Signed-off-by: Alexander Zeidler --- asciidoc/asciidoc-pve.conf | 2 + pve-package-repos.adoc | 165 ++--- 2 files changed, 63 insertions(+), 104 deletion

Re: [pve-devel] [PATCH docs 1/6] ceph: add anchors for use in troubleshooting section

2025-02-05 Thread Alexander Zeidler
On Tue Feb 4, 2025 at 10:52 AM CET, Max Carrara wrote: > On Tue Feb 4, 2025 at 10:22 AM CET, Alexander Zeidler wrote: >> On Mon Feb 3, 2025 at 5:19 PM CET, Max Carrara wrote: >> > On Mon Feb 3, 2025 at 3:27 PM CET, Alexander Zeidler wrote: >> >> Si

[pve-devel] [PATCH docs v2 6/6] pvecm: remove node: mention Ceph and its steps for safe removal

2025-02-05 Thread Alexander Zeidler
as it has already been missed in the past or the proper procedure was not known. Signed-off-by: Alexander Zeidler --- v2: * no changes pvecm.adoc | 47 +++ 1 file changed, 47 insertions(+) diff --git a/pvecm.adoc b/pvecm.adoc index cffea6d..a65736d

[pve-devel] [PATCH docs v2 4/6] ceph: osd: revise and expand the section "Destroy OSDs"

2025-02-05 Thread Alexander Zeidler
I/O * Check and wait until the OSD can be stopped safely * Use `pveceph stop` instead of `systemctl stop ceph-osd@.service` * Explain cleanup option a bit more Signed-off-by: Alexander Zeidler --- v2: * implement both suggestions from Max Carrara ** mention what the warning is about (unsafe t

[pve-devel] [PATCH docs v2 5/6] ceph: maintenance: revise and expand section "Replace OSDs"

2025-02-05 Thread Alexander Zeidler
recommendations. Mention how to acknowledge warnings of crashed OSDs. Signed-off-by: Alexander Zeidler --- v2 * no changes pveceph.adoc | 45 + 1 file changed, 13 insertions(+), 32 deletions(-) diff --git a/pveceph.adoc b/pveceph.adoc index 81a6cc7

[pve-devel] [PATCH docs v2 1/6] ceph: add anchors for use in troubleshooting section

2025-02-05 Thread Alexander Zeidler
Signed-off-by: Alexander Zeidler --- v2: * add two missing anchors to be usable via xref pve-disk-health-monitoring.adoc | 1 + pveceph.adoc| 8 pvecm.adoc | 1 + 3 files changed, 10 insertions(+) diff --git a/pve-disk-health-monitoring.adoc b

[pve-devel] [PATCH docs v2 3/6] ceph: troubleshooting: revise and add frequently needed information

2025-02-05 Thread Alexander Zeidler
describe the common problem "OSDs down/crashed" Signed-off-by: Alexander Zeidler --- v2: * implement all comments from Max Carrara ** using longer link texts ** fix build errors by adding two missing anchors in patch: "ceph: add anchors for use in troubleshooting"

[pve-devel] [PATCH docs v2 2/6] ceph: correct heading capitalization

2025-02-05 Thread Alexander Zeidler
Signed-off-by: Alexander Zeidler --- v2: * no changes pveceph.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pveceph.adoc b/pveceph.adoc index 93c2f8d..90bb975 100644 --- a/pveceph.adoc +++ b/pveceph.adoc @@ -768,7 +768,7 @@ Nautilus: PG merging and autotuning

Re: [pve-devel] [PATCH docs 1/6] ceph: add anchors for use in troubleshooting section

2025-02-04 Thread Alexander Zeidler
On Mon Feb 3, 2025 at 5:19 PM CET, Max Carrara wrote: > On Mon Feb 3, 2025 at 3:27 PM CET, Alexander Zeidler wrote: >> Signed-off-by: Alexander Zeidler >> --- > > Some high-level feedback (see comments inline and in patches otherwise): > > - The writing s

[pve-devel] [PATCH docs 2/6] ceph: correct heading capitalization

2025-02-03 Thread Alexander Zeidler
Signed-off-by: Alexander Zeidler --- pveceph.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pveceph.adoc b/pveceph.adoc index 93c2f8d..90bb975 100644 --- a/pveceph.adoc +++ b/pveceph.adoc @@ -768,7 +768,7 @@ Nautilus: PG merging and autotuning

[pve-devel] [PATCH docs 3/6] ceph: troubleshooting: revise and add frequently needed information

2025-02-03 Thread Alexander Zeidler
describe the common problem "OSDs down/crashed" Signed-off-by: Alexander Zeidler --- pveceph.adoc | 72 ++-- 1 file changed, 64 insertions(+), 8 deletions(-) diff --git a/pveceph.adoc b/pveceph.adoc index 90bb975..4e1c1e2 100644 --- a/pv

[pve-devel] [PATCH docs 1/6] ceph: add anchors for use in troubleshooting section

2025-02-03 Thread Alexander Zeidler
Signed-off-by: Alexander Zeidler --- pveceph.adoc | 8 1 file changed, 8 insertions(+) diff --git a/pveceph.adoc b/pveceph.adoc index da39e7f..93c2f8d 100644 --- a/pveceph.adoc +++ b/pveceph.adoc @@ -82,6 +82,7 @@ and vocabulary footnote:[Ceph glossary {cephdocs-url}/glossary

[pve-devel] [PATCH docs 6/6] pvecm: remove node: mention Ceph and its steps for safe removal

2025-02-03 Thread Alexander Zeidler
as it has already been missed in the past or the proper procedure was not known. Signed-off-by: Alexander Zeidler --- pvecm.adoc | 47 +++ 1 file changed, 47 insertions(+) diff --git a/pvecm.adoc b/pvecm.adoc index 15dda4e..8026de4 100644 --- a

[pve-devel] [PATCH docs 4/6] ceph: osd: revise and expand the section "Destroy OSDs"

2025-02-03 Thread Alexander Zeidler
I/O * Check and wait until the OSD can be stopped safely * Use `pveceph stop` instead of `systemctl stop ceph-osd@.service` * Explain cleanup option a bit more Signed-off-by: Alexander Zeidler --- pveceph.adoc | 58 1 file changed, 31 insert

[pve-devel] [PATCH docs 5/6] ceph: maintenance: revise and expand section "Replace OSDs"

2025-02-03 Thread Alexander Zeidler
recommendations. Mention how to acknowledge warnings of crashed OSDs. Signed-off-by: Alexander Zeidler --- pveceph.adoc | 45 + 1 file changed, 13 insertions(+), 32 deletions(-) diff --git a/pveceph.adoc b/pveceph.adoc index 754c401..010f48c 100644 --- a

Re: [pve-devel] [PATCH pve-docs v2 1/2] Section on ZFS and swap corrected.

2025-02-03 Thread Alexander Zeidler
IIRC, there have been some considerations in the past to move the "SWAP on ZFS" section to the chapter "Host System Administration". If doing so: 1. It could be renamed to "SWAP" and, with the current layout, placed between "Disk Health Monitoring" and "Logical Volume Manager (LVM)"? 2. Update

Re: [pve-devel] [PATCH docs] qm, vzdump: add notes regarding backups of windows and VSS

2025-01-22 Thread Alexander Zeidler
On Tue Jan 21, 2025 at 3:46 PM CET, Aaron Lauterer wrote: > > > On 2025-01-21 13:08, Alexander Zeidler wrote: >> On Mon Jan 20, 2025 at 3:35 PM CET, Aaron Lauterer wrote: >>> VSS in windows guests with additional backup software in the guest can >>> cause prob

Re: [pve-devel] [PATCH docs] qm, vzdump: add notes regarding backups of windows and VSS

2025-01-21 Thread Alexander Zeidler
other backup solutions. > > Mention it in the docs and link to the wiki article that explains it. > > Signed-off-by: Aaron Lauterer > --- Two formatting suggestions inline, otherwise consider this: Reviewed-by: Alexander Zeidler > qm.adoc | 13 + > vzdump.adoc

Re: [pve-devel] [PATCH docs v2 1/2] pvesr: update the chapter and bring it into good condition

2025-01-10 Thread Alexander Zeidler
st suggestions are implemented in the new version, others were discussed off-list, see comments below. v3: https://lore.proxmox.com/pve-devel/20250110165807.3-1-a.zeid...@proxmox.com > > On 12/18/24 17:19, Alexander Zeidler wrote: >> * restructure and revise the introduction >> *

[pve-devel] [PATCH docs v3 1/2] pvesr: update the chapter and bring it into good condition

2025-01-10 Thread Alexander Zeidler
nd revise the subchapter "Error Handling" Signed-off-by: Alexander Zeidler --- v3: * adapt the introduction and section "Risk of Data Loss" to provide information about using a shared storage together with storage replication * update the CLI example `pvesr update` (*:0

[pve-devel] [PATCH manager v3 2/2] replication: update help button reference

2025-01-10 Thread Alexander Zeidler
Signed-off-by: Alexander Zeidler --- v3: * no changes v2: https://lore.proxmox.com/pve-devel/20241218161948.3-2-a.zeid...@proxmox.com/ www/manager6/grid/Replication.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/manager6/grid/Replication.js b/www/manager6/grid

Re: [pve-devel] [PATCH docs v2 6/6] pveceph: add section for rbd namespaces

2025-01-02 Thread Alexander Zeidler
On Mon Dec 23, 2024 at 5:00 PM CET, Aaron Lauterer wrote: > and a few basic examples on how to manage them. > > Signed-off-by: Aaron Lauterer > --- > changes since v1: none > > pveceph.adoc | 41 + > 1 file changed, 41 insertions(+) > > diff --git a/pveceph

Re: [pve-devel] [PATCH docs] pvesr: update the chapter and bring it into good condition

2024-12-18 Thread Alexander Zeidler
v2: https://lore.proxmox.com/pve-devel/20241218161948.3-1-a.zeid...@proxmox.com/T/#t ___ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] [PATCH docs v2 1/2] pvesr: update the chapter and bring it into good condition

2024-12-18 Thread Alexander Zeidler
ing/editing a job links now to the subchapter "Managing Jobs". * provide details on job removal and how to enforce it if necessary * add more helpful CLI examples and improve existing ones * restructure and revise the subchapter "Error Handling" Signed-off-by: Alexander Zeidler

[pve-devel] [PATCH manager v2 2/2] replication: update help button reference

2024-12-18 Thread Alexander Zeidler
Signed-off-by: Alexander Zeidler --- www/manager6/grid/Replication.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/manager6/grid/Replication.js b/www/manager6/grid/Replication.js index 79824b9b..51aa9fde 100644 --- a/www/manager6/grid/Replication.js +++ b/www/manager6

[pve-devel] [PATCH docs] pvesr: update the chapter and bring it into good condition

2024-12-18 Thread Alexander Zeidler
ing/editing a job links now to the subchapter "Managing Jobs". * provide details on job removal and how to enforce it if necessary * add more helpful CLI examples and improve existing ones * restructure and revise the subchapter "Error Handling" Signed-off-by: Alexander

[pve-devel] [PATCH qemu-server 3/3] api: clone: mention "snapshot" in the error message if specified

2024-12-04 Thread Alexander Zeidler
apshot of > 'local-zfs:base-100-disk-2/vm-101-disk-2' (tpmstate0) Signed-off-by: Alexander Zeidler --- PVE/API2/Qemu.pm | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index 661cf1e9..df1776a6 100644 --- a/PVE/API2/Qemu.pm ++

[pve-devel] [PATCH qemu-server 1/3] api: clone: add missing sort to hash

2024-12-04 Thread Alexander Zeidler
When cloning was repeatedly attempted, the error message indicated a different unsupported volume each time. The hash is now sorted to always mention the same volume as long as it has not been fixed. Signed-off-by: Alexander Zeidler --- PVE/API2/Qemu.pm | 2 +- 1 file changed, 1 insertion(+), 1

[pve-devel] [PATCH qemu-server 2/3] api: clone: extend error message by volume ID

2024-12-04 Thread Alexander Zeidler
not supported for drive 'tpmstate0' After: > Full clone feature is not supported for > 'local-zfs:base-100-disk-2/vm-101-disk-2' (tpmstate0) Signed-off-by: Alexander Zeidler --- PVE/API2/Qemu.pm | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff -

Re: [pve-devel] [RFC qemu-server] apt hook: warn against using 'upgrade' command

2024-09-06 Thread Alexander Zeidler
On Fri Sep 6, 2024 at 12:40 PM CEST, Fiona Ebner wrote: > (DPkg::Pre-Invoke is also too late). Since this is just an additional > safety warning to guide new users, it should still be good enough. > + if ($line && $line =~ m/^CommandLine::AsString=apt(-get)?%20upgrade$/) { > +$log->("!! WARNI

Re: [pve-devel] [PATCH kernel] add fix for regression causing broken power indicators/LEDs

2024-09-04 Thread Alexander Zeidler
On Fri Jul 26, 2024 at 11:06 AM CEST, Fiona Ebner wrote: > The issue was reported in the enterprise support. The customer > contacted the ledmon maintainer, who found that it is not an issue > with ledmon, bisected the kernel and came up with this fix. > > Signed-off-by: Fiona Ebner > --- > ...n-

Re: [pve-devel] [PATCH docs v4 1/2] qm: resource mapping: add description for `mdev` option

2024-08-14 Thread Alexander Zeidler
On Thu Jun 6, 2024 at 11:22 AM CEST, Dominik Csapak wrote: > in a new section about additional options > > Signed-off-by: Dominik Csapak > --- > no changes > qm.adoc | 13 + > 1 file changed, 13 insertions(+) > > diff --git a/qm.adoc b/qm.adoc > index 42c26db..3f4e59a 100644 > --- a/q

Re: [pve-devel] [PATCH installer 1/2] low level: config: filter out kernel cmdline on word boundaries

2024-08-14 Thread Alexander Zeidler
On Fri Aug 9, 2024 at 1:51 PM CEST, Christoph Heiss wrote: > Otherwise, substrings might get replaced, e.g. the replacement > `proxmox-start-auto-installer` -> `pxmox-start-auto-installer` would be > done. > > Fixes: a02a78a ("fix #4747: pass kernel cmdline parameters to target system") > Suggested

[pve-devel] [PATCH docs] local-zfs: correct language errors

2024-08-13 Thread Alexander Zeidler
Signed-off-by: Alexander Zeidler --- local-zfs.adoc | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/local-zfs.adoc b/local-zfs.adoc index 130f9d6..7ddf50a 100644 --- a/local-zfs.adoc +++ b/local-zfs.adoc @@ -442,7 +442,7 @@ recommend to: # zpool create -f -o

[pve-devel] [PATCH docs] pve-network: correct language errors

2024-08-13 Thread Alexander Zeidler
Signed-off-by: Alexander Zeidler --- pve-network.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pve-network.adoc b/pve-network.adoc index acdcf39..434430d 100644 --- a/pve-network.adoc +++ b/pve-network.adoc @@ -447,7 +447,7 @@ slaves in the single logical bonded

Re: [pve-devel] [PATCH kernel 2/2] cherry-pick potential fix for NULL pointer deref with AMD Arcturus GPU during boot

2024-07-16 Thread Alexander Zeidler
> On 10.07.2024 11:37 GMT Fiona Ebner wrote: > The issue was reported in the enterprise support and is handled by > Alexander Zeidler. It has the following trace [0] and causes an issue > with the networking down the line, because 'udevadm settle' would time > out. T

Re: [pve-devel] [PATCH docs v3] pveceph: document cluster shutdown

2024-06-18 Thread Alexander Zeidler
On Tue, 2024-05-28 at 13:54 +0200, Aaron Lauterer wrote: > Signed-off-by: Aaron Lauterer > --- > changes: > incorporated additional feedback regarding phrasing, structure and > spelling Reviewed-by: Alexander Zeidler ___ pve-devel m

Re: [pve-devel] [PATCH docs v2] pveceph: document cluster shutdown

2024-05-23 Thread Alexander Zeidler
On Wed, 2024-05-22 at 10:33 +0200, Aaron Lauterer wrote: > Signed-off-by: Aaron Lauterer > --- > changes since v1: > * incorporated suggested changes in phrasing to fix grammar and > distinguish the steps on how to power down the nodes better > > pveceph.adoc | 50 +

[pve-devel] [PATCH installer] install module: getters: correctly use plural in error messages

2024-04-25 Thread Alexander Zeidler
Signed-off-by: Alexander Zeidler --- Proxmox/Install.pm | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Proxmox/Install.pm b/Proxmox/Install.pm index 6ad9d17..c0f8955 100644 --- a/Proxmox/Install.pm +++ b/Proxmox/Install.pm @@ -255,7 +255,7 @@ sub get_zfs_raid_setup

[pve-devel] [PATCH installer] assistant: fix spelling and precise text in help usage output

2024-04-25 Thread Alexander Zeidler
Signed-off-by: Alexander Zeidler --- proxmox-auto-install-assistant/src/main.rs | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/proxmox-auto-install-assistant/src/main.rs b/proxmox-auto-install-assistant/src/main.rs index 9bc083e..0debd29 100644 --- a/proxmox-auto

[pve-devel] [PATCH installer] assistant: prepare iso: s/direct/included to match current naming

2024-04-23 Thread Alexander Zeidler
Signed-off-by: Alexander Zeidler --- proxmox-auto-install-assistant/src/main.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/proxmox-auto-install-assistant/src/main.rs b/proxmox-auto-install-assistant/src/main.rs index 17f8e96..c14316c 100644 --- a/proxmox-auto

[pve-devel] [PATCH manager] pveversion: fix whitespaces

2024-04-19 Thread Alexander Zeidler
Signed-off-by: Alexander Zeidler --- bin/pveversion | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/pveversion b/bin/pveversion index a98d2c66..d32a6a0c 100755 --- a/bin/pveversion +++ b/bin/pveversion @@ -60,7 +60,7 @@ my $opt_verbose; if (!GetOptions ('ve

[pve-devel] [PATCH v2 manager] pve7to8: reword and fix typos in description

2024-04-19 Thread Alexander Zeidler
Signed-off-by: Alexander Zeidler --- v2: * incorporate all feedback from v1 v1: https://lists.proxmox.com/pipermail/pve-devel/2024-April/063252.html bin/Makefile | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/Makefile b/bin/Makefile index 180a91b5..6c5f9b14

[pve-devel] [PATCH v3 manager 2/2] report: add recent boot timestamps which may show fencing/crash events

2024-04-19 Thread Alexander Zeidler
u Apr 11 16:31:12 2024 (00:05) ... Furthermore, it shows the booted/crashed/problematic kernel version. `last` is also used since currently `journalctl --list-boots` can take 10 seconds or even longer on some systems, with no option to limit the amount of reported boot lines. Signed-off-by: Alexander Zeidler

[pve-devel] [PATCH v3 manager 1/2] report: overhaul `dmidecode` related output

2024-04-19 Thread Alexander Zeidler
ted hardware failure which can hint to Proxmox-independant issues, debug-able via IPMI. Signed-off-by: Alexander Zeidler --- v3: * as discussed also off-list, switch to `cat` for board and product output to avoid complexity v2: https://lists.proxmox.com/pipermail/pve-devel/2024-April/063284

Re: [pve-devel] [PATCH manager 1/9] report: add kernel command line including boot time

2024-04-18 Thread Alexander Zeidler
v2 of this series: [PATCH manager 1/7] report: add kernel command line from current boot https://lists.proxmox.com/pipermail/pve-devel/2024-April/063282.html ___ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailm

Re: [pve-devel] [PATCH manager 1/7] report: add kernel command line from current boot

2024-04-18 Thread Alexander Zeidler
On Thu, 2024-04-18 at 13:05 +0200, Mira Limbeck wrote: > On 4/18/24 11:16, Alexander Zeidler wrote: > > to get a first clue for debugging passthrough and similar issues, when > > no dmesg output has been provided yet. > > > > Signed-off-by: Alexander Zeidler > >

Re: [pve-devel] [PATCH manager 7/7] report: add recent boot timestamps which may show fencing/crash events

2024-04-18 Thread Alexander Zeidler
On Thu, 2024-04-18 at 12:43 +0200, Mira Limbeck wrote: > On 4/18/24 11:16, Alexander Zeidler wrote: > > Successful boots which crashed somehow and sometime afterwards, will > > show the same "until" value ("still running" or timestamp) as the next > > fol

Re: [pve-devel] [PATCH manager 6/7] report: add info about (un)used memory slots

2024-04-18 Thread Alexander Zeidler
On Thu, 2024-04-18 at 12:20 +0200, Mira Limbeck wrote: > On 4/18/24 11:16, Alexander Zeidler wrote: > > * to see if a RAM upgrade is slot/capacity-wise possible > > * to spot added/replaced RAM that may now be causing issues > > > > Maximum Capacity: 2 TB > >

Re: [pve-devel] [PATCH manager 6/7] report: add info about (un)used memory slots

2024-04-18 Thread Alexander Zeidler
Size: No Module Installed > It might be better to keep that command in a cheatsheet to ask for it if > actually needed instead of polluting the report :) > > On 2024-04-18 11:16, Alexander Zeidler wrote: > > * to see if a RAM upgrade is slot/capacity-wise possible > >

Re: [pve-devel] [PATCH manager 5/7] report: overhaul `dmidecode` related output

2024-04-18 Thread Alexander Zeidler
On Thu, 2024-04-18 at 12:24 +0200, Mira Limbeck wrote: > Would it be possible to align these correctly, or just use a single > space between type and value? > I'd prefer explicit commands like: Better formatting can of course be achieved, see the adapted example below, followed by your mentioned

Re: [pve-devel] [PATCH manager 1/7] report: add kernel command line from current boot

2024-04-18 Thread Alexander Zeidler
Sorry, this is of course v2. ___ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] [PATCH manager 7/7] report: add recent boot timestamps which may show fencing/crash events

2024-04-18 Thread Alexander Zeidler
u Apr 11 16:31:12 2024 (00:05) ... Furthermore, it shows the booted/crashed/problematic kernel version. `last` is also used since currently `journalctl --list-boots` can take 10 seconds or even longer on some systems, with no option to limit the amount of reported boot lines. Signed-off-by: Alexander Zeidler

[pve-devel] [PATCH manager 5/7] report: overhaul `dmidecode` related output

2024-04-18 Thread Alexander Zeidler
Power Supply State: Critical Thermal State: Safe Number Of Power Cords: 2 (...) and `-t 32`: System Boot Information Status: Firmware-detected hardware failure which can hint to Proxmox-independant issues, debug-able via IPMI. Signed-off-by: Alexander Zeidler --

[pve-devel] [PATCH manager 3/7] report: add `apt-cache policy` to list recognized APT sources

2024-04-18 Thread Alexander Zeidler
Packages release o=Proxmox,a=stable,n=bookworm,l=Proxmox VE Enterprise Debian Repository,c=pve-enterprise,b=amd64 ... Pinned packages: intel-microcode -> 3.20231114.1~deb12u1 with priority 1234 Signed-off-by: Alexander Zeidler --- Expects applied: report: fix regex of config fi

[pve-devel] [PATCH manager 4/7] report: list held back packages

2024-04-18 Thread Alexander Zeidler
Signed-off-by: Alexander Zeidler --- v2: * newly added PVE/Report.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/Report.pm b/PVE/Report.pm index 9b6cd95c..1ed91c8e 100644 --- a/PVE/Report.pm +++ b/PVE/Report.pm @@ -39,6 +39,7 @@ my $init_report_cmds = sub { sub

[pve-devel] [PATCH manager 1/7] report: add kernel command line from current boot

2024-04-18 Thread Alexander Zeidler
to get a first clue for debugging passthrough and similar issues, when no dmesg output has been provided yet. Signed-off-by: Alexander Zeidler --- v2: * move away from dmesg base * only print kernel command line (boot times can be added by another patch) v1: https://lists.proxmox.com/pipermail

[pve-devel] [PATCH manager 6/7] report: add info about (un)used memory slots

2024-04-18 Thread Alexander Zeidler
: 18ASF2G72PZ-2G6D1 Size: 16 GB Part Number: 18ASF2G72PZ-2G6D1 Size: No Module Installed Size: No Module Installed Size: No Module Installed Size: No Module Installed Signed-off-by: Alexander Zeidler --- v2: * make regex stricter * reduce possible dmidecode

[pve-devel] [PATCH manager 2/7] report: create "jobs" section, add `jobs.cfg`

2024-04-18 Thread Alexander Zeidler
to recognize temporal correlations with network/load/backup/etc issues Suggested-by: Friedrich Weber Signed-off-by: Alexander Zeidler --- v2: * move away from "general" section v1: https://lists.proxmox.com/pipermail/pve-devel/2024-March/062346.html PVE/Report.pm | 6 ++ 1 fi

[pve-devel] [PATCH manager] report: fix regex of config filenames

2024-04-18 Thread Alexander Zeidler
to only match those that are correct/accepted by their software Signed-off-by: Alexander Zeidler --- PVE/Report.pm | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/PVE/Report.pm b/PVE/Report.pm index 9c46aa9b..53ffdcbb 100644 --- a/PVE/Report.pm +++ b/PVE/Report.pm

[pve-devel] [PATCH manager] pveversion: show upgradable package version in verbose output

2024-04-18 Thread Alexander Zeidler
urrent System Report includes pveversion -v # pveversion -v proxmox-ve: 8.1.0 (running kernel: 6.5.13-5-pve) pve-manager: 8.1.6 (running version: 8.1.6/b7e8e914a1db70cc) [available: 8.1.10] ... vncterm: 1.8.0 zfsutils-linux: 2.2.3-pve1 [available: 2.2.3-pve2] Signed-off-by: Alexander Zeidler ---

[pve-devel] [PATCH manager] pve7to8: reword and fix typos in description

2024-04-18 Thread Alexander Zeidler
Signed-off-by: Alexander Zeidler --- bin/Makefile | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/Makefile b/bin/Makefile index 180a91b5..aa149c06 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -66,10 +66,10 @@ pve6to7.1: pve7to8.1: printf ".TH PV

[pve-devel] [PATCH manager] api: apt versions: track optional amd64/intel-microcode packages

2024-04-18 Thread Alexander Zeidler
Signed-off-by: Alexander Zeidler --- PVE/API2/APT.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PVE/API2/APT.pm b/PVE/API2/APT.pm index 54121ec2..4ab6da60 100644 --- a/PVE/API2/APT.pm +++ b/PVE/API2/APT.pm @@ -759,6 +759,7 @@ __PACKAGE__->register_method({ push @list, s

Re: [pve-devel] [PATCH manager 9/9] report: add microcode info to better assess possible system impacts

2024-04-11 Thread Alexander Zeidler
On Mon, 2024-03-25 at 10:00 +0100, Thomas Lamprecht wrote: > On 22/03/2024 14:59, Alexander Zeidler wrote: > > * list availability and installation status of `*microcode` packages > > * grep for applied "Early OS Microcode Updates" > > * grep for (un)pat

Re: [pve-devel] [PATCH manager 7/9] report: add info of the mainboard in use

2024-04-11 Thread Alexander Zeidler
OEM Information: 0x Height: 2 U -> Number Of Power Cords: 2 Contained Elements: 0 > > On 2024-03-22 14:59, Alexander Zeidler wrote: > > Signed-off-by: Alexander Zeidler > > --- > > PVE/Report.pm | 1 + > > 1 file changed, 1 insert

Re: [pve-devel] [PATCH manager 6/9] report: switch `dmidecode` to quiet to omit almost never needed info

2024-04-11 Thread Alexander Zeidler
On Mon, 2024-03-25 at 09:20 +0100, Thomas Lamprecht wrote: > On 22/03/2024 14:59, Alexander Zeidler wrote: > > like on this system: > > > > # dmidecode -t bios > > # dmidecode 3.4 > > Getting SMBIOS data from sysfs. > > SMBIOS 3.0.0 present. > &

Re: [pve-devel] [PATCH manager 5/9] report: move `lscpu` & cluster info to more appropriate sections

2024-04-11 Thread Alexander Zeidler
be good.. > > On 22/03/2024 14:59, Alexander Zeidler wrote: > > Signed-off-by: Alexander Zeidler > > --- > > PVE/Report.pm | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/PVE/Report.pm b/PVE/Report.pm > > index 2

Re: [pve-devel] [PATCH manager 3/9] report: add list of upgradable packages

2024-04-11 Thread Alexander Zeidler
On Mon, 2024-03-25 at 09:02 +0100, Thomas Lamprecht wrote: > On 22/03/2024 14:59, Alexander Zeidler wrote: > > * to easily see if APT already knows about old packages in use and > > their exact version > > * to reconsider asking for applying updates as a first recommendation

Re: [pve-devel] [PATCH manager 2/9] report: add `jobs.cfg` to debug related network/load/backup/etc issues

2024-04-11 Thread Alexander Zeidler
On Mon, 2024-03-25 at 09:08 +0100, Thomas Lamprecht wrote: > > > > On 22/03/2024 14:59, Alexander Zeidler wrote: > > > > > > > > Suggested-by: Friedrich Weber > > > > > > > > Signed-off-by: Alexander Zeidler > > > > > >

Re: [pve-devel] [PATCH manager 1/9] report: add kernel command line including boot time

2024-04-11 Thread Alexander Zeidler
On Mon, 2024-03-25 at 08:52 +0100, Thomas Lamprecht wrote: > > > > On 22/03/2024 14:59, Alexander Zeidler wrote: > > > > > > > > While using `/proc/cmdline` would already provide an initial > > > > > > > > info for > > >

Re: [pve-devel] [PATCH manager 9/9] report: add microcode info to better assess possible system impacts

2024-03-22 Thread Alexander Zeidler
On Fri, 2024-03-22 at 17:44 +0100, Stoiko Ivanov wrote: > On Fri, 22 Mar 2024 14:59:33 +0100 > Alexander Zeidler wrote: > > > * list availability and installation status of `*microcode` packages > > * grep for applied "Early OS Microcode Updates" > > * g

Re: [pve-devel] [PATCH manager 8/9] report: add info about (un)used memory slots

2024-03-22 Thread Alexander Zeidler
On Fri, 2024-03-22 at 14:59 +0100, Alexander Zeidler wrote: > * to see if a RAM upgrade is slot/capacity-wise possible > * to spot added/replaced RAM that may now be causing issues > > # dmidecode -t memory ... > Maximum Capacity: 2 TB > Number Of Devices: 8 &

[pve-devel] [PATCH manager 7/9] report: add info of the mainboard in use

2024-03-22 Thread Alexander Zeidler
Signed-off-by: Alexander Zeidler --- PVE/Report.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/Report.pm b/PVE/Report.pm index 3a81bdb2..f28d7b38 100644 --- a/PVE/Report.pm +++ b/PVE/Report.pm @@ -104,6 +104,7 @@ my $init_report_cmds = sub { hardware => { or

[pve-devel] [PATCH manager 9/9] report: add microcode info to better assess possible system impacts

2024-03-22 Thread Alexander Zeidler
* list availability and installation status of `*microcode` packages * grep for applied "Early OS Microcode Updates" * grep for (un)patched CPU vulnerability messages Signed-off-by: Alexander Zeidler --- PVE/Report.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PVE/Repor

[pve-devel] [PATCH manager 8/9] report: add info about (un)used memory slots

2024-03-22 Thread Alexander Zeidler
Installed Signed-off-by: Alexander Zeidler --- PVE/Report.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/Report.pm b/PVE/Report.pm index f28d7b38..fe497b43 100644 --- a/PVE/Report.pm +++ b/PVE/Report.pm @@ -106,6 +106,7 @@ my $init_report_cmds = sub { cmds

[pve-devel] [PATCH manager 6/9] report: switch `dmidecode` to quiet to omit almost never needed info

2024-03-22 Thread Alexander Zeidler
like on this system: # dmidecode -t bios # dmidecode 3.4 Getting SMBIOS data from sysfs. SMBIOS 3.0.0 present. Handle 0x, DMI type 0, 24 bytes Handle 0x005C, DMI type 13, 22 bytes Signed-off-by: Alexander Zeidler --- PVE/Report.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[pve-devel] [PATCH manager 2/9] report: add `jobs.cfg` to debug related network/load/backup/etc issues

2024-03-22 Thread Alexander Zeidler
Suggested-by: Friedrich Weber Signed-off-by: Alexander Zeidler --- PVE/Report.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/Report.pm b/PVE/Report.pm index d4191769..6014f13e 100644 --- a/PVE/Report.pm +++ b/PVE/Report.pm @@ -35,6 +35,7 @@ my $init_report_cmds = sub

[pve-devel] [PATCH manager 3/9] report: add list of upgradable packages

2024-03-22 Thread Alexander Zeidler
8.1.6 amd64 [upgradable from: 8.1.4] Signed-off-by: Alexander Zeidler --- PVE/Report.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/Report.pm b/PVE/Report.pm index 6014f13e..ad5c2aa0 100644 --- a/PVE/Report.pm +++ b/PVE/Report.pm @@ -36,6 +36,7 @@ my $init_report_cmds = sub

[pve-devel] [PATCH manager 5/9] report: move `lscpu` & cluster info to more appropriate sections

2024-03-22 Thread Alexander Zeidler
Signed-off-by: Alexander Zeidler --- PVE/Report.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PVE/Report.pm b/PVE/Report.pm index 2c2a5e12..505629c7 100644 --- a/PVE/Report.pm +++ b/PVE/Report.pm @@ -41,8 +41,6 @@ my $init_report_cmds = sub { 

  1   2   >