Search results

  1. G

    DiskIO in CT missing

    Unfortunately, this problem does not seem to be fixed yet. Is there any documentation on how to customize these graphs. It actually provides all the information for the graph: # zfs list -o name,objsetid -H -p But apparently not evaluated properly.
  2. G

    [SOLVED] Docker in LXC läuft nicht mehr

    Hello Thomas, yes it works with the downgrade. It also works with version 4.0.6-2 if you configure a delay. I have helped myself with a delay of 30 seconds: /etc/systemd/system/isc-dhcp-relay.service.d/override.conf [Service] ExecStartPre=/bin/sleep 30 From my side, the problem would be...
  3. G

    [SOLVED] Docker in LXC läuft nicht mehr

    The problem is not yet completely solved by the update. Although the kernel options like ip_forward can now be set again, services like dhrelay do not recognize the interfaces: Feb 9 10:13:40 router dhcrelay[92]: Discarding packet received on ethnet1 interface that has no IPv4 address...
  4. G

    HA cluster - both hosts are always reboot without waiting for each other

    A quorum is present. However, I do not have shared storage, but have built everything on ZFS volumes. Currently, the quorum is always depend to a host. However, I can't find an example anywhere where both hosts have a quorum. I had always assumed that the quorum is moved to the other host on...
  5. G

    HA cluster - both hosts are always reboot without waiting for each other

    We have two Proxxmox hosts in a cluster. I have defined two HA groups and assigned the LXC containers to the groups. The reqest state is set to "started" for containers. When I restart one of the Proxmos hosts, I briefly see that one or two lxc container are migrated. Then the connection...