Hi guys,
Thanks so much for your inputs!
Dont hold back :)
It was our intention to run with the built in solution with proxmox. Not adding more outside feature.
The idea being KIS. Keep it simple. We dont want the complexcity of storage...
@UdoB : I agree with you. I just noted the important points. He has a choice to decide how he should act.When you want to use free software, with the idea of it being semi-professional or professional, it is normal to take risks, especially if...
You cannot do mounts inside a container, since they share the kernel and are unprivileged (which is a good thing!). Do it from the Proxmox host (using a different mount point) and use a mountpoint for the container. Lots of threads about this but...
Das ist zwar in englischer Sprache, aber da musst du durch:
https://pmg.proxmox.com/wiki/index.php/Upgrade_from_8_to_9#Preconditions
https://pmg.proxmox.com/wiki/index.php/Upgrade_from_8_to_9#Update_the_configured_APT_repositories
Hello @veryotaku i calculate a good proxmox server intel LGA 1700, with the parts of my local dealer in germany.
You can see the base configuration.
Mainbord, Biostar B760MXC PRO, DDR5
CPU, Intel Core i5-13600K, TDP max. 181 Watt
CPU Cooler, be...
If that is your only goal then skip virtualization and install bare metal!
If you want to run several VMs then sum up the RAM requirements and add 4 to 8 GiB for the OS and cache. Then double that resulting number ;-)
Given that that software...
If the respective admin knows these tools (and their possible pitfalls) they will work fine. Both tools are well established and tested.
But for a new user of the PVE eco system (with regard to replication) I do highly recommend to stay away...
Hi,
my five cents.
ZFS isn’t a cluster filesystem → it’s single-host by design. It can’t natively do “live shared storage” across multiple nodes (like Ceph or GlusterFS).
For replication/failover setups like you describe (A → B → C every 1–2...
First remove the double entries, mentioned by @janus57 , then:
On my PVE's there is only "Ceph Squid" offered in the "Repositories --> Add:Repository" drop-down menu.
Maybe you should upgrade from Quincy to Squid - but do so following a guide...
You wrote:
Which, precisely, IP address does the VM get?
The symptom is similar to an IP address conflict.
Maybe the DHCP server gives the same IP address that PVE host is using?
What is the DHCP range?
One thing not mentioned yet: Depending on compilance regulations and your Paranoia Level you might want to disable kernel-samespace-merging to prevent some attacks: https://pve.proxmox.com/wiki/Kernel_Samepage_Merging_(KSM)
Six of them in an additional/second vdev? Yes. This has the advantage of doubling the IOPS of the pool. The disadvantage is that there is no automatic re-balancing (yet).
Yes. That's the "classic" approach. It has the advantage to not require...
Dear all. I have done a quick search on these forums and found an old thread, but decided to start a new one with the TUTORIAL prefix, as this is an area where I feel there is not much up-to-date information online.
It is about "Mosh", or the...
Hallo @bertige_berti,
@Falk R. hat dir bereits die entscheidenden Hinweise gegeben. Das Problem ist, dass du versuchst, ein Verzeichnis, das bereits vzdump-Backups (.tar.zst-Dateien) enthält, als PBS-Datastore zu verwenden.
Ein PBS-Datastore...
In the case of power loss there is no way to live migrate the VM's RAM to a new host.
In the case of fence that host has lost communication to the cluster so there is no way to migrate the VM's RAM to a new host.
The question left is if one...
That question makes no sense.
When a host is powered off a live migration is simply not possible. Live migration requires the source VM to be running! ;-)