We're very excited to present the first stable release of our new Proxmox Datacenter Manager!
Proxmox Datacenter Manager is an open-source, centralized management solution to oversee and manage multiple, independent Proxmox-based environments...
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"...
This is a good news, I'm especially interested in a new ZFS 2.4 feature which allows using the special device as zil/slog device:
https://forums.truenas.com/t/using-a-special-vdev-no-slog-needed-anymore-maybe/59265/2...
ZFS 2.4.0 would be a much better wait ;)
Released 2 Weeks ago und many really nice improvements (rewrite -p, special vdev on raidz1/z2/..., faster encryption, better slow disk handling - to name my favs)
Sparse (thin provisioning) won't affect already existing VM-disks, only newly created ones after you enabled that option. But you could clone existing VMs (and remove the previous), so the cloned VMs become sparse.
Hi, there no need to create that feature on Bugzilla, it is already on the Roadmap https://pbs.proxmox.com/wiki/Roadmap "Backup clients for other operating systems"
This forum-topic is used to show the interest in this feature, see...
Nothing I'm aware of. A quick search on the bugzilla didn't yield anything (but maybe I used the wrong keywords?) but I encountered a bug report where somebody reported that he managed to get the backup-client working on FreeBSD by using it's...
I notice that moving VMs between two cluster does not allow an option to just utilize the next available range that was created for that particular cluster.
Example:
ClusterA = VMID range configure to use 1000-1099
ClusterB = VMID range...
Don't hold your breath for it. Proxmox installer will grab DHCP to begin with, but afterwards a server really needs a static IP.
DHCP Reservation in your router might be worth looking into if you want the pve instance to have a certain IP, but...
Hello,
pmgversion:
pmg-api/9.0.3/359c41ebd3ab (running kernel: 6.17.2-2-pve)
no special templates for configuration or something.
In Configuration - Mail Proxy - Transports, all domains have "Use MX" disabled.
I don't know, when this exactly...