Recent content by mjoconr

  1. M

    ZFS Live Migration (Windows IO Blocked)

    Sorry, I'm not sure I do not have a login for the VM, when it first transfer the agent was not connected, A little later it did connect and later when the person who owner it login they where getting a number of warnings about lagged IO. Yes, it took me a while to get the config setting correct...
  2. M

    ZFS Live Migration (Windows IO Blocked)

    So I need to wait for this to be released?
  3. M

    ZFS Live Migration (Windows IO Blocked)

    I do know how to get hold of older logs (from late yesterday) there not showing in the GUI
  4. M

    ZFS Live Migration (Windows IO Blocked)

    root@proxmox1:~# qm config 100 agent: 1,fstrim_cloned_disks=1 balloon: 0 bootdisk: virtio0 cores: 8 ide0: none,media=cdrom memory: 87125 name: 2012R2-RDS net0: virtio=AE:21:DA:C4:B3:C3,bridge=vmbr0 numa: 0 onboot: 1 ostype: win8 scsihw: virtio-scsi-single sockets: 2 virtio0...
  5. M

    ZFS Live Migration (Windows IO Blocked)

    Hi All Does any one know of a reason why a Windows 2012R2 using close the lastest virtio drivers would have blocked IO after a live migration between two instances running ZFS storage (not shared). Migrating it back cause the blocked IO to clear up. We did get the following error ------...
  6. M

    [SOLVED] Previous backup not finished

    Ok well after about 5 hours the problem cleared. No idea how to fix this in a shorter time period.
  7. M

    [SOLVED] Previous backup not finished

    Hi All The backup was stopped, because of other issues but all backup attempts fail. INFO: starting new backup job: vzdump 100 101 --mode snapshot --all 0 --mailto xxxx --node proxmox1 --mailnotification failure --storage cbmp --notes-template '{{guestname}}' INFO: Starting Backup of VM 100...
  8. M

    Second/First backup never finishing

    This is the job on the backup server 2022-07-12T17:06:53+09:30: starting new backup on datastore 'cbmp': "vm/100/2022-07-12T07:36:50Z" 2022-07-12T17:06:53+09:30: GET /previous: 400 Bad Request: no valid previous backup 2022-07-12T17:06:53+09:30: created new fixed index 1...
  9. M

    Second/First backup never finishing

    It was on target to finish inside of 5 hours.
  10. M

    Second/First backup never finishing

    4 0 1 0 20 0 165436 10740 do_epo Ss ? 0:11 /sbin/init 4 0 341 1 20 0 48288 28264 do_epo Ss ? 0:05 /lib/systemd/systemd-journald 4 0 361 1 20 0 22904 4832 do_epo Ss ? 0:01 /lib/systemd/systemd-udevd 4 103...
  11. M

    Second/First backup never finishing

    What is the process called? There is a vzdump process. root 66007 0.0 0.0 0 0 ? I 17:30 0:00 \_ [kworker/u163:2-events_unbound] root 1 0.0 0.0 165636 9888 ? Ss Jul05 1:00 /lib/systemd/systemd --system --deserialize 31 _rpc 990 0.0 0.0...
  12. M

    Second/First backup never finishing

    Hi Is this the task log you want: It's a KVM image running windows. INFO: starting new backup job: vzdump 100 --remove 0 --node proxmox2 --notes-template '{{guestname}}' --storage cbmp --mode snapshot INFO: Starting Backup of VM 100 (qemu) INFO: Backup started at 2022-07-12 17:06:50 INFO...
  13. M

    Second/First backup never finishing

    Hi All I'm trying to test PBS, and I have an issue. The first time around I was able to get the first backup to finish but the second did not complete for a couple of days. So I cleaned out all the backups and tried again now the first backup has been going for well over two days and the last...
  14. M

    LXC not starting after V5 to V6 upgrade using ZFS for storage

    NFS export of ZFS pool should be done via the in build nfs feature of ZFS (https://blog.programster.org/sharing-zfs-datasets-via-nfs), but if you mount an external file system inside of the zfs pool (rpool I think in your case) and this mounts before the pool is fully operational zfs will not...