Search results

  1. 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...
  2. 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...
  3. 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...
  4. T

    [SOLVED] Creating raw image from physical disk for migration

    Hello I was under the impression that I could create a .raw image of my linux device for migrating to proxmox like this: dd if=/dev/hda | gzip | ssh proxmoxserver dd -of=disk_image.raw The problem is that this raw image gets really big, bigger than virtual disk images in general. I think I am...
  5. T

    Proxmox vm reporting strange disk usage

    Hello On my vm df -h reports the following on a disk which using ls -la seems to be completly empty tobias@Migration:~$ df -h Filesystem Size Used Avail Use% Mounted on udev 225M 0 225M 0% /dev tmpfs 49M 1.9M 47M 4% /run /dev/sda1 197G 2.7G 184G...
  6. T

    [SOLVED] Trying to mount added disks

    I have a nice running vm to which I have added some extra disks (virtual ones) I can see them in the gui and I see them all listed under /dev/disk/by-id, when i log in on the vm. However, I cannot see them under /dev/disk/by-uuid or anywhere else. If they do not have uuids will the system...
  7. T

    Migrating a physical linux server to proxmox

    Greetings From what I undestand I may use dd to write a raw image of the server I wish to migrate. I should then setup a proxmox host and and add my newly created raw image to it. Then restart it. However it does not work. If I wish not to use a cd (clonezilla) how can I go about migrating a...
  8. T

    what is Qemu virtual machines

    I am completly new to proxmox. I am trying to use this plugin for jenkins which should allow for adding proxmox VMs as jenkins slaves. However when reading about it, it says ".only Qemu virtual machines supported." Right now the plugin does not find any virtual machines or nodes and I was...