Recent content by OsvaldoP

  1. O

    Windows VM, nach Anpassung CPU und Ram, Netzwerk und Disk D down

    Muss was in diese Richtung sein. Danke für deine Unterstützung! Sollte ich auf weiters draufkommen werde ich es hier anhängen sg Roland
  2. O

    Windows VM, nach Anpassung CPU und Ram, Netzwerk und Disk D down

    Guten Morgen Falk! Danke für dein Feedback. Da sich nicht nur die Disk ändert sondern auch die NIC neu erkannt wird wäre es interessant was hier passiert. Ein einfaches Erweitern könnte so schon mal schiefgehen wenn ein Kollege IP und Disks nicht prüft. Danke für den Tipp onlineall hatte ich...
  3. O

    Windows VM, nach Anpassung CPU und Ram, Netzwerk und Disk D down

    Ein kleines Update Habe bei einer vm nur die CPU Ressourcen verändert. Resultat, Netzwerk und Disk offline. Probleme korrigiert neu gestartet, anschließend Ram angepasst. Netzwerk und Disk ok Bei einer anderen vm wurde der Ram erhöht. Nach dem Reboot Netzwerk und Disk offline. Probleme...
  4. O

    Windows VM, nach Anpassung CPU und Ram, Netzwerk und Disk D down

    Hallo an alle! Habe das Problem nun mehrfach reproduzieren können und möchte mal nachfragen ob jemand ähnliches berichten kann, bzw eine Lösung hat. Wir haben rund 40 vm von einem Ceph Cluster 8.4.1 mittels Datacenter Manger erfolgreich auf ein neuen Ceph Cluster 8.4.1 übersiedeln können. Top...
  5. O

    Proxmox Datacenter Manager - First Alpha Release

    Great work, we were able to successfully migrate more than 100 VMs in short time!
  6. O

    Windows deduplication, spanned volumes on dynamic disks and PBS...

    Ok I couldn't wait This works Unmount was done via gui, not sure if command with delete is correct. proxmox-backup-client snapshot list --repository <User>@pbs@<PBS>:8007:<Storage> proxmox-backup-client map vm/<VmId>/<Snapshot> <Disk> --repository <User>@pbs@<PBS>:8007:<Storage> set <VmId>...
  7. O

    Windows deduplication, spanned volumes on dynamic disks and PBS...

    sounds great. I will look for an testsystem to try this. please give me some time. kr Roland
  8. O

    Windows deduplication, spanned volumes on dynamic disks and PBS...

    You are right, aktivating a duplicate disk can cause bsod. Already happened to me with the C partition. So I always use a different vm for such restores. Do you know how to mount the image disk from pbs to an vm on pve? thanks Roland
  9. O

    Windows deduplication, spanned volumes on dynamic disks and PBS...

    Hy I'm also looking for a way to restore files from Windows deduplicated disks. Does anyone know if it's possible to attach a backed-up disk to a running vm, so that Windows can mount the image with dedup-driver? kr Roland
  10. O

    Broadcom 3008 SATA/SAS 12G HBA, IT Mode

    Hi, and thanks for your response! It seems the "Broadcom 3008" is often used for ZFS, and IT Mode is working as expected. We will change the board. Kind regards, Roland
  11. O

    Broadcom 3008 SATA/SAS 12G HBA, IT Mode

    Hello everyone! We all know the rule: don't combine RAID controllers with ZFS. That's why we've been using Supermicro boards like the H12SSL-NT with its onboard AHCI controller for our setups. However, our new hardware distributor has recommended a change. They suggest moving to the H12SSL-CT...
  12. O

    Metadata cache on ZFS - How much does it help for PBS?

    As I understand it, a metadata cache can improve GC speed while data can be read from an SSD. A verify or restore process needs to read the data from an HDD, so there is no improvement from the SSD cache in that case. GC was optimized in PBS 3.4, so perhaps GC speed is also okay on an HDD...
  13. O

    Metadata cache on ZFS - How much does it help for PBS?

    Another question. With PBS 3.4's GC duration was optimized. Is an SSD cache for HDDs still required? As Chris pointed [0] out, the metadata cache helps GC, but doesn't speed up Verify operations...