Search results

  1. D

    CPU Usage Goes to 100% After Backup Job Completes

    Same problem here . High cpu for the kvm process, but nothing the vm itself.
  2. D

    Proxmox VE 8.1 released!

    I use proxmox on my laptop at work ( hp elitebook), and i think since the new version( kernel related ?) , my vm is crashing, like one time per day in average. Before no problem at all. On the next crash, i will boot on the 6.2 kernel to see if it's the problem...
  3. D

    [SOLVED] Is there any way to keep the NIC from going down after PCIe change...

    Another "dirty" solution is to put net.ifnames=0 biosdevname=0 in /etc/default/grub With that we have the "old" ethX interface coming up instead of enpsxsx .... Very useful with boot on san proxmox with différent hardware configuration...
  4. D

    Mail filter before Spam scan

    Thanks for the answer? After analysis, it seems that with this config, SpamAssassin is still uses, but i have to trace that URIBL is contacted, so it seems good
  5. D

    Mail filter before Spam scan

    Bonjour, in order to reduce the number of connexion to URIBL, i want to quarantaine/drop some emails which i know are spam, before sending the request to spamassassin. I create a rule in priority 97 with : Action : - modify the subject for knowing if the rule work ( with something i can...
  6. D

    [TUTORIAL] Create a Proxmox 6.2 cluster GlusterFS storage

    its' possible. you can create a test volume for testing the procedure
  7. D

    GlusterFS storage cluster error when creating VM

    Sadly, you can't put container on the glusterfs storage if you mount with proxmox.
  8. D

    [TUTORIAL] Create a Proxmox 6.2 cluster GlusterFS storage

    1) you're screwed. --> split brain, and screwed x10 if you have a "raid0" gluster. 2) if you have a "raid1" gluster, use the third server for the quorum with arbiter bricks. Something like that after adding the third node gluster volume add-brick Name_of_the_cluster replica 3 arbiter 1...
  9. D

    Network/VLAN Configuration PBS

    You can create a bridge with the name vmbr99, with ports /slave your network with the vlan : for example eth0.99 or you can create a bridge with vlanware activated with the name vmbr0 after this you can create a bridge over the previous bridge , for exemple vmbr99, with ports slave...
  10. D

    Bond as part of bond

    i think you have a problem here : bond1 bond0 enp5s0 active-backup bond primary bond1 i think it must be: bond1 bond0 enp5s0 active-backup bond primary bond0 The primary bond for the bond1 is bond 0 and not bond1 itself
  11. D

    Restore file from PBS GUI from a encrypted backup

    Bonjour, I'am doing some backup test : I have a question : For the backup : if i use the promox-backup-client to backup , for example my home directory to a name space on pbs no problem. if i use the promox-backup-client to backup , for example my home directory to a name space with...
  12. D

    LXC Container clone to ramdisk

    just an idea : Long time ago, i was doing a boot on san for my workstation. In order to speed the reactivity after booting; the disk of the os was on raid 1 software ( mdadm ) with a hardrive and the other side was a ramdrive. With the write behind option, the read was always made from the ram...
  13. D

    Proxmox Team - again

    Do you have a linux bond in the proxmox configuration?
  14. D

    PVE at different locations - how?

    Depends on what you need exactly, but something with a PBS on every location with synchronisation can do the job, .
  15. D

    VM freezes irregularly

    here i use in grub intel_idle.max_cstate=1 processor.max_cstate=1
  16. D

    VM freezes irregularly

    i tried PVE Edge 6.0.6-1 with latest firmware/microcode .It's not better . VM with docker crash in a day..But pfsense VM has not crash yet...
  17. D

    VM freezes irregularly

    Well, i after the "official" 5.19 who crash my server when the vm start, i try PVE Edge 5.19.14-2 I also disable c-states il the bios, and the balloing for the VM. I hope it's more stable. But i had tu use cpupower to lower the frequency, unless it was 2800 all the time ( N5105) ( kernel...
  18. D

    how to migrate vms to another pve cluster

    Configure a share storage which is available for the 2 two cluster with same name. you can do a live migration of the disk to this storage. you shudown the vm. copy the config file via ssh to the other cluster, maybe modify it if needed start the vm on the new cluster . you can do a live...
  19. D

    Bonding and bridge strange issue

    i have the same issue. DHCP + Bridge + bond balance-rr doesn't work. but with DHCP + Bridge + bond balance-tlb it works. For my boot on San serveur, its' a problem.. Any idea? PS: my switch doesn' support lacp ...(BUFFALO BS-MP2008)