I wanted to see how 1 TiB/s compares to the actual theoretical limits of the hardware. So here is what I found: The cluster has 68 nodes, each a Dell PowerEdge R6615 ( https://www.delltechnologies.com/asset/en-us/products/server... ). The R6615 configuration they run is the one with 10 U.2 drive bays. The U.2 link carries data over 4 PCIe gen4 lanes. Each PCIe lane is capable of 16 Gbit/s. The lanes have negligible ~…
I think PCIe TLP overhead and NVMe commands account for the difference between 7 and 8 GB/s.
Ceph: A Journey to 1 TiB/s
91–100 of 216 posts
Re: Ceph: A Journey to 1 TiB/s
#92And here we are moving that amount of data every second on the servers of a fairly random entity. We not talking of a nation state or a supranatural research effort.
Re: Ceph: A Journey to 1 TiB/s
#93Re: Ceph: A Journey to 1 TiB/s
#94Is modern Ceph appropriate for transactional database storage, how is the IO latency? I'd like to move to a cheaper cfs that can compete with systems like Oracle's clustered file system or DBs backed by something like Veritas. Veritas supports multi-petabyte DBs and I haven't seen much outside of it or ocfs that similarly scales with acceptable latency
Re: Ceph: A Journey to 1 TiB/s
#95Does anyone have experience running ceph in a home lab? Last time I looked into it, there were quite significant hardware requirements.
The hardware minimums are real, and the complexity floor is significant. Do not deploy Ceph unless you mean it. I started considering alternatives when my NAS crossed 100 TB of HDDs, and when a scary scrub prompted me to replace all the HDDs, I finally pulled the trigger. (ZFS resilvered everything fine, but replacing every disk sequentially gave me a lot of time to think.) Today I have far more HDD capacity and a fe…
Re: Ceph: A Journey to 1 TiB/s
#96Earlier quoted context omitted.
I just want to hoard data. I hate having to delete stuff to make space. Things disappear from the web every day. I should hold onto them. My requirements for a storage solution are: > Single root file system > Storage device failure tolerance > Gradual expansion capability The problem with every storage solution I've ever seen is the lack of gradual expandability. I'm not a corporation, I'm just a guy. I don't have t…
> ZFS is nearly perfect but when it comes to expanding capacity it's just as bad as RAID. if you don't mind the overhead of a "pool of mirrors" approach [1], then it is easy to expand storage by adding pairs of disks! This is how my home NAS is configured. [1] https://jrs-s.net/2015/02/06/zfs-you-should-use-mirror-vdevs...
Re: Ceph: A Journey to 1 TiB/s
#97Earlier quoted context omitted.
There still are. As someone who has done both production and homelab deployments: unless you are specifically just looking for experience with it and just setting up a demo - don't bother. When it works, it works great - when it goes wrong it's a huge headache. Edit: As just an edit, if distributed storage is just something you are interested in there are much better options for a homelab setup: - seaweedfs has been…
I thought it was popular for people running Proxmox clusters
Re: Ceph: A Journey to 1 TiB/s
#98Ceph is interesting... open source software whose only purpose is to implement a distributed file system... Functionally, Linux implements a file system (well, several!) as well (in addition to many other OS features) -- but (usually!) only on top of local hardware. There seems to be some missing software here -- if we examine these two paradigms side-by-side. For example, what if I want a Linux (or more broadly, a g…
what if I want a Linux ... that doesn't manage a local file system or local storage at all [but] operates solely using the network, solely using a distributed file system Linux can boot from NFS although that's kind of lost knowledge. Booting from CephFS might even be possible if you put the right parts in the initrd.
Re: Ceph: A Journey to 1 TiB/s
#99Re: Ceph: A Journey to 1 TiB/s
#100Does anyone have experience running ceph in a home lab? Last time I looked into it, there were quite significant hardware requirements.
45Drives has a homelab setup if you're looking for a canned solution.