Mihai's latest activity

  • M
    Mihai reacted to beisser's post in the thread Subscription costs (rant) with Like Like.
    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...
  • M
    I got some help on the ceph subreddit. Adding x-systemd.automount,x-systemd.idle-timeout=1min to the fstab command seems to have done the trick.
  • M
    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...
  • M
    Mihai replied to the thread CephFS "Block Size"?.
    I see, thank you.
  • M
    Mihai reacted to gurubert's post in the thread CephFS "Block Size"? with Like Like.
    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.
  • M
    Mihai reacted to alexskysilk's post in the thread CephFS "Block Size"? with Like Like.
    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...
  • M
    Mihai replied to the thread CephFS "Block Size"?.
    Okay that make sense thank you. Now I know what to look into further.
  • M
    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...