Search results

  1. D

    [SOLVED] How to delete/clear zfs cache after hard drive broke

    So do you think the sdb is failing? That's the wolfs pool and the status seems to be fine. Or do you think that the backup disk is failing which means both of them would fail. Or sda which is a nvm disk and used for all systems (/ only, not for storage). Smart Log for NVME device:nvme0...
  2. D

    [SOLVED] How to delete/clear zfs cache after hard drive broke

    Okay, it just happend again. But this time, it happend on the other backup storage. Backup logs: INFO: 53% (583.6 GiB of 1.1 TiB) in 7h 2m 56s, read: 5.0 MiB/s, write: 4.1 MiB/s ERROR: backup write data failed: command error: write_data upload error: broken pipe INFO: aborting backup job...
  3. D

    [SOLVED] How to delete/clear zfs cache after hard drive broke

    Seafile problem is solved. It was just a 504 error. I'm going to test the backups the next couple of days.
  4. D

    [SOLVED] How to delete/clear zfs cache after hard drive broke

    I bought 2 new drives. So I will be able to check the barra(s) thoroughly again. Some entries from the logs: Jun 04 07:22:35 proxmox-media kernel: ata5.00: exception Emask 0x0 SAct 0xe604008 SErr 0x0 action 0x0 Jun 04 07:22:35 proxmox-media kernel: ata5.00: irq_stat 0x40000008 Jun 04 07:22:35...
  5. D

    [SOLVED] How to delete/clear zfs cache after hard drive broke

    Me again =) I restored an LXC backup to another pool that was previously the barras and now moved it to the wolf pool, which worked, but it took a while and I looked at the status of the pools again: ❯ zpool status -v pool: barras state: ONLINE status: One or more devices has experienced an...
  6. D

    [SOLVED] How to delete/clear zfs cache after hard drive broke

    So the problem with the cache was indeed: By disabling or deleting the storage, this problem is solved. I reconnected the drive and imported the pool, and everything is back to normal. There is still a big question mark flying around in my head. It would be great to know what the problem was...
  7. D

    [SOLVED] How to delete/clear zfs cache after hard drive broke

    Thanks for trying to help. I think this is getting more and more strange. So at first I thought the hard drive was failing, which is a Seagate Barracuda 2TB and I created a zfs pool called barras for it. Yesterday I finally had time to take the drive out and test it. And the drive seems to be...
  8. D

    [SOLVED] How to delete/clear zfs cache after hard drive broke

    Actually, the whole pool is gone as well. It's just the cache systemctl status zfs-import-cache.service cannot import 'barras': one or more devices is currently unavailable
  9. D

    [SOLVED] How to delete/clear zfs cache after hard drive broke

    Hey One of my hard drive decided to give up. Now zfs-import-cache.service can't start anymore because the cache of the pool is still there. I can't find anything for a proper solution in the www. Does anyone has an idea? Thanks Dan
  10. D

    GPU passthrough no longer works after VM restart

    Happy New Year! I've decided to get a new card for a little bit of gaming (like Hacker Simulator) and mainly for the reset problem. Actually nothing super fancy but I have also two cards in mind which are a little bit more expensive/powerful - EVGA GeForce GTX 1660 SUPER SC ULTRA and PowerColor...
  11. D

    GPU passthrough no longer works after VM restart

    I have a GIGABYTE GeForce GTS 450 OC 1GB. Is there also a workaround for Nvidea cards? Edit: It is not really solved. I just decided not to stop the vm when I do the backup.
  12. D

    GPU passthrough no longer works after VM restart

    Hey I'm trying to pass the GPU to a vm which I am using for my TV. It works after a complete reboot of the server, but my weekly backup (stop) prevents the GPU from passing through again afterwards. Does anyone has this already running?
  13. D

    Proxmox VE 7.0 released!

    I just updated it without any problems. Thanks!
  14. D

    [SOLVED] proxmox-backup-client incl. mounted drives/partition and exclude specific folder

    It worked now! O_o But I haven't tried the flag --all-file-systems. I used this: proxmox-backup-client backup dan.pxar:/ --repository root@pam@192.168.50.176:8007:8tb --verbose --skip-lost-and-found --include-dev / --include-dev /boot/ --include-dev /home/dan/ And .pxarexclude in / only...
  15. D

    [SOLVED] proxmox-backup-client incl. mounted drives/partition and exclude specific folder

    Hey At the moment I'm using for each mount point this command: proxmox-backup-client backup dan.pxar:/ --repository root@pam@192.168.50.176:8007:8tb --verbose --skip-lost-and-found proxmox-backup-client backup dan.pxar:/home/dan/ --repository root@pam@192.168.50.176:8007:8tb --verbose...
  16. D

    [SOLVED] proxmox-backup-client incl. mounted drives/partition and exclude specific folder

    Hey I'm playing a little bit with the pbs on pve. I have a laptop which has the following mount points: 1. / 2. /boot/ 3. /home/ I would like to run one command as root to include every mount points. / has a .pxarexclude file so /home/dan/ has. Separately it's working fine but trying to use...