Bonjour,
I have not yet try the product, because i have an internet connection problem at the moment.
But is there a ( simple ) way to add a prescript and postscript for example, to start the pbs server via WOL, and then shutdown the serveur after the backup?
The product seems promising,
Dark26
For the live migration both node need to be alive . :cool:
For example if you want to do a maintenance on on node, while running , you move every VM on another node. And then you can reboot the node.
If you have a crash, there is no way to save the content of the ram. So reboot is the only...
I hope one day, the proxmox developer will change there decision to support lxc on gluster again like it's was a long time ago.
but you can try :
Solution 1 :
- If you have an "older" version of glusterfs ( 5 maybe ? ); you can enable and use nfs directly with gluster. ( gluster nfs.disable...
you have to increase the size of the partition in the VM, and extend the filesystem. Depends how ubuntu is installed ( only one partition; separate home; lvm or not , raid, encryption ... ; what filesystem you use ( ext4 ; xfs .. ).
if you have on partition on ext4 or xfs, in 30 seconde it's...
try to mount the partition with uuid instead of /dev/sdxx
use blkid to view the uuid
blkid
/dev/sda1: UUID="5741fbc8-dccd-4aa3-88ce-f7b5717df02b" TYPE="ext4" PARTUUID="0da1f450-01"
and in fstab
UUID=5741fbc8-dccd-4aa3-88ce-f7b5717df02b / ext4 errors=remount-ro 0 1
Did you try with an older version of Pfsense ?
i am running fine 2.4.4-RELEASE-p3 (amd64) of pfsense for a long time with no problem.
I try to update to version 2.4.5 the other day and it crash after the upgrade, nothing was workinf anymore, so many the version 2.4.5 is buggy.
i think you miss the /etc/modprobe.d/vfio.conf
First, find the device and vendor id of your vga card:
$ lspci -n -s 01:00
01:00.0 0300: 10de:1381 (rev a2)
01:00.1 0403: 10de:0fbc (rev a1)
The Vendor:Device IDs for this GPU and it's audio functions are therefore 10de:1381, 10de:0fbc.
Then...
In the old time, to have multiple ip and the same network interface , we use ( interface:number) like this
auto vmbr0
iface vmbr0 inet static
address 83.167.254.20
netmask 255.255.255.128
gateway 83.167.254.1
bridge_ports eth3
bridge_stp off
bridge_fd 0
auto vmbr0:1
iface vmbr0:1 inet static...
thanks
now i have this :
root@xeon:/# cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-5.4.27-1-pve root=/dev/mapper/SSD-proxmox_xeon_root ro intel_iommu=on acpi_sleep=nonvc
but yesterday t try with with iommu=pt ; and no luck.
But for some reason yesterday after many test, testing a bit of...
Bonjour,
I try to passthrough the integrated graphic card to a vm. it's seem to work but in the hosts a lots of message like this :
[ 1706.810030] dmar_fault: 890 callbacks suppressed
[ 1706.810031] DMAR: DRHD: handling fault status reg 3
[ 1706.810162] DMAR: [DMA Read] Request device...
ok
so your module is : it87
at the question Do you want to add these lines automatically to /etc/modules? (yes/NO) you have to answer yes so the module will be loaded automatically the next reboot.
if you don't want to reboot at the moment you can load the module manually with :
modprobe it87
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.