Search results

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