in regards to subscriptions beeing too expensive for the homelab...
i run 3 pve-nodes and one pbs-node in my homelab.
i have a subscription on one of my pve-nodes because i apreciate what the proxmox-team is doing and want to support them.
the...
I am unable to get persistent cephfs mount working as per these official instructions.
Using Ubuntu 24.04.
This will not mount at boot:
#Mount ceph filesystem for video recordings
#DEVICE PATH TYPE OPTIONS
none...
OSDs have a minimum allocation size (min_alloc_size) of 4096 bytes which is configured at creation time and cannot be changed afterward.
But this mostly affects small files.
The default stripe_unit size for ceph is 4M, but you may not want to raise that (and maybe even shrink it instead.)
the stripe size is a maximum "file chunk" limit for a cephfs object (file). if a file is larger than the stripe size, the next...
I am interested in creating a CephFS store for storing security camera footage; Essentially storing very large video files.
I don't know what CEPH calls what I know traditionally as block size, but is there a way to adjust that setting?
Are...