Fading Coder

One Final Commit for the Last Sprint

Managing LVM Logical Volumes and Snapshots on Linux

Understanding and Managing LVM Components LVM (Logical Volume Manager) introduces an abstraction layer over physical storage, enabling flexible volume management. Physical Volume (PV): A block device—such as a disk partition or RAID array—formatted for use by LVM. Volume Group (VG): A pool of storag...

Managing Files and Disk I/O Benchmarks with Linux dd Command

The dd utility serves as a powerful tool for low-level data copying and conversion on Linux systems. It is frequently employed for generating files of specific sizes and performing rudimentary disk I/O performance analysis. Creating Allocated vs. Sparse Files When generating a test file, one can cho...

Deploying GlusterFS Distributed Storage in Kubernetes Clusters

Deploying GlusterFS Distributed Storage in Kubernetes Clusters This guide outlines the process of setting up GlusterFS as a distributed storage solution within a Kubernetes environment. The implementation involves configurign a three-node GlusterFS cluster and integrating it with Kubernetes through...