Search results

  1. H

    Ballooning Linux vms not showing correct RAM amounts

    Hello, I am having issues with our Linux VMs not showing the correct amount of RAM allocated to them. Our system/VM has balloning + KSM enabled (apt install ksm-control-daemon). I have found only dmidecode to show the correct amount of RAM. root@hostname:~# sudo dmidecode --type memory #...
  2. H

    How can I force add two clusters with virtual machines running?

    I want to know how I can force add two machines together that already have running virtual servers. I have been careful and planned for this in advance each node uses different VM ids and users usernames are unique too so there will be no conflict there. What are the risks and what exactly do...
  3. H

    PBS - Backup to folder on a disk in use?

    Is there no option in the PBS to backup to a folder? I can't find a way to add a disk in use already. I would like to backup to a disk in use that's mounted to Google Drive.
  4. H

    vzdump - bwlimit only on write speeds?

    Right now I have set the bandwidth limit to 30000Kbps /etc/vzdump.conf bwlimit: 30000 Is there a way to only do this for write speed? The issue I have is large virtual machines that are allocated 500GB+ disk space but are only using up 50GB are taking much longer than they should as it reads...
  5. H

    VMs that are suspended restore access if automatically backed up

    I did not noticed this before upgrading to 6.2 but it appears if you backup a VM that is in "suspend" state it will be accessible again instantly as soon as the backup process begins and does not return to the suspended state. As there is no option to avoid backing up suspended VMs if you have...
  6. H

    Can you limit clone speed?

    Just wondering if there is a way to limit how fast a template is cloned?
  7. H

    Cloud-init build on CentOS 6

    I am having trouble finding a build guide for CentOS 6 to get cloud-init version 18.4+ can anyone point me in the right direction please.
  8. H

    How to spread backups out?

    Right now I have set it to do backups every 2 days. The current backups would look like this 13/11 11/11 09/11 07/11 How can I spread them about a bit? I would like to keep one backup from 1+ month ago, one from a week ago, one from two days ago and one from today.
  9. H

    XenServer to Proxmox (Linux PV)

    Has anyone else had problems transferring across? All the Windows HVM machines went smoothly but I can't even transfer through Clonezilla. Right now I am trying to export the .XVA, then xva-img to raw and then convert to qcow2 (qemu-img). That worked fine for Windows but for Linux after it...
  10. H

    Proxmox stops working after installing...

    I'm not sure which one is the cause but when I install the following on my node I am then unable to access the web interface (even after restarting) apt-get install gcc cmake make qemu-utils I am on version 5.0-32 Screenshot : gyazo.com/64b20208133d74ae7a611c917d8a774a
  11. H

    Automate Windows Setup?

    Hello, I recently purchased a WHMCS module http://www.whmcs.com/appstore/517/proxmox-full-automation.html I can get it configured with Linux however when it comes to automating Windows setup it doesn't work. Could someone please point me in the direction of a guide on how to create a Windows...