In the past i was using glusterfs with promox, when we could have lxc on this storage. Not anymore.
But it's not the only reason. Gluster for VM work fine, but you can have problem if you have to reboot a glusterfs server , for a kernel update for example.
imagine you have a VM with a disk of...
It's a lvm partition; you have to resizez the PV after resizing the partition.
pvresize /dev/sda3
with that you vg should have free space now.
verify with vgdisplay
and after that you have to extend the lv volume for the root partition
for example for adding 4Go to the partition ...
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...
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...
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
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...
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...
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...
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
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.