Backing up from PVE is better if you are planning on doing an immediate restore, like migrating from one host to another. Otherwise take regular snapshots of your PBS data store and back up the snapshots. I do ZFS send of my snapshots to another...
I wouldn't do this for multiple reasons:
First you need to be careful to ensure the consistency of your datastore. People tried stunts like using rclone to backup their datastore contents to cloud providers ending in broken backups...
Hallo,
genau aus diesem Grund wurden backup namespaces eingeführt. Dies erlaubt eine logische Segmentierung der Datastore-Inhalte ähnlich einer Verzeichnisstruktur, ohne Deduplizierung zu verlieren. Siehe dazu...
Using two interfaces on the same subnet and assigning each of them an IP address is not a common way to provide redundancy.
In general, bonding is used for this purpose.
Here is an example configuration.
If you want automatic failover, the...
What is the actual goal here? I mean, what is that pfSense instance supposed to do?
You mentioned you already have a router with a LAN in the 192.168.1.0/24 range. So why add another virtualized router behind it with a separate 172.16.32.0/24...
You should be able to change IPs from the pfSense console. Or since it's a VM just reinstall.
I would plan out your network layout first though...pfSense WAN should connect to only your ISP. pfSense LAN should connect to your network. There...
You should be able to change IPs from the pfSense console. Or since it's a VM just reinstall.
I would plan out your network layout first though...pfSense WAN should connect to only your ISP. pfSense LAN should connect to your network. There...
systemd-networkd-wait-online seems to not work on recent Linux distributions (mostly based on Debian like Ubuntu) on Proxmox, but previous reports have been mostly on containers (instead of a VM)...
It might be useful if in the cloud-init config could specify the interface name. Unsure though.
On the second boot I don't get the error but I do get strangeness.
In the boot log I see:
[ 8.024866] cloud-init[1323]: Cloud-init v...
I'm running a debian 13 vm with a mapped PCIe device (Nvidia RTX2000) and everything (just video encoding so far no output) works so far.
UNTIL
When I try to to increase the ram allocation of the vm it refuses to start. The vm is shown as...
The HW looks good so far.
If I understand it correctly, the PVE hosts connect to the Ceph cluster via 25Gbit/s? While the Ceph nodes themselves use 100Gbit/s?
I would verify that the network performs as expected, as in, do iperf / iperf3 checks...
thank you so much. i disabled the firewall rules and now i can connect with wan. I will just quickly configure it and get it secured. thank you so much for helping me.
I got informed by a user that the quarantine-page does not load for her. It turned out, that the link already was expired, so the items in that spam notification email did no longer exist. Since this is a situation that is "by design", I would...
@Falk R. made an "install.bat" script which use the devcon.exe Microsoft utility to create the phantom/fake scsi controller.
This allow booting directly in PVE with Virtio SCSI disk.
Just tried today.
Download the virtio win mod drivers ISO ...
Hello,
I get often asked by customers how to install the virto
drivers before the migration in a way that they can be
immediatly be used with virtio scsi single devices without
an intermediary boot using an ide drive and an empy virtio
scsi...