Rook Ceph on Omni
TODO
Check out command here that uses MODEL to look up disk instead of /dev/nvme which has been changing around for this cluster.
WTF
Tip
- External Secrets (for dashboard)
A cluster insn't a cluster with out some ceph action and that's where this rook guide on the talos docs comes in.
What does this do?
This seems cool but we will come back to it later.
=== "One thing"
This is one thing to check out.
=== "A second thing"
This is a second thing to check out.
Back to ceph!
fstrim
See Bernd-home-ops, has fstrim service runing
fstrim is a command-line utility in Linux used to discard (or "trim") unused blocks on a mounted filesystem. When files are deleted or moved, the filesystem updates its metadata to mark those blocks as free. However, the underlying storage device may not be aware that these blocks are no longer in use. Running fstrim informs the storage device about the unused blocks, allowing it to manage its storage space more efficiently.