Hello all!
After 3 days of digging, I decided to ask directly:
My proxmox host is connected to a Unifi switch port with a native VLAN 1610, also allowing tagged VLAN traffic for IDs 3510, 1620, ...
That means the proxmox host is automatically...
Just create that scenario, it will probably work. Please report back your experience here :)
What I would do (if I would be forced to use a VM on Windows for this) is to make sure I give it a separate / independent NIC. I want the PVE node to...
Monitoring should be automatically done in the background from another system so that you have proper monitoring and alerting. This can be automated via pvecm if you want to do this, but don't manually look for stuff.
That should work, too. You...
As noted above - a QDevice is just an external vote provided by that server. You can use the corosync-qnetd package to set this up on the external server.
For details on implementation - see the official Proxmox notes here.
Good luck.
Probably. As @SteveITS already said: a plain and minimal instance of Debian is sufficient.
Well..., there may be different opinions about this one. Personally I do not like Windows systems to be a required part of my infrastructure.
Two...
Actually, I am using a SAN with Fibre Channel (FC) connected to the servers.
So while I do have shared storage, I don't have a NAS capable of hosting Containers (LXC) to run a QDevice directly. It's a bit of a pity, which is why I'm considering...
As others explained the problem isn't with PVE but is a generic problem with storage level snapshots. They always come with a storage and (depending on the used storage type) performance penalty. Copy-on-write based storages (like ZFS or btrfs)...
Moving data (block or file) that has snapshots associated with it is always challenging, regardless of the OS, hypervisor, or application. Moving such data between different storage types is exponentially more complex, as snapshot formats are...
that should be your first option ;)
PVE8 is not EOL yet, and even when it is (this august) you can keep running for some time after. might be the better option, especially if you dont need anything pve9 specific. This will give you time to...
I am having issues implementing a PVE backup solution for a couple of my VMs and was hoping for some help/guidance. Here is my setup:
I have pve cluster running several VMs. Two of those VMs are a matched pair that handles our business's core...
Das Skript hier kommt ohne jq aus und bedient die Kommandozeilen Schnittstelle:
#!/usr/bin/env bash
set -euo pipefail
# PMG custom check API v1: args: APIVERSION QUEUEFILENAME
if [[ $# -ne 2 ]]; then
echo "usage: $0 APIVERSION QUEUEFILENAME"...
achso. statuische ip einstellung beim ct ändert nichts (vor neustart)
keine Ahnung, wie ich eine neue MAC Adresse festlegen kann (und dann auch welche es sein soll, bei mir ist eher die Frage "welche MAC adresse soll ich nehmen")
nach einem...