Search results

  1. A

    Temporary migration between (old) servers

    I'm using ZFS in both. Yes, backup/restore could be good, but the backup feature only backups to a local storage and i don't have free space to hold a full backup
  2. A

    Temporary migration between (old) servers

    I have some servers planned for shutdown. Meanwhile, i have to migrate some VMs from pve-manager/6.4-4/337d6701 TO pve-manager/5.2-2/b1d1c7f4 They are not in cluster (but are on the same network). I can shutdown the VM. Which is the best way to move from these 2 servers ?
  3. A

    Export to Google Compute

    Hi, I need to export some VMs (qemu with zfs) to Google Compute Engine. Do you know if this is possible in some way or should I move the VM content to a brand new created on GCE ?
  4. A

    Migrate VM from Xen to Proxmox

    Do you have any log in XenServer ? I did not less than 150 exports with no issue with both version (there is a new one that does the export directly to the ZFS volume)
  5. A

    Export from PVE ZFS to OVA/OVF

    Already saw that, but is talkinig about qcow disk images, in the question i've wrote ZFS storage for a reason........ i'm not using qcow but zfs volumes
  6. A

    Export from PVE ZFS to OVA/OVF

    As subject, any idea how to export a running VM with ZFS storage to an OVA/OVF file ?
  7. A

    Migrate VMs between standalone PVE hosts

    No, wait, I need a direct export , not a mount to use when backupping and restoring. It's better, in my environment, risk to have to restart everything from scratch than the downtime needed to backup and then restore in 2 steps.
  8. A

    Migrate VMs between standalone PVE hosts

    Thank you. Can I do the same PULLING the backup from a remote server instead of pushing it ?
  9. A

    Migrate VMs between standalone PVE hosts

    Is possible to do this in one step ? Something like newhost$ vmbackup oldhost 111 | vmrestore Just to avoid to backup hundreds of GB locally and the restore hundreds of GB to the new host (a lot of hours needed as this is a 2 step operation via network)
  10. A

    Migrate VMs between standalone PVE hosts

    Which is the best method (I can poweroff the VM) to migrate a VM from 2 standalone (not in a cluster) PVE hosts ? Both hosts are on the same network. There is also a way to livemigrate ?
  11. A

    LVM metadata lost?

    I'm experiencing a strange issue. A working machine , suddenly loose the LVM metadata (on random disks, not always the same). In example: I properly boot the machine, I use it, then reboot and 1 LVM PV metadata is lost. I have to recreate the metadata on disk recovering the LVM configuration...
  12. A

    Wrong memory usage ?

    well, adding 2 VMs more, means a total RAM usage of 52GB on a 64GB host. There are 12GB free for the host.
  13. A

    Wrong memory usage ?

    Should I reduce the ZFS ARC cache manually or it does it on its own ? In other words, can I add 2 VM with 16GB each ?
  14. A

    Wrong memory usage ?

    Hi guys, I have a PVE node with these VM running on it: So, there are 2+2+1+16GB allocated. Total 21GB But why here I can see 51.96GB used ?
  15. A

    Xen PV vm recovery

    Yes, i did it in this way.
  16. A

    Xen PV vm recovery

    Ok, i've forgot to install grub on a PV machine coming from XenServer. For strange reason (not really strange, XenServer is garbage) , i'm unable to reboot the VM on the old host and I have a fully migrated VM on PVE that doesn't boot because there isn't grub installed (I think, I'm getting...
  17. A

    Migrate VM from Xen to Proxmox

    Pull requests are welcome :-) Atm, i think the most useful change would be to remove the XS tool requirement but i wasnt able to call the xenserver api...
  18. A

    Migrate VM from Xen to Proxmox

    ok so probably we need to choose a storage with "images" set
  19. A

    Migrate VM from Xen to Proxmox

    can you please share the content of "/etc/pve/storage.cfg" ?