Search results

  1. F

    [SOLVED] Lostmy Backup?

    Did you check the file ownership? should be user "backup" or (if I remember correctly) UID 34. And did you copy the hidden folder .chunks as well? Thats where the actual data is stored.
  2. F

    PBS listing backups timeout

    Because you always need to keep that DB consistent. And it would be a single point of failure. I'd prefer configurable locations for the metadata files in addition to the .chunks location. In most cases using special_small_blocks in ZFS should cover your needs, though. Personally I made positive...
  3. F

    ZFS special device

    Wenn du dir die Downtime erlauben kannst, würde ich die Maschinen sichern auf ne andere Disk und den Pool ernsthaft neu aufbauen. Im Forum wird wirklich ausnahmslos überall von einem Parity RAID als VM Pool abgeraten. Obendrein noch das Problem, dass du die Special Devices nicht mehr vom Pool...
  4. F

    I/O Delay 100% - Unable to do backups with PBS

    I see some major problems here: - the CPU is ridiculously slow - look at the "Load average" on your screenshot, the box is completely overwhelmed - you are using a HDD, a single one, and possibly a consumer one - you are using a single disk for your backups - the slightest failure and your...
  5. F

    ZFS special device

    Warum denn keinen separaten zpool nur aus den SSDs? Du könntest die SSDs ja auch partitionieren und nur einen Teil als VM pool nutzen, den Rest wie gehabt als special devices für den HDD pool.
  6. F

    Probleme mit zurückspielen von Backups auf ZFS bzw. local_lvm

    Nein, ich meine auf der gleichen Node, die Mountpoints in einen anderen Storage schieben.
  7. F

    Probleme mit zurückspielen von Backups auf ZFS bzw. local_lvm

    Hast du mal probiert die LXC auf der LVM Partition zu starten und dann über PVE die Disken in den ZFS Storage migrieren zu lassen? Und noch interessehalber: Warum kein kleines Ceph Cluster bilden statt lokalen ZFS pools, bei 3 Nodes?
  8. F

    How fast is your backup datastore? Benchmark tool

    If you did not download it from the UI, you can find the keys in /etc/pve/priv/storage. Also you can enable the Master Key Feature, that way you only need to keep eyes on a single keypair: https://pve.proxmox.com/wiki/Storage:_Proxmox_Backup_Server#storage_pbs_encryption
  9. F

    How fast is your backup datastore? Benchmark tool

    So you store your encrypted chunks on an encrypted ZFS pool? Why?
  10. F

    Gaming-PC mit Proxmox-Unterbau

    Unter PVE 5.x musste ich mit 2 GPUs fahren weil das alles nicht so richtig wollte. Seit ~ 6.4 konnte ich sowohl eine NVIDIA als auch (aktuell) eine AMD Karte für BIOS & PVE nutzen, zeitweise und unter NVIDIA musste ich vor dem Start der VM (hook script) den framebuffer freigeben, danach konnte...
  11. F

    Gaming-PC mit Proxmox-Unterbau

    Wenn du cpu=host oder eine Variante konfigurierst die alle relevanten Instruktionen der VM zur Verfügung stellt - nicht wirklich. Wenn du ZFS als Storage Unterbau mit Consumer Disken verwendest - teils dramatisch, hier lieber auf LVM-thin oder Datacenter SSDs setzen. Was bei mir auch gut klappt...
  12. F

    Exotische Googlemail Adresse whitelisten

    Oh, das erklärt dann so Einiges. Ich dachte die Whitelist setzt sich darüber hinweg, sobald irgendein Part der Mail, sei es IP oder Sender/Empfänger, gewhitelisted ist. Der Vollständigkeit halber ist hier mal ein Auszug ausm Tracking Center: Sep 19 19:07:20 xxxx postfix/postscreen[13129]...
  13. F

    Exotische Googlemail Adresse whitelisten

    Hallo zusammen, ich habe zu Testzwecken, damit das PMG Traffic kriegt, in Gmail eine Weiterleitung eingerichtet. Die from Adresse erscheint im Tracking Center als "mein-gmail-name+caf_=ich=meine.domain@gmail.com". Die Weiterleitung ist von mein-gmail-name@gmail.com -> ich@meine.domain. Aus...
  14. F

    [SOLVED] GPU Passthrough Issues After Upgrade to 7.2

    Oh my god. I got it working. The Proxmox Wiki already contained everything i needed to know. https://pve.proxmox.com/wiki/Pci_passthrough - it specifically mentions code 43 when Resizable BAR / Smart Access Memory is enabled on the Host. VMs do not support it yet. Disabled it, and now it is...
  15. F

    [SOLVED] GPU Passthrough Issues After Upgrade to 7.2

    Windows 11 also throws Code 43 error. On Ubuntu 22.04 I am able to use 2 monitors at 4K, watch videos and play games via Steam & Proton.
  16. F

    [SOLVED] GPU Passthrough Issues After Upgrade to 7.2

    *maybe* this is windows related. As i said, I am (sometimes) able to get a screen and enter Windows using the GPU. It just doesnt load with "code 43". For fun i added another VM and put in the Ubuntu 22.04 desktop installer. Out of the box, even in the installer, the gpu is picked up and 4K...
  17. F

    [SOLVED] GPU Passthrough Issues After Upgrade to 7.2

    I let it boot without any cron scripts running. lspci -v shows that it bound correctly to amdgpu. Following dmesg, the card got initialized without errors by amdgpu. iomem shows nothing about BOOTFB, so this looks good I assume. When i start the VM, both gpu and its audio device show kernel...
  18. F

    [SOLVED] GPU Passthrough Issues After Upgrade to 7.2

    Ahh, this is great to know. Thank you! I removed the blacklisting and the vfio early binds. I added that vtcon command as a @reboot cron as i intend to (later) enable autoboot for my VM. It hangs in the VMs bootscreen now. Funfact: On Kernel 5.13 it is not working either. o_O
  19. F

    [SOLVED] GPU Passthrough Issues After Upgrade to 7.2

    This is strange af; i upgraded my System today. GTX 1060 was running absolutely fine on PVE 7.2 @ Kernel 5.15, no issues at all. Special grub flags (regarding efibuffer etc.) were not necessary since PVE 7.1, it basically works out of the box, only had to enable vfio and iommu. Now I switched...
  20. F

    Datastore mit Festplatten

    Hier noch die versprochene Aufzählung aus meinem Datastore: 1k: 6112 2k: 5090 4k: 7282 8k: 10199 16k: 22877 32k: 52426 64k: 57533 128k: 59923 256k: 68144 512k: 125568 1M: 185843 2M: 150328 4M: 67005 8M: 2688 16M: 21 1M vs 4M recordsize versetzt...