Recent content by TobiasE

  1. T

    Installing linux ubuntu 10.1 on VM

    Because we have a project running on this version and I am unable at this time to upgrade. I need to replicate their environment locally on my computer.
  2. T

    Installing linux ubuntu 10.1 on VM

    yes virtio blk worked perfectly, thank you.
  3. T

    Installing linux ubuntu 10.1 on VM

    Greetings, I need to install an old version of ubuntu (10.1) on a virtual proxmox machine. After setting it up with all default choices the installation does not detect the virutal disks. I have downloaded ubuntu 10.10 server amd64. Are there any special settings I need to do on the VM for it...
  4. T

    Max backups

    INFO: starting new backup job: vzdump 104 --remove 0 --mode snapshot --storage <storage> --node <node> --compress lzo ERROR: Backup of VM 104 failed - only 2 backup(s) allowed - please consider to remove old backup files. INFO: Backup job finished with errors TASK ERROR: job errors So --remove...
  5. T

    Max backups

    I wonder exactly how proxmox backups work. I can schedule backups to run a number of times per week, and also limit the number of backups per machine which are kept. However I would expect that when the maximum number of backups is exceeded I would expect the oldest backup to be overwritten for...
  6. T

    Removing node from cluster does not remove it from gui.

    No it does not appear when i run pvecm nodes on a node which is still in the cluster, but in the web gui it still appears.
  7. T

    Removing node from cluster does not remove it from gui.

    To clarify the removed node appears in the web gui only.
  8. T

    Removing node from cluster does not remove it from gui.

    Hello After removing a node from my proxmoxcluster, it still shows up in my cluster with a white x on it. I tried restarting corosync and pveproxy as well as the filesystem. I see that there is still an entry for the deleted node in /etc/pve/corosync,conf, however I am unable to edit this file...
  9. T

    [SOLVED] Creating raw image from physical disk for migration

    Yes, sorry about the command. So if I have a disk of 200 GB then the virtual representation of that file will also be 200 GB? When i create disks from within proxmox, the actual file size of the disk is much smaller than the disk's capacity, So then using dd is a bad option for migrating disks...