Welcome, @richhemmings .
About problem number 2: retension settings are described at https://pbs.proxmox.com/docs/maintenance.html#pruning
A nice prune simulator is at https://pbs.proxmox.com/docs/prune-simulator/index.html
Undo your eth0 changes, that's not what you want. You should only have .170 in your /etc/network/interfaces
Having a static IP is very simple, just do this:
For your network, you'll have to put 192.168.0.171/24 in the IPv4/CIDR field and you...
For LXC I would only run one application to keep it small and isolated as much as possible. As @UdoB mentioned: you can keep this set-up also with VMs. I personally don’t run a VM for only one docker container. One exception are really mission...
Thank you both for your replies.
So it looks like "pick your poison", based on hardware and requirements is the way to go and there is no "one size fits all".
Which is totally OK for me, as I can then decide on a case-by-case basis what makes...
Hi all,
I'm new to Proxmox, but not virtualisation as a concept and have tried to use Gemini to answer these questions, but it seems to be more confused than me!
I've successfully configured a HAOS VM and a docker CT. Like a good admin, the...
Nimm das proxmox-boot-tool.
Da siehst du alle installierten Kernel und kann mit der Option pin den gewünschten Kernel anpinnen. Eventuell auch mal den aktuellen CPU microcode installieren.
Hi members,
I have been recently faced with some issues setting up vlan on the promox machine at same time, passing those vlans to my virtual machine
1. I setup two sub interfaces facing a switch wich split the management traffic and internet...
Welches LLM schreibt denn diesen tollen Artikel für dich?
Ich hab mal mit google nach dem Fehlertext gesucht und bin hier geladen:
https://www.reddit.com/r/pop_os/comments/1o4bleo/data_fabric_sync_flood_event/
Wenn man sich das querliest deutet...
Yes! This solved it. So one node was running 8.4.1 whilst the new node was running v9. I just ran an update on all packages and that has resolved the problem. I would never have thought of that thank you!
^ This. You can even get a 5-bay SAS / SATA enclosure that uses a standard PC power supply for under $100 on ebay.
5 Bay Hard Disk Enclosure Hot Swap Cage for 2.5/3.5 In SATA/SAS D Drive Bay 6Gbp
.
Might need tray adapters tho, you can get those...
If your system has PCIe slots and SAS cards are readily available at low prices, SAS SSDs can be purchased relatively cheaply on the used market since they are not intended for general consumers. I recommend them.
*DWPD also significantly...
please change all sata 3 hdd cable and use some sata 3 cable with rate 6.00 GBit/s and a secure clip.
don't route the cable with share, only setup the route loos fit.
Hallo,
aus meiner Sicht ist das ein Designfehler für dein Datenmanagement.
Wenn auf reine Daten aus unterschiedlichen Quellen zugegriffen werden muss, dann lege alles Zentral auf einen File-Server, NAS.
Das kann als Software TrueNas Core auf...
Man kann natürlich SFTP oder SCP verwenden. Aber eine dauerhafte (Datei-) Verbindung zu einem VM-Server auf Proxmox empfehlen sich natürlich die üblichen Verdächtigen SMB/CIFS bzw. NFS. Du richtest eine VM auf Proxmox ein und erstellst dort eine...
In general qemu can emulate arm devices but you will have to use the cli, it's not exposed in the web ui.
You can obviously not completely emulate rpi's (gpio ...) but it may work for your testing / compiling use case...