Search results

  1. G

    [SOLVED] Zpool Rename Fails - Proxmox 6.2.4

    I migrated my data from one pool named 'pool1' to another pool named 'pool2' via zfs send ... | zfs recv ... Worked all well. Data were transferred and I destroyed the 'pool1' afterwards and physically removed the disks from the system. zpool status gives me a normal output: zpool list...
  2. G

    Cannot replace disk in pool. Device busy.

    Some hardware requires that you take a disk offline and unconfigure it before attempting the zpool replace operation to replace a failed disk. But, why you would copy over partition table in a storage pool? I would have thought you would do that with your degraded syspool?! Hmmm, ... Changing...
  3. G

    Cannot shutdown a VM

    qm stop <VM Number> && qm shutdown <VM Number> I hope it works for you. I sometimes have the same problem. My experience is you have at least one time to wait until the vm goes down by itself. Otherwise the issue won't be ever solved. Then shut it down and it should fix it. I believe a systemd...
  4. G

    ARCsize collapse w/o changes

    @Alwin Thanks a lot. Much appreciated.
  5. G

    40gbs Mellanox Infinityband

    @ndroftheline How do you test your ib speed? If you are going the iperf test route you will not see any ib performance. I'm using the command < ib_send_bw > on the 'server' and < ib_send_bw IP-Server > on the 'client' machine. gives me this result: while < iperf3 -c 192.168.1.71 -B...
  6. G

    VirtIO vs SCSI

    On a single bench maybe, but on a real-life system with several i/o-intensive workloads (VM's and databases), why i/o-threading should be a disadvantage if i/o-threading give you several uncorrelated i/o-venues? Without i/o-threading everything stays in line and has to wait until it is to be...
  7. G

    Zfs datasets don't mount anymore after reboot

    EDIT: No, this issue is not solved. I have the same behavior on another machine. I made a 'Backups' directory under my 'storage' pool and scheduled some backups overnight. Unfortunately, the pool must have unmounted itself, as all the backups were done and saved under directory...
  8. G

    Zfs datasets don't mount anymore after reboot

    Solved with help from another forum. Thanks anyway.
  9. G

    Zfs datasets don't mount anymore after reboot

    I updated/-graded the system today and rebooted: After the reboot, all datasets are no longer available. The status of <systemctl status zfs-mount.service> shows me ... My datasets are still there, checked with zfs list: A manual mount with <zfs mount -O -a> brings all the datasets back to...
  10. G

    ARCsize collapse w/o changes

    Hi, I have/had the Proxmox settings for ARCsize changed to 32G min and 64G max as I have 128GB ram on the system. Also, as visible in one of the screenshots, KSM is activated due to a similar VM used. This went all well until today when I noticed a huge performance hit. Then I realized the I/O...
  11. G

    Best Practise: 'VM's running in ZFS file system or 'Directory'

    Hi, just wanted to thank you sharing your thoughts. Much appreciated and learning every day new things in Proxmox ;) Have a nice weekend.
  12. G

    Best Practise: 'VM's running in ZFS file system or 'Directory'

    HI, I'm fairly new to Proxmox and ZFS. As you can see in the screenshot below, I have set up 2x pools named 'storage' and 'vm'. In each pool, I have set up files systems with different configs for each filesystem. In Proxmox my place to store backups is set up just as a directory under the...
  13. G

    Kernel 5.4.44-2-pve problem

    I also get a long list during boot that devices from /dev/sd[a-y] can't be found. It takes around 2min and then the boot completes.
  14. G

    Upload ISO File Size >4Gb fails

    Moin, ich bin ein neuer Proxmox user und wollte nun mal meine Erfahrungen mit Proxmox machen. Als Windows VM auf einem Hetzner Server plane ich einen WS2012R2 oder 2016 einzusetzen. Der Upload der jeweiligen ISO laeuft bis 100% einwandfrei, wird dann aber nicht nicht im Standard_Folder...