Search results

  1. J

    Physical Volume - How much free space for snapshots/backups of OpenVZ

    Hi Mr.Holmes Yes, I created a filesystem like this: mkfs.ext4 /dev/daxter-local/daxter-local mkdir /mnt/daxter-local mount /dev/daxter-local/daxter-local /mnt/daxter-local/ And than I defined it as a local storage. storage.cfg: dir: daxter-local path /mnt/daxter-local...
  2. J

    Physical Volume - How much free space for snapshots/backups of OpenVZ

    Hi all I have two Harddisks in my proxmox server. On the first hd is proxmox installed. Now what I did for my second HD: pvcreate /dev/sdb1 vgcreate local /dev/sdb1 lvcreate -n name -l 100%FREE local But when I try to create an OpenVZ backup I get Exit Code 5. I found out, that this is...
  3. J

    KVM has no internet

    Ohh, damnnn :eek: Will have a look at this, when i get home today. I am soooooo sorryyyyy and thanks for your answer @term. I dont know how i was that blind. The mistake must be, that Y and Z were replaced on my keyboard. Can we do, like this never happened :p
  4. J

    KVM has no internet

    Hello all I have at home one server, which is running proxmox: pve-manager/3.1-21/93bf03d4 (running kernel: 2.6.32-26-pve) The network config is the following: # network interface settings auto lo iface lo inet loopback iface eth0 inet manual auto vmbr0 iface vmbr0 inet static...
  5. J

    [SOLVED] Resize IDE0 of Windows Server 2012

    Hi Tom Thanks a lot. It works now. Have a nice day
  6. J

    [SOLVED] Resize IDE0 of Windows Server 2012

    Hi all, I have a problem with resizing a disk from a virtual Windows Server 2012. This server has two disks. One IDE0, 30 GB, where the OS is installed and a virtio0, 160 GB, which is used for data. I never had problems with resizing a virtio disk. I just added 60 GB to the virtio0 two days...
  7. J

    [SOLVED] New created user(web gui) is not able to log him in on all the servers in the cluster

    Re: New created user(web gui) is not able to log him in on all the servers in the clu Hi Dietmar Thanks a lot. The user existet on both servers, but after i created him in Proxmox on server2, I set a new password. Now after your hint, I logged in on server1 and did set the password to the...
  8. J

    [SOLVED] New created user(web gui) is not able to log him in on all the servers in the cluster

    Hi all I have a Proxmox cluster with two servers. At the moment I am running version 2.3. Current Configuration: server1: root@server1:/# pveversion pve-manager/2.3/7946f1f1 root@server1:/# pvecm status Version: 6.2.0 Config Version: 2 Cluster Name: clustername Cluster Id: 42164 Cluster...
  9. J

    Migration of KVM doesnt work

    Thats my log if I make an online migration. But the disk of the VM is on the nfs share. In my case this nfs share is on a NAS. Jul 23 09:56:43 starting migration of VM 108 to node 'sandy' (x.x.x.x) Jul 23 09:56:43 copying disk images Jul 23 09:56:43 starting VM 108 on remote node 'sandy' Jul 23...
  10. J

    Migration of KVM doesnt work

    Hello If you create a new VM and you locate the harddisk of this VM on the nfs filesystem, the online migration should work. What kind of error do you get in this scenario?
  11. J

    Migration of KVM doesnt work

    Hi all I made some further tests but i have still some questions. First what i found out: - had to remove the flag "shared" in teh storage.cfg - kvm on local can be migrated offline - kvm on lvm(in my case "data1") cant be migrated. Doesnt matter if the server is on or off. Error: migration...
  12. J

    Migration of KVM doesnt work

    Morning @hotwired007: This error appears if i do an online migration. If i try a offline migration i see that the vm is moved to the other node, but i cant start it and the error says, it cant find the virtual disk of the vm. And than i cant move back the vm with the web gui. I get again the...
  13. J

    Migration of KVM doesnt work

    Hi all I have a question about the migration of a kvm. If i try to migrate a kvm i get the following error: Apr 13 18:51:01 ERROR: migration aborted (duration 00:00:00): can't activate LV '/dev/data1/vm-102-disk-1': One or more specified logical volume(s) not found. TASK ERROR: migration...