Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
Data Storage Open Source

The 'Ceph' Community Now Stores 1,000 Petabytes in Its Open Source Storage Solution (linuxfoundation.org) 25

1,000 petabytes.
A million terabytes.
One quintillion bytes (or 1,000,000,000,000,000,000).

That's the amount of storage reported by users of the Ceph storage solution (across more than 3,000 Ceph clusters).

The Ceph Foundation is a "directed fund" of the Linux Foundation, providing a neutral home for Ceph, "the most popular open source storage solution for modern data storage challenges" (offering an architecture that's "highly scalable, resilient, and flexible"). It's a software-defined storage platform, providing object storage, block storage, and file storage built on a common distributed cluster foundation.

And Friday they announced the release of Ceph Squid, "which comes with several performance and space efficiency features along with enhanced protocol support." Ceph has solidified its position as the cornerstone of open source data storage. The release of Ceph Squid represents a significant milestone toward providing scalable, reliable, and flexible storage solutions that meet the ever-evolving demands of digital data storage.

Features of Ceph Squid include improvements to BlueStore [a storage back end specifically designed for managing data on disk for Ceph Object Storage Daemon workloads] to reduce latency and CPU requirements for snapshot intensive workloads. BlueStore now uses RocksDB compression by default for increased average performance and reduced space usage. [And the next-generation Crimson OSD also has improvements in stability and read performance, and "now supports scrub, partial recovery and osdmap trimming."]

Ceph continues to drive the future of storage, and welcomes developers, partners, and technology enthusiasts to get involved.

Ceph Squid also brings enhancements for the CRUSH algorithm [which computes storage locations] to support more flexible and cost effective erasure coding configurations.

The 'Ceph' Community Now Stores 1,000 Petabytes in Its Open Source Storage Solution

Comments Filter:
  • How many petabytes of data do pirates store in "torrents"?

  • Excited For Ceph (Score:5, Interesting)

    by organgtool ( 966989 ) on Saturday April 27, 2024 @01:47PM (#64429728)
    A colleague and I are in the process of building a Proxmox cluster which uses Ceph to host all of our VMs. We've never built something like this from the ground up but we're both very excited by the many advantages these technologies provide over running on bare metal. The performance of our prototypes have been pretty impressive and we can't wait to have the full-scale system up and running. I'll have to see if we should wait to upgrade to the new version of Ceph before continuing the deployment.
    • by ls671 ( 1122017 )

      I have a proxmox cluster across several datacenters and I use hourly snapshots with zfs replication every hour, easier to get better performance that way, I have looked into ceph although, maybe some day if the use case arises.
       

    • unless you need the scale out capabilities, I would recommend using a different storage system.

  • by JamesTRexx ( 675890 ) on Saturday April 27, 2024 @04:15PM (#64429894) Journal

    Currently running two PCs with a bunch of disks in RAID1 each, and thought of using Ceph to replace it and have a copy of all data on each PC while still having the checksum data integrity. For now I copy the most important stuff daily with rsync from one to the other, but I like to see it part of the underlying distributed filesystem and be as hands-off as possible.

    Unfortunately, Devuan stable at the time didn't have the correct version for it, which it has now, but setting it up has to be done manually and there's no init script as far as I can tell. Only support for systemd which is a dealbreaker for me.
    Haven't checked up on alternatives yet, though.

    • Just use Proxmox on all your machines. Then you can leverage zfs dedup too, run Cephalon on all the machines and run whatever you need besides it. Levelonetech posted some videos that proxmox even utilizes e- and p-cores really well.

      • Thought about that since I've used Proxmox until 2016 (also as personal workstation), but it's based on Debian with systemd (unless that has changed), and ZFS is a memory hog when used as it should be. My PCs are simple (and old) builds.

        It's a shame I have no good reason to run virtual machines any longer because I liked to play around and run tests at work with my Proxmox workstation updated from a custom Debian install.

  • That's 1 Exabyte (Score:2, Flamebait)

    by Dishwasha ( 125561 )

    1 Exabyte only? That's so cute. Datacenters literally shred Exabytes per day. The Chia blockchain has over 30 Exabytes of storage in use. I'm thinking this is seriously underreported.

  • Ceph docs shows no such release (https://docs.ceph.com/en/latest/releases/). Is this and AI-hallucinated press release?

    • Is this an AI-hallucinated press release?

      Per TFA, Squid has only been announced, not yet released.

      Features of Ceph Squid include:

      - Improvements to BlueStore to reduce latency and CPU requirements for snapshot intensive workloads.
      - BlueStore now uses RocksDB compression by default for increased average performance and reduced space usage.
      - Enhancements for CRUSH to support more flexible and cost effective erasure coding configurations.
      - Much improved read performance and stability with Crimson. It now supports scrub, partial recovery and

  • Now, where do I store the other half?

Mathematicians practice absolute freedom. -- Henry Adams

Working...