Search results

  1. J

    add node that conatins vm's to cluster

    Can't we just turn off node B vm's. Copy each machine config file to safe place. Add the Node B to cluster. Add Node B storage (since it will be wiped). Copy back machine config files. All working, without backup/restore? This is assuming, that vm id's won't overlap Would seem like pretty...
  2. J

    [Solved] How to trim / discard on thin LVM backed KVM ?

    Well. I can't seem to pinpoint the problem. Running proxmox 5-1.46 I do have virtio scsi as controller. Fresh installation of centos 7 My config: bootdisk: scsi0 cores: 6 ide2: local:iso/CentOS-7-x86_64-Minimal-1708.iso,media=cdrom,size=792M keyboard: sv lock: backup memory: 10000 name...
  3. J

    Network drops on new VMs, not old

    I have realtek and have the network disconnect problem. 04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06) I have added two usb ethernet devices to the same bridge and quest works fine with those. Host itself does...
  4. J

    [SOLVED] Proxmox VE 4.2 IOMMU /w multi pci subids broken

    Right you are. I actually investigated this approach, but seems like was too lazy - I misread that there is "," instead of ";". So all good now. Thanks.
  5. J

    [SOLVED] Proxmox VE 4.2 IOMMU /w multi pci subids broken

    Confirmed: if configure it hostpci0: 01:00 then it will just take first pci id and use that one. -device vfio-pci,host=01:00.0,id=hostpci0,bus=pci.0,addr=10.0 Instead it needs to be: -device vfio-pci,host=01:00.0,id=hostpci0,bus=pci.0,addr=10.0,multifunction=on \ -device...
  6. J

    [SOLVED] Proxmox VE 4.2 IOMMU /w multi pci subids broken

    It seems that while 4.2 came with a blast of fresh air, it has broken my box. I have Qlogic dual port fiber cards. I'm using IOMMU to give these cards to my guest system. After upgrade from 4.1 it has only on card available to guest. lspci: 01:00.0 Fibre Channel: QLogic Corp. ISP2432-based...