Welcome, @Astrodata
I have the same output in a system which has nothing common to Proxmox:
@kubuntu:~$ systemd-analyze calendar "Sun *-*-1..31 02:00:00"
Original form: Sun *-*-1..31 02:00:00
Normalized form: Sun *-*-01..31 02:00:00
Next...
In a 3 node cluster with size=3, min_size=2 and the default replica rule, Ceph won't rebalance anything if one node fails. To comply with the default rule "three replicas en three OSD located in three different servers" you need 3 servers, if...
Yes.
Now arc_summary is named zarcsummary .
And, BTW, arcstat is renamed zarcstat .
The details end explanation:
https://forum.proxmox.com/threads/no-zfstools-in-the-latest-kernel-6-17-9-1-pve.180330/post-836101
Deduplication. When I back up all of my VMs to my Synology, it takes up almost a TB of space. When I backup to PBS, it only takes 170GB. Also since it used deduplication, backups are incremental, and happen way faster. I have less time and CPU...
Vielen Dank für euer Feedback,
Diesen scheint es unter aktuellen Ubuntuversionen nicht mehr zu geben. Es sind nur mehr die virtuellen Pakete mit dem Dokumentationshinweis zu finden.
Ich hab in der Zwischenzeit noch ein paar Kleinigkeiten...
Schade! Aber Canonical ändert ja auch gelegentlich die Strategien... (Mein neuestes Ubuntu ist 24.04.4 LTS)
Obwohl... hier wird es bereits für "Resolute Raccoon" gelistet: https://packages.ubuntu.com/resolute/linux-virtual ... mit einer...
Regarding the booting issue, if you added the hard disk to the VM after the initial creation, Proxmox usually does not include the new disk in the boot sequence by default. You should check the boot order settings:
Select your VM in the Proxmox...
Hi Singman,
This is indeed the expected behavior. The ha-manager command and the maintenance mode it triggers only apply to resources that are currently managed by the High Availability (HA) stack.
If your VM is not added to the HA resources...
Hi Wondimu,
Is it possible that these specific disks have the "Skip replication" option checked? If this option is enabled, the disk will be excluded from the ZFS replication job.
You can verify the configuration for VM 135 via CLI with...
I ended up getting it to work. Unfortunately I don't think the solution will really help anyone because my problem was kind of unique.
When I first bought Internet my ISP only gave me a modem and a wifi extender/AP/wifi pod which was obviously...
Mmmmhh...
This specific line:
comes from a "Directory" storage with "backup" flag set.
In my task logs I can see lines like
INFO: creating Proxmox Backup Server archive 'vm/1123/2026-03-23T06:46:30Z'
----
Okay, one step back. How do you...
I have a similar (but smaller size and solid-state) setup. Proxmox is installed (with ZFS on 16GB partitions) on all three drives (mirror), to make sure it runs even if two drives fail (although the motherboard BIOS might need to be adjusted to...
Thanks for the response! I'll need to rethink this setup of mine, maybe I just need to bite the bullet and get a couple more 12TB drives.
Thank you, I don't remember why I had settled on ZFS, but I'm gonna go back to the drawing board & look...
Yes. A snapshot makes sure that the whole dataset has a consistent state. And if that's not clear: only the differences (the modified data) will be transferred. "zfs send/receive" is fast because of this.
"rsync" operates on another level, one...
That's... not the way ZFS usually works. It needs to have identically sized disks.
Of course this is Linux and "anything goes". But any "creative" idea to use all the space will possibly lead to trouble in the future. Manual partitioning and...
Yes, there are several scripts out there.
Keep in mind that if it does not integrate into PVE it is not visible in the "<vm> --> Snapshot" Gui.
Take a look into pve-zsync for an alternative implementation... -->...
As far as i know this is not planned. Snapshots depend on the underlying storage / file system and they are not compatible with each other and work completely different and you can't "convert" them to work on another file system. If your clusters...
You may try to limit the speed of a backup. If I remember correctly this limit affects also the read speed on the source side.
Datacenter --> Backup --> Edit:Backup Job --> Advanced --> Bandwidth Limit
The other mechanism to reduce stress is...