]> git.proxmox.com Git - pve-manager.git/commitdiff
report: list held back packages
authorAlexander Zeidler <a.zeidler@proxmox.com>
Thu, 18 Apr 2024 09:16:47 +0000 (11:16 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 18 Apr 2024 20:27:05 +0000 (22:27 +0200)
Signed-off-by: Alexander Zeidler <a.zeidler@proxmox.com>
PVE/Report.pm

index 9b6cd95cf5bed6e8c885dc5cb6e1b82d537c6994..1ed91c8e54bb26956ead29a4a7e818d9203fcf69 100644 (file)
@@ -39,6 +39,7 @@ my $init_report_cmds = sub {
                sub { dir2text('/etc/apt/sources.list.d/', '.+\.list') },
                sub { dir2text('/etc/apt/sources.list.d/', '.+\.sources') },
                'apt-cache policy | grep -vP "^ +origin "',
+               'apt-mark showhold',
                'lscpu',
                'pvesh get /cluster/resources --type node --output-format=yaml',
            ],