Recent content by demon_mono

  1. D

    IODelay very high since few days

    Hello . I'm back. I added a new disk 1To , copied the LXC Images to it. Now the server and service are OK .... but all save from the old 6TO VG are still verly long ... End for now , I can't explain what happened to my PV/VG/LV. as any idea ... If someone had any idea ...
  2. D

    IODelay very high since few days

    Yes I think it is . It is the first I'm facing this kind of issue ... I need to see how to add a new disk to my server . and yes , 402 has a postgres database... Why ?
  3. D

    IODelay very high since few days

    I'm back :) In fact it seems that for some specific LXC , the dump process ( in fact the tar command inside dump process ) is the issue . Here is the log of one the bugging LXC dump : 2024-09-05 02:56:41 INFO: Starting Backup of VM 402 (lxc) 2024-09-05 02:56:41 INFO: status = running...
  4. D

    IODelay very high since few days

    It seems that we have a lot things due to kworker
  5. D

    IODelay very high since few days

    Oh OK thanks for your answer . My conf is : Proxmox Server installed on 2 SSD en RAID 1 : 2x SSD SATA 480 GB Datacenter And 1 SATA HDD for the saves and some LXC 6 TB SATA Enterprise Hard Drive
  6. D

    IODelay very high since few days

    Hy , thanks for your answer . I did not know iotop command . I will install it right now !
  7. D

    IODelay very high since few days

    Hy all , I have a Hetzner server with Promox since 3-4 years. Every thing is very nice , with quite ~ 40 LXCrunnings. pveversion : root@px ~ # pveversion -v proxmox-ve: 8.2.0 (running kernel: 6.8.12-1-pve) pve-manager: 8.2.4 (running version: 8.2.4/faa83925c9641325) proxmox-kernel-helper...
  8. D

    Networking web server inaccessible from within cluster

    Hy , it seems to be ( perhaps ) the same issue than mine ( https://forum.proxmox.com/threads/network-between-lxc-or-and-vm.116759/ )
  9. D

    Network between LXC or/and VM

    no news ? :'( In order to be clear , in a LXC our VM , If want to contact myself , through web ( by public ip / dns name ) , it does not work . But I try with internal IP that works For exacmple ( the port 25 is only for example, that failed on all ports ) LXC -> telnet "public_ip" 25 ->...
  10. D

    Network between LXC or/and VM

    Hy , I have a HEtzner proxmox server , which works well . I have unfoirtunetly a netwrok issue. My VM can not connect to an service, managed by a LXC. They are on the same network . My LXC has rustdeck service . This works from outside ( I can use this service from any external devices )...
  11. D

    [SOLVED] Proxmox NAT - hetzner

    Wow that works thanks :) But why ? Can you simply explain ?
  12. D

    [SOLVED] Proxmox NAT - hetzner

    Hello everybody , I made a px server on a hetzner server for test. I can not reach a port defined as open on a VM ( here : VM 254 , ip 192.168.50.54 , port 21116 , protocol tcp ) Here is network configuration : auto enp0s31f6 iface enp0s31f6 inet static address 95.216.37.188/26...
  13. D

    [SOLVED] Proxmox Hetzner not resolv DNS

    Hy Thalix. So I have to modify the /etc/network/interfaces on the LXC, erase its content, and paste your code like : auto eth0 iface eth0 inet static address 65.108.70.105 netmask 255.255.255.255 pointopoint 65.108.70.65 gateway 65.108.70.65 ?
  14. D

    [SOLVED] Proxmox Hetzner not resolv DNS

    Hy , I have an AX41 Hetzner Server. I install Promox . This is the network conf : auto lo iface lo inet loopback iface lo inet6 loopback auto enp9s0 iface enp9s0 inet static address 65.108.70.104 netmask 255.255.255.192 gateway 65.108.70.65 pointopoint 65.108.70.65 # route...