Recent content by thorro

  1. T

    Live zfs migration with later ext4 errors in VM

    Yes, the most busy disk both times. Host is not available anymore. I'll try again in the next days and will check the host logs for anything suspicious.
  2. T

    Live zfs migration with later ext4 errors in VM

    Busy web host with 3 ZFS volumes. It migrates with OK status and the VM is seemingly running fine before and after migration. ZFS has set sync=standard. All volumes are replicated to all hosts, so zfs snapshot takes only a little time. After some hours, one volume is mounted read-only because of...
  3. T

    Proxmox 7.1 won't boot on ZFS and 440AR in HBA mode (HP DL380 Gen9 server)

    In testing everything worked, but no long term experience yet.
  4. T

    Proxmox 7.1 won't boot on ZFS and 440AR in HBA mode (HP DL380 Gen9 server)

    Np, I have bad experience with those, too, eventually replaced with LSI as it wouldn't even boot, if I remember correctly. So, I genuinely want some info how 440ar behaves with ZFS in a long run as it seems OS sees the drives correctly/directly. Will do some tests, simulate bad drive etc.
  5. T

    Proxmox 7.1 won't boot on ZFS and 440AR in HBA mode (HP DL380 Gen9 server)

    I installed Proxmox v8 without any problems on DL360 G9, P440ar put in the HBA mode (only had to delete the SmartArray data from drives before they could be seen by the Proxmox installer). It also boots from ZFS with no issues. Now it seems the OS has direct control over drives. I can see all...
  6. T

    [SOLVED] Can't access PBS from one node

    OK, problem solved, but there might be a bug in newest pvesm. Checking the exact version of pvesm's package, there was a minor difference between both nodes, version of package libpve-storage-perl was 6.3-2 on non-working node. By downgrading it to 6.3-1, problem is solved for now and pvesm...
  7. T

    [SOLVED] Can't access PBS from one node

    Hey, yes, all followed and it works perfectly from pve2, there's store.pw on both nodes (as /etc/pve is shared between both). That's why I've no clue why it's not working from pve1.
  8. T

    [SOLVED] Can't access PBS from one node

    I have 2 PVE (pve1, pve2) node cluster and another server with PBS installed, all latest versions. I defined store1 on PBS node and configured it on pve2, I can access it fine from pve2. But on node pve1, I always get: pvesm list store1 store1: error fetching datastores - 401 Unauthorized...
  9. T

    What could be the reason a VM migration failed?

    Had the same issue today migrating from 6.2 to 6.3. Instance was stopped after failure and had to start it manually on source node. But on second attempt it succeeded. On dest node I got log after the failed transfer: Dec 3 07:12:11 pve2 pvesm[3374]: zfs error: cannot destroy...
  10. T

    Use private NICs for pve <-> pve

    Thanks, working great. For future reference, I just added the line to /etc/pve/datacenter.cfg: migration: insecure,network=10.10.10.0/24
  11. T

    Use private NICs for pve <-> pve

    I have two servers, each with public IP and another 10GBit interface, connected directly between the two servers. I want for proxmox to use this, much faster link for cloud operations (moving templates, migration etc.). How to achieve that? Any tips appreciated.