Search results

  1. T

    [SOLVED] Backup fails with PBS

    For me there was no reboot needed, I just had to clear my browser history and cache.
  2. T

    [SOLVED] Backup fails with PBS

    I just did the update as well and can confirm that the issue is now resolved.
  3. T

    [SOLVED] Backup fails with PBS

    Yes, the error comes only by clicking "Run Now" on the Web-UI. I'm extracting the necessary package logs from backup, it takes a while. In the mean time I tested with a fresh installed browser. Same issue.
  4. T

    [SOLVED] Backup fails with PBS

    Hey aaron, I can't say. I'm using my pve not in a cluster, it's just one server and I had to reinstall the proxmox (SSDs exchanged). After reinstalling with the newest ISO, I've run one dist-upgrade. I'll take a look at the logs (or to the ones in the backup), which version was updated (after...
  5. T

    [SOLVED] Backup fails with PBS

    Can confirm, the scheduled jobs ran fine.
  6. T

    [SOLVED] Backup fails with PBS

    I had to reinstall the os, so there is for me no way to revert the affected packages. Other workaround is to manually individually backup one by one.
  7. T

    [SOLVED] Backup fails with PBS

    After reinstalling my pve I tried to run my backup job, which should backup everything on my pbs. I can't run the job however, I get following error: Some errors have been encountered: Proxmox: Parameter verification failed. (400) next-run: property is not defined in schema and the schema...
  8. T

    Notify scrub proxmox 7

    I have this: root@Proxmox:~# cat /etc/cron.d/zfsutils-linux PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin # TRIM the first Sunday of every month. 24 0 1-7 * * root if [ $(date +\%w) -eq 0 ] && [ -x /usr/lib/zfs-linux/trim ]; then /usr/lib/zfs-linux/trim; fi # Scrub the...
  9. T

    Notify scrub proxmox 7

    Although I didn’t get the first part, but yes, you’ll get a email notifications if your scrub jobs finishes, provided the zed.rc and you emailing is configured correctly.
  10. T

    Notify scrub proxmox 7

    This is wrong. ZFS utils has cron for scrubs and trims.
  11. T

    Notify scrub proxmox 7

    Make sure, that you set the email in "/etc/pve/datacenter.cfg". You should first test, if the host can send any email. Try following: echo -e "Subject: Test\n\nThis is a test" | /usr/bin/pvemailforward For your second question, yes you can of course manually scrub your zpools. See...
  12. T

    Notify scrub proxmox 7

    If I'm not mistaken, you need to edit "/etc/zfs/zed.d/zed.rc" to get email notifications about zfs events. Mine looks like this: root@Proxmox:~# cat /etc/zfs/zed.d/zed.rc |grep -v "^#" ZED_EMAIL_ADDR="root" ZED_EMAIL_PROG="mail" ZED_EMAIL_OPTS="-s '@SUBJECT@' @ADDRESS@"...
  13. T

    find zfs configuration

    Check zpool-import(8) for details.
  14. T

    Update to 5.11.22-7-pve causes zfs issues

    I've installed the kernel 5.13.19-1-pve. I can use the arcstat or arc_summary without error. I'm not sure though, if all the relevant informations are there, need to check that later. It seems there are new zfs features available, that I can upgrade my pools. What are those changes exactly?
  15. T

    Update to 5.11.22-7-pve causes zfs issues

    Is there any issues with that kernel? And which one is the newest? pve-kernel-5.13/stable 7.1-4 all Latest Proxmox VE Kernel Image pve-kernel-5.13.14-1-pve/stable 5.13.14-1 amd64 The Proxmox PVE Kernel Image pve-kernel-5.13.18-1-pve/stable 5.13.18-1 amd64 The Proxmox PVE Kernel Image...
  16. T

    ZFS mirror: replace bad disk

    Check this out https://www.thomas-krenn.com/de/wiki/Boot-Device_Replacement_-_Proxmox_ZFS_Mirror_Disk_austauschen
  17. T

    Update to 5.11.22-7-pve causes zfs issues

    Did you just remove those dictionary objects or was this a official patch from the maintainers?
  18. T

    Update to 5.11.22-7-pve causes zfs issues

    So I've updated again and now have another error: root@Proxmox:~# apt update && apt list --upgradable Hit:1 http://security.debian.org/debian-security bullseye-security InRelease Hit:2 http://ftp.debian.org/debian bullseye InRelease Hit:3 http://download.proxmox.com/debian/pve bullseye...
  19. T

    Update to 5.11.22-7-pve causes zfs issues

    I’ll check them out later after work and report back.
  20. T

    Update to 5.11.22-7-pve causes zfs issues

    Just let me know if I can test something.