Search

Chapter 4. CRUSH Map Devices

download PDF

To map placement groups to OSDs, a CRUSH map requires a list of OSD devices (i.e., the names of the OSD daemons from the Ceph configuration file). The list of devices appears first in the CRUSH map. When adding an OSD to CRUSH, the Ceph CLI tool will declare a device in the CRUSH map by creating a new line in the list of devices, enter device followed by a unique numeric ID, followed by the corresponding ceph-osd daemon instance.

#devices
device {num} {osd.name}
For example
#devices
device 0 osd.0
device 1 osd.1
device 2 osd.2
device 3 osd.3

An OSD daemon maps to a single storage drive.

Red Hat logoGithubRedditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2024 Red Hat, Inc.