Recent content by RobFantini

  1. R

    How to find which disk is used by an rbd

    Hello I have a disk which has an issue. per zabbix: rbd15 : Disk read/write request responses are too high (read > 20 ms for 15m or write > 20 ms for 15m) I spent an hour trying to find which disk has the issue. the regular cli tools I use , and could not find it. so I checked dmsg and...
  2. R

    [SOLVED] dhcp issue with KVM, LXC does not have the issue

    I ended up with one dhcp server per vlan using pct. we have approx 20 managed switches and 20 dumb switches in our factory. with a dhcp server for each vlan switch configuration errors are less likely to block parts of dhcp traffic. I was seeing dhcp acks ignored on a couple of vlans. also...
  3. R

    [SOLVED] dhcp issue with KVM, LXC does not have the issue

    do you mean an address in the pve interfaces file , for each vlan an ip address? # VLAN 10 auto vmbr0.10 iface vmbr0.10 inet manual vlan-raw-device vmbr0 address 10.1.10.2/24 gateway 10.1.10.1
  4. R

    [SOLVED] dhcp issue with KVM, LXC does not have the issue

    just checked , for containers... I'll check kvm next "You can configure up to 10 network interfaces for a single container."
  5. R

    [SOLVED] dhcp issue with KVM, LXC does not have the issue

    the best way may be one network interface per vlan at the dhcp server. do you know off hand if there is a limit to the number of interfaces a pct can have? 23 have 20 vlans...
  6. R

    [SOLVED] dhcp issue with KVM, LXC does not have the issue

    Hello Wasim. currently in interfaces I do not have sections for each vlan. so no vmbr0.20 etc. i do have this: auto vmbr3 iface vmbr3 inet static address 10.1.10.2/24 gateway 10.1.10.1 bridge-ports bond3 bridge-stp off bridge-fd 0...
  7. R

    [SOLVED] dhcp issue with KVM, LXC does not have the issue

    this issue was caused by my deleting a couple of subnets from our network configuration system [ONA OpenNetAdmin IP Address Management (IPAM) system ] . after that the generated kea-dhcp4 configuration had some changes subnet id's ... so kea-dhcp say lease request coming in from a wrong...
  8. R

    [SOLVED] dhcp issue with KVM, LXC does not have the issue

    another question - is it possible to set the dhcp-relay for the pve vlans at the vmbr bridge or in network config? currently the relay is set at the switch which all the nodes are connected to.
  9. R

    [SOLVED] dhcp issue with KVM, LXC does not have the issue

    Hello Wasim # apt install isc-dhcp-client Reading package lists... Done Building dependency tree... Done Reading state information... Done isc-dhcp-client is already the newest version (4.4.3-P1-2). # dhclient ens18 RTNETLINK answers: File exists I think the issue is with kea-dhcp , or my...
  10. R

    [SOLVED] dhcp issue with KVM, LXC does not have the issue

    a centos kvm got the correct address. so looks like a debian configuration issue
  11. R

    [SOLVED] dhcp issue with KVM, LXC does not have the issue

    I just tested a windows kvm, and it got the correct IP address from the dhcp server reservations. next I'll try to test a non debian linux kvm
  12. R

    lxc reboot issue

    I just tested 'start' from pve. every other time it fails. literally every other time. from cli: root@pve7:[~]:# pct start 501 run_buffer: 571 Script exited with status 32 lxc_init: 845 Failed to run lxc.hook.pre-start for container "501" __lxc_start: 2034 Failed to initialize container...
  13. R

    lxc reboot issue

    # can not use debug on reboot root@pve7:[~]:# pct reboot 501 --debug Unknown option: debug 400 unable to parse option pct reboot <vmid> [OPTIONS] root@pve7:[~]:# pct reboot 501 run_buffer: 571 Script exited with status 32 lxc_init: 845 Failed to run lxc.hook.pre-start for container "501"...
  14. R

    lxc reboot issue

    proxmox-ve: 8.3.0 (running kernel: 6.8.12-4-pve) pve-manager: 8.3.2 (running version: 8.3.2/3e76eec21c4a14a7) proxmox-kernel-helper: 8.1.0 proxmox-kernel-6.8: 6.8.12-4 proxmox-kernel-6.8.12-4-pve-signed: 6.8.12-4 proxmox-kernel-6.8.12-2-pve-signed: 6.8.12-2 proxmox-kernel-6.5.13-6-pve-signed...
  15. R

    lxc reboot issue

    'reboot' error from cli and pve run_buffer: 571 Script exited with status 32 lxc_init: 845 Failed to run lxc.hook.pre-start for container "501" __lxc_start: 2034 Failed to initialize container "501" TASK ERROR: startup for container '501' failed more info: # pct config 501 arch: amd64 cores...