Search results

  1. A

    bug in migration function with clvm + iscsi

    Hi, we've probably faced a bug. in a cluster setup with shared storage ( clvm over iscsi), the newly created lv isn't deactived after auto migration: you can reproduce this the following way: lets say you have a kvm template on node1 and do a "clone to node2", the new vm is firstly cloned on...
  2. A

    PVE API2: determine node of a vm

    there is just one little question: /cluster/resources uses GET so if i use $PVE->get i can not pass argument like type = vm.... on pvesh it works fine but how to use it in api?? i've also tried POST but does not work. how to give the parameter type via api? thanks, patrick
  3. A

    PVE API2: determine node of a vm

    Hi, is it possible to get the actual node in a cluster, on which a vm is running, if I only know the vmid? so for example something like this: $PVE->get_node('101); and it will returns the node name on which the vm is running on? this would be really helpfull... thanks, patrick
  4. A

    PVE API: create Clone

    Hi, we've setup a kvm system and defined it as template. Now we want to create a Clone of this template via api, but i can not find anything related to this. I've also run in pvesh help /nodes/prox/qemu --verbose but did not find any suitable option. pveversion -vproxmox-ve-2.6.32: 3.1-109...
  5. A

    Backup issues with proxmox 2.3?

    thanks, i will go into this deeper, but i do not think that this is the problem, 'cause timeout comes when pve is trying to lock the vm and not when he writes backupdata (it does not come to this process)... greetz, patrick
  6. A

    Backup issues with proxmox 2.3?

    i still running into this problem every night.. i also found an entry in the logfile saying: "WARNING: unable to connect to VM 100 socket - timeout after 31 retries." so it seems, the nfs isn't the problem. 1 second later i retried to start the job and it works... how can i debug more...
  7. A

    Backup issues with proxmox 2.3?

    problem still exists... also if i start the backup "manually" via webui it works... i really need to know, how to go deeper into unsaying error message "got timeout" ... thanks, patrick
  8. A

    Backup issues with proxmox 2.3?

    hi, this did not really help. now there is no error in the tasks, but backup is just not created. i switched back to soft and tcp. i do not think that there is any network problem, cause the connection is a direct 1gbit connection. it also works on other proxmox nodes without problems. is...
  9. A

    Backup issues with proxmox 2.3?

    thanks, i made the changes and will monitor it the next few days. then i will get with new information ;)
  10. A

    Backup issues with proxmox 2.3?

    i've also ran into this problem. i've got 4 vm's and backing up 2 vm's per day. sometimes one of the vm's are not backuped with error message 'got timeout'. Backupspace is mounted via nfs over 1GBit Link. NFS mount options...
  11. A

    Proxmox VE 3.1 released!

    Hi, great to hear. but how to disable thes "you do not have a subscription..." messages at logon? greetz, argonius
  12. A

    hotplug cpu (cores)

    Hi, thanks for your answer. Do you have an eta when qemu 1.5 will be deployed into proxmox? is there a way, to get this by myself? thanks
  13. A

    hotplug cpu (cores)

    hi, in proxmox 2.2 there was a command cpu_set in pve 2.3 i didn't find them anymore. however, the command was not working but will there be the possibility to hotplug cpu(cores) w/o rebooting in the near future? thanks, argonius
  14. A

    API: Create KVM with Logical Volume

    Hi Dietmar, is this in the api documentation? i didn't found it. if not, i think it will be usefull for the future? ;) friendly regards, patrick
  15. A

    API: Create KVM with Logical Volume

    Hi, i am trying to create a kvm via PVE API. For HardDisk I tell PVE to use: $new_container_settings['ide0'] = "VG_STOR:vm-1234-disk-1,cache=writeback,size=32G"; But if i run my script, proxmox tells me he can not enable die logical volume. This is true, 'cause the lv does not exist. I...
  16. A

    Additional Configparameters as Default: ballooning

    but i am not able to set this during vm creation via web ui?
  17. A

    Additional Configparameters as Default: ballooning

    Hi, i want proxmox to put into every kvm guests config: args: -balloon virtio Is there any possibility to tell proxmox to use additional config parameters for every guest? maybe /etc/default/kvm or such one? Thanks, Patrick
  18. A

    CPU Hotplug Support

    thanks for your answer. do you know if there is any schedule visible for next qemu release with date? thanks, patrick
  19. A

    CPU Hotplug Support

    Hi, i wanted to use cpu hotplug feature. on debian mailinglist, i found that it should be possible in >= qemu-kvm-1.2 (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680551) but if i try, the guest system halts immediatly :( root@prox1:~# pveversion -vpve-manager: 2.2-31...