"gb" is not defined in this context. Probably (read: definitely) you have GiB --> https://en.wikipedia.org/wiki/Gibibyte#Multiple-byte_units
Scnr...
As usual: "it depends". This would just be my personal choice:
I would install (only) on the...
It can be uniquely identified by different kinds of IDs. This is not specific to Proxmox, for example see by-id section here: https://blogs.oracle.com/linux/know-your-devdisk-symlinks
is PBS over WAN ?
Too slow PBS can impact VM because when data change in VM, old data is first sent to PBS then VM wait PBS to finish, only after it's done, new data in VM can be effective written/modified.
There is fleecing option to mitigate...
Me again ...
Looks like a need to add a route for the "Wireguard Transfer Net" (10.2.2.0/24 in my setup) to gain access to the Proxmox server:
ip route add 10.2.2.0/24 via 192.168.37.254
Regards
Gullaume
Die drei Zahlen sind der klassische Load Average aus /proc/loadavg, also die 1/5/15-Minuten-Mittel. Das sind keine Prozent-Werte, sondern grob die Anzahl Prozesse, die laufen wollen oder im uninterruptible IO-Wait hängen. PVE zeigt da einfach 1:1...
@zeropage für deinen Fall (zwei Desktop-VMs, die du einzeln am Notebook nutzt) ist SPICE genau richtig. Der ganze Terminalserver-Kram (Guacamole/KASM/ThinLinc) ist für zwei VMs völlig overkill, das hast du ja selbst schon gemerkt. virt-viewer ist...
Have you tried using fancontrol? Most servers have integration with lm-sensors so that the system can control the fans just by echoing in a file in /proc.
Es ist mal wieder Zeit ein Proxmox VE Homeserver vorzustellen.
Als Basis dient ein
* ATX Mainboard ASRock B550 PG Riptide
Highlight:
- NIC 2.5 Gbit/s,
- 6x SATA3,
- 1 PCIe 4.0 x16 Slot, 2 PCIe 3.0 x16 Slots, 1 PCIe 3.0 x1 Slot
- PCIe 4.0/3.0 x4...
Ich würde den NAS-Systemen auf jeden Fall SSD-Mirrors als special device hinzufügen und PBS als VM auf der NAS installieren, die Datenspeicher dann aber per NFS einbinden ( um den höheren Overhead von Cifs zu vermeiden)...
Dort gibt es 15 offene Pull-Requests, fast alle aus 2019 - und kein einziges Release. Das sieht für mich nach "ist schlicht tot" aus.
Oh! Das ist cool, das wertet Kasm für mich auf.
Über deren Lizenzbedingungen ("Kasm Workspaces Community...
Zumindest keines was nix kostet (mir ist zumindest keines bekannt). X2go war in X-Zeiten wirklich sehr fein. Kasm muss ich erst testen, gerade herunter geladen.
Um nochmal nachzuheulen:
RDP gehört zu Win wie ein Kalb zur Kuh.
freerdp als Grundlage in Guacamole funktioniert auch sehr sehr gut um auf Win-Clients zuzugreifen
Rdp als Server auf unixoiden Systemen ist unterdisch
VNC ist grundsätzlich...
Something I forgot: If you want to have local unencrypted backups ( so you can still restore them even if you loose the key) and encrypted remote backups you can add encryption via a push-sync job. If you don't want to open a port on the remote...
You would configure your access rights that the PVE is only allowed to create backups on the PBS but not to remove oder modify them like described in the already linked doc chapters...
Eher weniger, hier spielt das lokale Storage auf dem PBS eine entscheidende Rolle: wenn du kein Full-Flash-System hast, wird das das Problem sein.
Eine akzeptable Performance erreicht man mit lokalen ZFS auf Festplatten, wenn man special devices...
Thank you for confirming. Both disks will be 2TB.
I take it that sgdisk --zap-all /dev/sdX will be sufficient for clearing all disk structures before attaching it to the zfs pool?
I will read the man page to get a better understanding of the...
That's what "Namespaces" are for :-)
The simplest approach is to create a namespace for "cluster-A" and one for "cluster-B". Both may live in the same datastore, sharing the .chunk-store and deduplication mechanism. Then you can have vmid 100 in...
I would setup a VPN server like Wireguard or OpenVPN. Once you have that setup you VPN in and then can access everything on your network. I have mine setup in a way where I need to authenticate myself first on a hidden web page which unblocks...