Close Menu
DPC Virtual Tips
    Read More

    How to Investigate TCP Retransmissions on Linux

    August 11, 2026

    Slurm Node Is DRAINED: How to Find the Exact Reason

    August 10, 2026

    Why Is My Slurm Job Pending? How to Decode Every Common Reason

    August 9, 2026
    • Home
    • About Us
    • Contact
    • Cookie Policy
    • Comment Policy
    • Privacy Policy
    • Terms of Use
    • Disclaimer
    Tuesday, August 11
    DPC Virtual Tips
    • Home
    • Operating Systems
    • PowerFlex
    • HPC
    • Virtualization
    • About the Author
    • About Us
    • Contact
    DPC Virtual Tips
    Home » Working with Fault Sets on PowerFlex
    PowerFlex

    Working with Fault Sets on PowerFlex

    DaniloBy DaniloJanuary 8, 2025Updated:July 31, 2026No Comments5 Mins Read
    Facebook Twitter Pinterest LinkedIn Tumblr Email
    PowerFlex Fault Sets
    Share
    Facebook Twitter LinkedIn Pinterest Email

    Working with Fault Sets on PowerFlex shows what Fault Sets are and how they can be used.
    This is a simple example of how we can work with Fault Sets. All tests were performed in a lab environment using virtual machines (nested lab). The PowerFlex version is 4.5.2.

    First and foremost, what is Dell PowerFlex?

    Dell PowerFlex is a software-defined storage platform that combines storage and compute resources into a single system. It offers high performance, scalability, and flexibility for modern data center needs. PowerFlex supports block storage in two-layer (compute and storage separate) or single-layer (hyper-converged) deployments (we can also mix both types of implementation). It is ideal for applications like databases, virtualized environments, and containers. In addition to providing block storage, PowerFlex can also offer file services such as SMB and NFS shares.

    We have written a small article introducing PowerFlex. Check here to read it!

    What are Fault Sets?

    Fault Sets are logical entities that contain a group of SDSs within a protection domain. A Fault Set is defined as a set of servers likely to fail together, for example, an entire rack full of servers.

    PowerFlex requires a minimum of three Fault Sets per protection domain, with at least two nodes in each Fault Set.

    Each fault set must have at least two nodes to achieve high availability and tolerance.

    The minimum number of Fault Sets is 3, and the maximum is 64!

    As we can see in the above picture, there are three fault sets and two SDS nodes for each fault set. All Fault Sets together are part of the Protection Domain “PD-1” (or we can say that our Protection Domain comprises three Fault Sets).

    How do Fault Sets work?

    PowerFlex maintains a copy of all data chunks (blocks) within the Fault Sets on SDSs outside of itself:

    Mirroring Fault Set data ensures that another data copy is always available even if all the servers within the defined Fault Set fail simultaneously!

    How can I create Fault Sets?

    1- To create a Fault Set, access the PowerFlex Manager UI –> Block –> Fault Sets –> + Create Fault Set:
    In this example, we will create three Fault Sets (FS01, FS02, and FS03):

    2- Copy the SDS package to the SDS node and install it (Since we are using SLES 15 SP4, we chose the package for it):

    MDM_IP="192.168.155.254,192.168.156.254" rpm -iv EMC-ScaleIO-sds-4.5-2100.105.sles15.4.x86_64.rpm

    Note: Install the SDS package on all SDS nodes you want to be part of Fault Sets!

    3- To add an SDS node to a Fault Set, access the PowerFlex Manager UI –> Block –> SDSs –> + Add SDS:

    4- The result is three Fault Sets with two SDS nodes each, as we can see in the following picture:

    5- For each SDS node, we have one disk device. Currently, the Storage Pool has no capacity because we do not add the disk devices (we only add the SDS node). The next step is to add each disk device. On the SDSs menu, select the SDS –> Add Device –> Storage Device:

    6- Afterward, go to the Devices menu to see the added device. On the PowerFlex Manager UI –> Block –> Devices:

    Do the same steps to add the other disk devices!

    7- After adding all device disks, the Storage Pool “SP02” has the available capacity for using:

    8- To set up the recommended spare capacity percentage, we can use the following calc:

    100% divided by the number of SDS nodes or number of Fault Sets (if you are using Fault Sets)

    100% divided by 3 (number of Fault Sets) = ~ 33%

    Deeping Dive about Raw and Free Space with Fault Sets

    The following diagram shows our scenario using Fault Sets. We have three Fault Sets (FS01, FS02, and FS03), each with two SDS nodes. Looking inside each Fault Set, we have 2TB of raw capacity. However, since PowerFlex places each data chunk in a mesh-mirror way, it results in 1TB of usable/free capacity (PowerFlex automatically reserves 50% of the raw capacity to store the replica of each data chunk). So, based on this scenario:

    1) What is the total usable/free capacity for the PowerFlex Cluster?

    2) How do we calculate the spare capacity percentage for this PowerFlex Cluster?

    Answers:

    1- FS01 (4TB) + FS02 (4TB) + FS03 (4TB) = 12TB of raw capacity
    12TB – 50% of mirror-mesh overhead = 6TB of usable/free capacity

    2- By default, 10% of spare capacity is reserved for each Storage Pool. However, to set up the correct value based on the number of SDS nodes/Fault Sets, we need:

    100% / number of SDS nodes or Fault Sets

    100% / 3 Fault Sets = ~ 33% of spare capacity
    6TB – 33% = ~ 4TB of usable/free capacity

    How a data chunk is placed within Fault Sets?

    As we can see in the following picture, a data chunk (green item) is placed on a mirror-mesh way, spread over different Fault Sets (the primary data chunk is placed somewhere on one Fault Set, and the secondary/copy data chunk is placed somewhere on a different Fault Set):

    Note: When an entire Fault Set fails, the PowerFlex immediately starts a rebuild to reconstruct the failed data chunks somewhere in another Fault Set:

    That’s it 🙂

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Previous ArticleReplacing a Failed Disk on an SDS Node
    Next Article Dell PowerFlex SCLI Basics
    Danilo

    Infrastructure Engineer with experience in Virtualization, Linux, Windows Server and learning automation using Python. DPC Virtual Tips was created to share practical tutorials, lab experiences and troubleshooting guides focused on enterprise infrastructure technologies.

    Related Posts

    An Introduction to PowerFlex REST API Operations

    February 27, 2025

    How to Switch the MDM Cluster Mode

    February 26, 2025

    Shutting Down the PowerFlex Manager Cluster

    February 17, 2025

    Comments are closed.

    Search
    Categories
    • HPC (10)
    • Operating Systems (83)
    • PowerFlex (22)
    • Virtualization (129)
    Read More
    Operating Systems

    How to Investigate TCP Retransmissions on Linux

    By DaniloAugust 11, 20260
    HPC

    Slurm Node Is DRAINED: How to Find the Exact Reason

    By DaniloAugust 10, 20260
    HPC

    Why Is My Slurm Job Pending? How to Decode Every Common Reason

    By DaniloAugust 9, 20260
    Operating Systems

    Linux Process Resource Usage: How to Find Heavy Processes

    By DaniloAugust 6, 20260
    HPC

    Lustre Filesystem Commands: A Practical Admin Guide

    By DaniloAugust 5, 20260
    Latest Posts

    How to Investigate TCP Retransmissions on Linux

    August 11, 2026

    Slurm Node Is DRAINED: How to Find the Exact Reason

    August 10, 2026

    Why Is My Slurm Job Pending? How to Decode Every Common Reason

    August 9, 2026
    Images from Gallery
    hpc main commands
    linux commands
    install rock linux
    lustre fs
    shell scripting
    vSAN Trace Files
    Categories
    • HPC
    • Operating Systems
    • PowerFlex
    • Virtualization
    • Home
    • About Us
    • Contact
    • Cookie Policy
    • Comment Policy
    • Privacy Policy
    • Terms of Use
    • Disclaimer
    Copyright © 2026, DPC Virtual Tips. All rights reserved.

    Type above and press Enter to search. Press Esc to cancel.

    We use cookies to ensure your best experience on our website. If you continue using our website, we'll assume you agree to our cookie policy