Search results

  1. L

    How to deal with unresponsive lxc and kvm guests in HA context

    Updated original post with image of situation.
  2. L

    How to deal with unresponsive lxc and kvm guests in HA context

    We had an interesting situation this morning. For some reason one node in our cluster was not showing as active (green "running" arrows on the guest icon on the tree) and all the LXC's were not responding. We managed to address the issue as quickly as possible by simply resetting the node and...
  3. L

    Proxmox LXD?

    Thanks for the excellent explanation! Much appreciated!
  4. L

    Proxmox LXD?

    The full isolation of each LXD OS is better than with LXC, not? I think the toolset with LXD is more powerful as well. I may be wrong, but aren't there more startable images available for LXD than for LXC as well?
  5. L

    Proxmox LXD?

    Ah, rereading the thread shows that, yes. Would LXD not be a good upgrade, since it would strengthen the container environment provided?
  6. L

    Proxmox LXD?

    Is there a timeline for LXD support, @dietmar ? It's been 5 years since your comment, so I'm wondering.
  7. L

    Allow OpenVPN / Wireguard connection to an lxc

    To allow a tunnel to be established into a container, this post describes a method to do so. The essence of it is this: Add to the container config these lines lxc.cgroup2.devices.allow: c 10:200 rwm lxc.mount.entry: /dev/net dev/net none bind,create=dir Then change the /dev/net/tun...
  8. L

    Ethernet ports swapped with no discernible reason

    Yes, Indeed, except that in this case the predictable names get swapped counter to the explicit renaming rules I provide. Works perfect on 3 nodes and used to work on the 4th as well. Now it doesn't. Did you see the detail in the reference?
  9. L

    Ethernet ports swapped with no discernible reason

    I have 4 pmx identical nodes, of which I have renamed the nic's to more workable eth0, 1, 2, 3. However, after a recent outage in the DC (due to a power test), one of the these nodes swaps eth2 and 3 for no reason that I can find. Please see...
  10. L

    [BUG] Network is only working selectively, can't see why

    This is literally a naming bug. If I simply add eth1 to the vmbr0 bridge and use eth2 for corosync, the node works correctly. I'll wait to see who has an explaination, otherwise I'll file a bug with debian. Or should it be filed with proxmox?
  11. L

    [BUG] Network is only working selectively, can't see why

    I've been working through https://wiki.debian.org/NetworkInterfaceNames to try to find a solution.
  12. L

    [BUG] Network is only working selectively, can't see why

    I have actually tested now to swap the config files around and have 0000:18:00.1 named eth1 and 0000:19:00.0 eth2, but the result is unchanged. ls -la /sys/class/net/eth* lrwxrwxrwx 1 root root 0 Aug 20 15:07 /sys/class/net/eth0 -> ../../devices/pci0000:17/0000:17:00.0/0000:18:00.0/net/eth0...
  13. L

    [BUG] Network is only working selectively, can't see why

    Here's a strange discovery. root@FT1-NodeA:~# udevadm info /sys/class/net/eth0 | grep ID_PATH E: ID_PATH=pci-0000:18:00.0 E: ID_PATH_TAG=pci-0000_18_00_0 root@FT1-NodeA:~# udevadm info /sys/class/net/eth1 | grep ID_PATH E: ID_PATH=pci-0000:18:00.1 E: ID_PATH_TAG=pci-0000_18_00_1...
  14. L

    [BUG] Network is only working selectively, can't see why

    Unmarked this thread as 'solved', since I was never able to figure out why this happened in the first instance... Had a DC power test failure 2 days ago, and now suddenly the problem with NodeB is back. NodeB can communication on the "LAN" via vmbr0 with other hosts on the 192.168.131.0/24...
  15. L

    Nested pmx cluster with ceph?

    I went ahead and just did it, and it works quite well. Not sure what performance penalty it incurs, but that's not the point of our test.
  16. L

    Nested pmx cluster with ceph?

    I'm creating a virtualised pxc cluster on top of a proxmox installation configured with ceph storage. We are testing some automation with terraform and ansible. Ideally I would like configure ceph in this nested configuration, however that would be ceph of top of ceph. Will that work...
  17. L

    [SOLVED] Redundancy fails when node fails?

    Thanks! I could not find that, probably because I couldn't figure out what to search for. Problem solved!
  18. L

    [SOLVED] Redundancy fails when node fails?

    We use ceph as FS on a cluster with 7 nodes. This cluster is used for testing, development and more. Today one of the nodes died. Since all the LXC and KVM are stored on ceph storage, they are completely there, but the configuration of the guests is not available since it's stored on the node...
  19. L

    [SOLVED] Create a virtual cluster in lxc's?

    Ah, yes, I just checked and it does happen although it's quick.
  20. L

    [SOLVED] Create a virtual cluster in lxc's?

    I'm not sure what you mean. I use ceph as FS and both LXC and KVM machines are migrated to other nodes easily. I have never noticed any problem with LXC's in this regard?