Recent content by gardar

  1. G

    VMs freezing and unreachable when backup server is slow

    It's also worth mentioning that sometimes disabling "freeze-fs-on-backup" in the qemu agent settings (under VM > Options > QEMU Guest Agent > Freeze/thaw guest filesystems on backup for consistency ) can help preventing VMs freezing / crashing.
  2. G

    Unified cgroup v2 layout Upgrade warning PVE 6.4 to 7.0

    You can bring the network interface up with dhclient or by setting a static ip, or you can copy the rpm's to your host and then transfer them over to the container. For example: $ pct enter YOURCONTAINERID $ dhclient $ wget...
  3. G

    reinstall a master node in cluster

    Reinstalling nodes is really simple, please check the following wiki article: https://pve.proxmox.com/wiki/Proxmox_VE_4.x_Cluster#Re-installing_a_cluster_node
  4. G

    Proxmox Encryption

    Are there any plans of implementing this yet? Seems like the qemu/luks development is pretty active lately http://lists.gnu.org/archive/html/qemu-block/2017-01/msg00011.html
  5. G

    [Unofficial] proxmox kernel 4.8.1

    Thanks for this! Any chance you'll update to 4.9 now that it's out?
  6. G

    Open vSwitch and incorrect RSTP (+ crash on topology change involving Mellanox 10GbE adapter)

    @fabian Any ETA on that kernel? I'll be moving those servers in to production soon, so I'm running out of time to do further testing. @brad_mssw Yes that's what I'm assuming too and it's quite understandable, that's why it would be great if there is a solution/workaround to this issue we are...
  7. G

    Open vSwitch and incorrect RSTP (+ crash on topology change involving Mellanox 10GbE adapter)

    Compiled the kernel with -d CONFIG_NET_RX_BUSY_POLL in the Makefile for the proxmox kernel, but it seems like it did not disable busy-poll
  8. G

    Open vSwitch and incorrect RSTP (+ crash on topology change involving Mellanox 10GbE adapter)

    A test build would be good, I was underway of building it myself. Are there any plans of supporting 4.5+ in the forseeable future?
  9. G

    Proxmox + IPMI + UEFI = Can't click next to install

    I've had this issue with IPMI and proxmox in the past, both on 3.X and 4.X. I can use tab/enter just fine, but if I click with the mouse somewhere in the IPMI KVM console prior to using tab/enter I can't use tab/enter. I wish proxmox would include a ncurses based installer alternative to the...
  10. G

    Open vSwitch and incorrect RSTP (+ crash on topology change involving Mellanox 10GbE adapter)

    I've done some further testing, I still have not been able to pull any logs/stack traces in regards to this issue. I tried various combinations of turning off/on offloading settings with ethtool, but they did not seem to have any affect on this crash. ethtool -K eth2 gro off ethtool --offload...
  11. G

    Ceph version in 4.3?

    10.2.5 is out! How soon can we expect Jewel in Proxmox? :) https://www.spinics.net/lists/ceph-devel/msg33953.html https://www.spinics.net/lists/ceph-devel/msg34018.html
  12. G

    Open vSwitch and incorrect RSTP (+ crash on topology change involving Mellanox 10GbE adapter)

    Apologies, 4.4.30 is what I meant. 4.4.30 was running good for me for a few hours, survived reboots, etc. but then it suddenly began having problems. I'm switching over to 4.7 now to see if it really resolved the issue or if I just got lucky earlier. @markusd How did you manage to get that...
  13. G

    Open vSwitch and incorrect RSTP (+ crash on topology change involving Mellanox 10GbE adapter)

    I've been experiencing similar issues to those described in this thread. I have 4 server nodes with Mellanox ConnectX-2 cards connected in a ring, with no external switch. I'm using the RSTP enabled config from the wiki. What I've been experiencing is the following: Sometimes when booting my...
  14. G

    KVM vs Hyper-v 2012 Performances

    How does that "kill" Proxmox? You can have unlimited VM's with Proxmox without paying anything :)
  15. G

    OFED for PVE

    You are talking about EoIB while I was talking about eIPoIB. But yeah, seems like eoib and eipoib aren't getting much attention lately unfortunately. I've been trying various setups on my Infiniband cards with the intention to get vm's running on ipoib. Installed OFED 3.4 Got ipoib and...