Tag

Block Device

0 views collected around this technical thread.

Aikesheng Open Source Community
Aikesheng Open Source Community
Jan 25, 2024 · Cloud Native

Introducing LiteIO: Open‑Source High‑Performance Cloud‑Native Block Device Service

LiteIO is an open‑source, cloud‑native block device service that leverages NVMe‑oF and SPDK to provide high‑performance, scalable storage for Kubernetes‑based workloads, improving storage utilization and enabling FinOps‑driven cost efficiency across large‑scale production environments.

Block DeviceFinOpsKubernetes
0 likes · 12 min read
Introducing LiteIO: Open‑Source High‑Performance Cloud‑Native Block Device Service
Deepin Linux
Deepin Linux
Jul 31, 2023 · Fundamentals

An Overview of SPDK (Storage Performance Development Kit) and Its Usage

This article provides a comprehensive overview of Intel's open‑source SPDK, explaining its user‑space driver model, polling I/O, core components, integration with Ceph, architecture layers, compilation steps, code examples, and design considerations for building high‑performance storage and file‑system solutions.

Block DeviceLinuxNVMe
0 likes · 25 min read
An Overview of SPDK (Storage Performance Development Kit) and Its Usage
Ops Development Stories
Ops Development Stories
Aug 23, 2022 · Operations

How to Benchmark Ceph Cluster Performance: A Step‑by‑Step Guide

This guide explains how to benchmark a Ceph storage cluster before production by measuring hardware baselines, disk read/write performance, network throughput, and using Ceph's built‑in tools like rados bench, load‑gen, rbd bench‑write, and fio for comprehensive performance testing.

BenchmarkBlock DeviceCeph
0 likes · 10 min read
How to Benchmark Ceph Cluster Performance: A Step‑by‑Step Guide
Tencent Cloud Developer
Tencent Cloud Developer
Nov 15, 2021 · Fundamentals

Linux I/O and File System Principles: A Comprehensive Technical Guide

The guide explains Linux’s unified VFS architecture, detailing how inodes and dentries map files to disk regions, describes superblock and data block layout, outlines ZFS’s pool, copy‑on‑write and ARC caching, covers block device types, I/O scheduling queues, and key performance metrics.

Block DeviceFile SystemI/O
0 likes · 16 min read
Linux I/O and File System Principles: A Comprehensive Technical Guide
OPPO Kernel Craftsman
OPPO Kernel Craftsman
Oct 22, 2021 · Fundamentals

Understanding Linux Loop Device: Mechanism, Usage, and Implementation Details

The Linux loop device creates a virtual block device from a regular file, allowing the file’s filesystem to be mounted like a real disk; using losetup or ioctl you can attach, configure (including encryption or direct I/O), and the kernel forwards I/O through a concise, high‑performance stack ensuring compatibility and extensibility.

Block DeviceIO ForwardingKernel
0 likes · 7 min read
Understanding Linux Loop Device: Mechanism, Usage, and Implementation Details