Search results

  1. T

    create storage for qemu via pvesh

    [solved] Re: create storage for qemu via pvesh my mistake was in follow line: -virtio0 'clvm:vm-100-disk-1,cache=writeback,size=10G' \ With -virtio0 'clvm:10,cache=writeback' it works. I found the solution in a question from 2012 in this forum...
  2. T

    create storage for qemu via pvesh

    Hi, I try to create a vm via pvesh. pvesh \ create /nodes/mynode1/qemu \ -vmid 100 \ -memory 1024 \ -boot nc \ -net0 'virtio=<my-mac>,bridge=vmbr23' \ -ostype l26 \ -sockets 1 \ -virtio0 'clvm:vm-100-disk-1,cache=writeback,size=10G' \ -name 'vmguest100'...
  3. T

    setup HA - needed steps

    some remarks, perhaps there will be a day and someone needs this information - This steps are working without any downtime. - fence_tool join was needless - after /etc/init.d/cman restart it was (for me) needed to restart the service pve-cluster - without any HA setup for a vm rgmanager will...
  4. T

    setup HA - needed steps

    I have good experiences with proxmox HA, it works really great. Only if there are network problems, it fails "unrepairable" (I did not find any solution to repair it.)), only a reinstallation of all systems was the solution. As we started with proxmox ~ one year ago, I activated HA immediatly...
  5. T

    setup HA - needed steps

    Hi, I have 4 proxmox servers, cluster is created and it works fine. Now I want activate HA. What would be the right order of the steps? I would like to avoid any downtime and if possible any reboot. I found follow site about this: https://pve.proxmox.com/wiki/Fencing * on every host activate...
  6. T

    clvmd and cman

    Hello, I have a storage, connected to 4 physical systems (vmhost5-8). I use proxmox 3.2.4 I use clvm as storage for vm. clvm is crashed, so it is not possible to migrate vm. Is there a solution, to (re)start clvm again without a reboot of all physical systems? Do you need any other...
  7. T

    proxmox 3.1 installation and grub on wrong disc

    I activated the BIOS from the qlogic card and set this FC device to the last line of the boot devices. I deactivated this fc device from the boot devices, I deactivated the qlogic BIOS completly. The proxmox installer offers me the fc device every time as sda. I choosed sdb (first internal sata...
  8. T

    proxmox 3.1 installation and grub on wrong disc

    Hello, atm we start with proxmox. The proxmox installer choose the fc storage as sda, but I want install proxmox on sdb (internal first sata drive). Installation without any problems on sdb, reboot, ... nothing happens. If I unplug the fc, internal first sata drive is now sda, installation...