{"id":5211,"date":"2020-03-14T23:47:13","date_gmt":"2020-03-14T20:47:13","guid":{"rendered":"https:\/\/kifarunix.com\/?p=5211"},"modified":"2023-12-08T19:06:20","modified_gmt":"2023-12-08T16:06:20","slug":"configure-and-use-ceph-block-device-on-linux-clients","status":"publish","type":"post","link":"https:\/\/kifarunix.com\/configure-and-use-ceph-block-device-on-linux-clients\/","title":{"rendered":"Configure and Use Ceph Block Device on Linux Clients"},"content":{"rendered":"\n

In this guide, you will learn how to configure and use Ceph block device on Linux clients. Ceph provides various interfaces through which clients can access storage. Such interfaces include the Ceph Object Storage (for object storage), Ceph File System (for distributed posix-compliant filesystem) and the RADOS Block Device (RBD) for (block-based storage).<\/p>\n\n\n\n

Ceph RBD (RADOS Block Device) block storage stripes virtual disks over objects within a Ceph storage cluster, distributing data and workload across all available devices for extreme scalability and performance. RBD disk images are thinly provisioned, support both read-only snapshots and writable clones, and can be asynchronously mirrored to remote Ceph clusters in other data centers for disaster recovery or backup, making Ceph RBD the leading choice for block storage in public\/private cloud and virtualization environments<\/em>.<\/p>\n\n\n\n

RBD integrates well to KVMs such as QEMU<\/a>, and cloud-based computing systems like OpenStack<\/a> and CloudStack<\/a> that rely on libvirt and QEMU to integrate with Ceph block devices.<\/p>\n\n\n\n

Table of Contents<\/h2>