Search results

  1. P

    Incremental Backup solution

    Hi We are already using Proxmox VE 5.1 Clustering and we have many VMs. We've been using native proxmox LZO Backup, which is taking backups of all of our VMs every night, but we are kinda of worry since some of our VMs are growing to terabytes. I wanted to get some advice from you guys, is there...
  2. P

    Why Qemu incremental backup is not supported by Proxmox

    It would be great to have a faster method for backups, we already have terabyte disks for our VMs and it doesn't make sense to make a full backup of them everynight. If anyone knows a stable third party solution for this, please do tell.
  3. P

    Always looking for Improvements

    Always looking for Improvements
  4. P

    Migrate VMs on outage without reboot

    I understand that, But it would be best if none of our users experience downtime or interruption on their Machines. we are strongly looking for this feature.. Is there any other solution ?
  5. P

    Migrate VMs on outage without reboot

    We can provide 10Gb SFPs to each of our servers dedicated to this service, but can we have it on Proxmox, maybe as a paid service or it's not supported at all ?
  6. P

    Migrate VMs on outage without reboot

    we have a 3 nodes cluster which are correctly working with high availability, Last night, one of our nodes had an outage, so the HA-Manager migrated all VMs to another node as expected. But I noticed that all of our VMs get rebooted after migration, this caused some issue with VMs, since some of...
  7. P

    Found duplicate PV ?

    Thank you so much, you saved my day ! I recently changed an interface on our SAN Storage and our cluster were keeping detect multiple duplicate PV from the storage, the only working solution was yours
  8. P

    ha-Questions in pve4

    Sorry to update this old post, But I have a very similar problem, but it keeps coming back without any reason. One of my VMs goes to HA error state, I don't know why, then I disable it from HA and adding it again, it gets fixed. But everything will happen again day after. How can I find the...
  9. P

    Migration from KVM to Proxmox

    I liked your solutions but since the VMs were online and on production, I preferred the less risky method : I've done the migration with less risky method : Turned off the VM on the source machine and convert it to a RAW Image : qemu-img convert -p /dev/VG_Group/LV_specific_for_vm -O raw...
  10. P

    Migrating from RAW LVM to qcow2

    It's not like that, hence Storage is shared but each Host is currently connected to a Separate LUN. I've done the migration with less risky method : Turned off the VM on the source machine and convert it to a RAW Image : qemu-img convert -p /dev/VG_Group/LV_specific_for_vm -O raw...
  11. P

    Migration from KVM to Proxmox

    I already tried with your method using dd to move LV from virtualior to proxmox , the first issue is taking too long, it was 1 hour for 30GB VM second issue was I couldn't boot the Machine after transfer So I was looking for a faster and more reliable method
  12. P

    Migrating from RAW LVM to qcow2

    I'm trying to move a VM from a RAW LVM to another server with same RAW LVM, Can I Convert it to qcow2, transfer the file and then convert it back to RAW LVM ?
  13. P

    Migration from KVM to Proxmox

    what you mean by "existing disk image to this new VM" . my previous setup on virtualizor is based on LVM and each VM has its own LV, I really don't have an idea how to move it to proxmox.
  14. P

    Migration from KVM to Proxmox

    Depending on your scenario, We have swtiched to Proxmox because of it's High availability features.
  15. P

    Migration from KVM to Proxmox

    Hello I have some Virtual Machines which is currently in a different Node with KVM and Virtualizor (web-gui), and I want to move them to my newly created proxmox cluster. The old KVM and New Proxmox Cluster are using a shared iscsi storage with different LUNs. The old KVM is hosting VMs with...
  16. P

    No Cman Service and /etc/default/redhat-cluster-pve

    Thank you so much, I have some questions about the High availability feature of Proxmox, I don't know if it's a right place to ask : - Since my servers are Online, I want to change the default SSH port on them, but when I did that at the start, I couldn't add any node to my cluster cause it...
  17. P

    No Cman Service and /etc/default/redhat-cluster-pve

    ow thank you so much, I wasn't aware that I were following an obsoleted document.
  18. P

    No Cman Service and /etc/default/redhat-cluster-pve

    I'm trying to run two node cluster for the first time. I'm using Proxmox latest version which is 5.1. Now I'm stuck at the fencing part. the guides says that I have to edit the following file but it does not exist on either of my nodes. nano /etc/default/redhat-cluster-pve there is no any...