Search results

  1. D

    [solved] Ceph / problem quorum monitor?

    Bonjour, I think a have a problem with my ceph setup .i have a lots of calling monitor election, and the filesystem seems to freeze on a couple of seconds every five minutes. No heavy load or nothing using a lot of ressources. 2019-11-08 13:33:23.089062 mgr.p1 (mgr.3881911) 12235 : cluster...
  2. D

    Proxmox 6: WOL no more

    https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-pci-express-software maybe try to use the R8168 if you use the =R8169 https://packages.debian.org/buster/r8168-dkms some reading at the end of the page ...
  3. D

    Proxmox 6: WOL no more

    lots of problem with r8169/r8168 card. https://serverfault.com/questions/958323/broken-wol-with-vanilla-kernel-on-debian https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/drivers/net/ethernet/realtek/r8169.c?id=fa6821cbf1d9724284ef0906c9a01a5fbf13a35c This patch now: -...
  4. D

    Proxmox 6: WOL no more

    What model of network card do you have ? One time , they desactived this fonction on some driver, because of a bug. ( from memory , tg3, or killer ) here for exemple : https://bugzilla.redhat.com/show_bug.cgi?id=253977 https://bugzilla.kernel.org/show_bug.cgi?id=61651
  5. D

    Linux Kernel 5.3 for Proxmox VE

    If you don't need the corrections include in it don't install it. For my part the fix for baytrail cpu bug is in it, and no more crash since i have installed it.
  6. D

    Container on gluster volume not possible?

    Bonjour, In the lastest gluster version 7 and 6.6, ( debian package at least), the possibilty to activate directly the embedded nfs serveur is disable : ] [glusterd-nfs-svc.c:81:glusterd_nfssvc_manager] 0-management: nfs/server.so xlator is not installed So now it's very complicate to have...
  7. D

    Create a disk for a container with specific setting

    With ceph : root@Glusterreplica3CT:~# df -i Filesystem Inodes IUsed IFree IUse% Mounted on /dev/rbd2 131072 26079 104993 20% / /dev/rbd3 131072 11 131061 1% /Replica none 967105 26 967079 1% /dev udev 961105 560 960545 1% /dev/fuse tmpfs...
  8. D

    Create a disk for a container with specific setting

    Bonjour, I need to create a disk with a big number of inode ( for an arbiter brick for gluster) . Is it possible to specify somewhere a specific value when the disk is created ? I use ceph for storage. Or i need to create the disk elsewhere and import the backup in the container after ? If...
  9. D

    Random Proxmox Server Hang | No VMs | No Web-Gui

    it's running @home ! Version du noyau Linux 5.3.7-1-pve #1 SMP PVE 5.3.7-1 (Wed, 23 Oct 2019 19:00:21 +0200) Thanks again.
  10. D

    Linux Kernel 5.3 for Proxmox VE

    Great news. i try right now on my cluster@home.
  11. D

    Setting up LXC Container with (multiple) directory storages?

    For the original problem, for the use of a gluster volume for container, you can perhaps activate the nfs-share directly on the gluster volume ( gluster volume set volume_name nfs.disable off),, or use nfs ganesha for it ( https://download.nfs-ganesha.org ), but from my experience, the...
  12. D

    Random Proxmox Server Hang | No VMs | No Web-Gui

    git clone --depth 1 git://git.proxmox.com/git/pve-kernel.git cd pve-kernel/ git submodule update --init --recursive Work in progress for compiling the kernel with your sources.
  13. D

    Random Proxmox Server Hang | No VMs | No Web-Gui

    Great news. Do you have a idea for the delay ( 1 month , 6 month, 1 year ?)? If you want a beta tester for kernel, i am here :) In the meantime i try some some quirks and grub parameter, so far no luck for a stable system under a heavy load ( a simple backup crash ramdomly a node !) Can i use...
  14. D

    Random Proxmox Server Hang | No VMs | No Web-Gui

    My problem seems to related to this : https://cgit.freedesktop.org/drm-intel/commit/?id=a75d035fedbdecf83f86767aa2e4d05c8c4ffd95 Can we hope that it will be include in the proxmox kernel one day?
  15. D

    Random Proxmox Server Hang | No VMs | No Web-Gui

    i have emmc storage, where the system is install. ( remember homelab) Back in the day, i have similar problem some years with baytrail chipset and emmc with high load on it. i will try with options : options sdhci sdhci.debug_quirks="0x40" debug_quirks2="0x4" to see if it's reslove the...
  16. D

    Random Proxmox Server Hang | No VMs | No Web-Gui

    Another crash this morning : i think the problem is : kernel BUG at drivers/mmc/host/sdhci.c:734!
  17. D

    Random Proxmox Server Hang | No VMs | No Web-Gui

    Thanks for all the information. I install, like you wrote before kdump-tools, on 2 of the node. I waiting the third to be online to install on it, and reboot them all. And thanks for sysctl kernel.panic=60 , it will save my life if i can find the problème for the record : root@p1:~# pvecm...
  18. D

    Random Proxmox Server Hang | No VMs | No Web-Gui

    In my case, ssh, local physical terminal, and reboot doesn't work. Power button needed. dark26
  19. D

    Random Proxmox Server Hang | No VMs | No Web-Gui

    Bonjour, I build a new infra @home, and i have the same problem as you, even the ^@^@^@ in the syslog. Oct 16 09:31:09 p3 systemd-udevd[280337]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. Oct 16 09:31:09 p3 systemd-udevd[280337]: Could not generate...
  20. D

    Proxmox 6.0 no connections

    auto lo iface lo inet loopback iface enp2s0 inet manual auto vmbr0 iface vmbr0 inet static address 192.168.8.12 netmask 255.255.255.0 gateway 192.168.8.254 bridge_ports en2s0 bridge_fd 0 iface enp5s4 inet manual please verify your configuration im vmbr0. il think you shoiuld have enp2s0 and...