No, as written by Thomas Lamprecht on the first post of this thread:
You could try the pct remote-migrate or qm remote-migrate cli tools but I'm not sure whether they were already available for PVE7 and whether a migration from PVE7 to PVE8...
I've tried to use Ceph in a small Homelab, with hardware three classes below yours (Mini PC and slow network). I've learned that there are some pitfalls and I would work hard to start with five instead of the absolute minimum if three nodes...
Good question, indeed ssh is needed for communication and migration between cluster nodes (according to https://pve.proxmox.com/wiki/Cluster_Manager#_role_of_ssh_in_proxmox_ve_clusters ) but the documentation says nothing about qdevice.
The...
One thing to consider for using the PBS as qdevice: If you add a host as qdevice every node of the cluster can login as root on the qdevice (and thus the PBS) without additional authentification. This is something you usually don't want on your...
I'm not using one, but I have a question: that seems plausible during setup, but during operation? Is ssh-access actually used for a QDev "doing its thing"? If not one could disable it after installation...
My (possibly wrong) understanding was...
Hi,
For deduplication YMMV, for example, if I look at our PBS, it's pretty good with more than 90% of Linux VMs (more than 60% of these Linux machines are Debian), and retention from 14 to 365 days.
We have critical VMs which backups run every...
Hello everyone,
I recently needed a reliable solution to start VMs and LXC containers on my Proxmox node using Wake-On-LAN packets, without relying on external systems (Home Assistant, scripts on another machine, API calls, etc.).
I found the...
Obviously that depends on the modified data per interval and the "prune"-settings. And it needs a number of backups present to work at all :-)
Both my dayjobs cluster and my homelab show around 30 - with basically "everything daily". If I would...
Clickbait headline, but I think it is true :)
Maybe others can chime in with their setups and why they need beefy hardware.
Here is my PBS testimonial.
Reading the documentation I was a little bit scared. Especially the storage part seemed...
"Separation of Concerns". Viele "Kleine" trotz mehr Admin-Aufwand. Nie alle "Eier in einen Korb".
[Virtualization Support for SME and NGOs | DLI Solutions ]
Um ein paar Prozent Ram-Entlastung zu erzeugen taugt das hier:
# apt show zram-tools
Homepage: https://github.com/highvoltage/zram-tools
zram-tools uses this module to set up compressed swap space.
This is useful on systems with low memory or...
LVM-Thin selbst ist keine virtuelle Festplatte. Eher eine Art Partitionsmanager welcher dynamisch Speicher an seine Partitionen vergeben kann. PVE erstellt darauf Logical Volumes (Partitionen) für die Gäste wenn du es als Storage benutzt.
Die...
Yes. Just know that the last release seems to be (nearly) three years old... https://www.gluster.org/release-schedule/ (while github lists more fresh 11.x releases...)
For example:
echo 'Acquire::ForceIPv4 "true";' | tee /etc/apt/apt.conf.d/99force-ipv4
This works obviously only for apt; the rest of the IP stack is not affected by this.
ZFS with HDD without Special Device?
(( The difference between Sata SSD and PCIe NVMe is theoretically large. Practically it is not - in this context. The important aspect is the access time compared to the rotating spindles. Data access will...
So the problem may be that your IPv4 setup is not... correct?
Everything else works?
A simple configuration for one NIC and one bridge: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_default_configuration_using_a_bridge - of course it...