Kasm Technologies established a partnership with Proxmox Server Solutions which you can find just here: https://www.proxmox.com/en/about/company-details/press-releases/kasm-en
Kasm Workspaces provides such a solution to make agent bases...
We implemented our own retry logic for PBS restores, and now the issue is fixed.
I think it would be beneficial for devs to implement retry logic on GET requests for chunks, with an env variable for how many retries.
You can configure a put-rate-limit with the cli tool: https://pbs.proxmox.com/docs/command-syntax.html#proxmox-backup-client
Or by editing the config file see...
You can run zpool upgrade without(!!) a poolname to get a list of new feature flags. Then look them up in man zpool-features
if there is something interesting you really want to use. Then run "zpool upgrade HP-BACKUP".
If you don't "upgrade"...
Mission complete. The newly added disk is now included in the zpool and ready to use.
root@hp-srv08:/etc# zpool status
pool: HP-BACKUP
state: ONLINE
status: Some supported and requested features are not enabled on the pool.
The pool can...
That one was always overhyped. Today ZFS works with a very few GB of Ram, capped at 16 GiB on a PVE installation: https://pve.proxmox.com/wiki/ZFS_on_Linux#sysadmin_zfs_limit_memory_usage
This one is true. And @LnxBil hit the nail: "
Not using...
should be "don't run anything production critical on consumer drives"
This is not a supported configuration. If you care about supported configuration, ZFS will be the only viable option besides running a hardware raid controller.
nothing for...
In meiner Welt läuft ein HomeLabserver nicht 24/7. Da ist der Stromverbrauch eher zweitrangig, sondern das Ding dient zum Ausprobieren und sollte viel Spielfläche bieten.
Ein Homeserver oder auch Produktivserver, der dauerhaft im Einsatz ist...
For a two-node cluster consider using dedicated storage ( SAN, NAS ) or ZFS storage replication. Both has it's caveats:
- Dedicated storage will become a songle-point of failure
- Storage replication is asynchronous so you need to decide whether...
@zeropage der Mutter-Fehler im journal ist erstmal harmlos, betrifft nur die Auflösungsanpassung. LMDE/Cinnamon nutzt Muffin statt Mutter, deshalb findet das vdagent die org.gnome.Mutter.DisplayConfig-Schnittstelle nicht. Maus- und...
Don't. Ceph needs at least three nodes unless you change the defaults ( and doing this is a bad idea, see: https://forum.proxmox.com/threads/ceph-pool-size-is-2-1-really-a-bad-idea.68939/ )
The recommended requirements in the documentation are...
Two years ago I tried to use Ceph in my homelab. My experience: https://forum.proxmox.com/threads/fabu-can-i-use-ceph-in-a-_very_-small-cluster.159671/
I am not a Ceph user now. But I would not start with fewer than five active nodes.
Just my...
Since ProxmoxVE is basically a front-end of qemu/kvm this should be quite straight-forward. There are wiki pages, which might be of interest to you:
https://pve.proxmox.com/wiki/Advanced_Migration_Techniques_to_Proxmox_VE#QEMU/KVM...