RAID Model:
SupremeRAID SR1000 / SR1010 (and related models)
Operating System:
Linux (RHEL / Rocky / Alma / Ubuntu supported distributions)
SupremeRAID Driver Version:
Linux Driver 2.0
SSD Model:
Intel P4510
Other PCIe Gen3 NVMe SSD
When creating a Drive Group using SupremeRAID Linux Driver 2.0, the Physical Drive (PD) may unexpectedly change to Missing status after creation.
This issue is commonly observed on Intel P4510 and certain PCIe Gen3 NVMe SSDs.
Drive Group creation completed and then turn to OFFLINE
One or more Physical Drives show Missing
The issue occurs only on Linux Driver 2.0
The same SSD may work normally with older driver versions
SupremeRAID Linux Driver 2.0 introduces stricter I/O queue handling requirements.
Some Gen3 NVMe SSDs (including Intel P4510) do not fully comply with the default queue configuration expected by the 2.0 driver.
As a result:
The SSD queue configuration becomes incompatible
The PD is marked as Missing after Drive Group creation

⚠️ The required workaround cannot be configured via SupremeRAID Manager (GUI).
You must create the Physical Drive (PD) using the CLI.
-l ParameterWhen creating the Physical Drive, add the -l parameter to explicitly adjust the queue behavior for Gen3 SSDs.
Example command:

The
-lparameter ensures the SSD queue configuration is compatible with SupremeRAID Linux Driver 2.0.

-l parameter is not specified, the PD may become Missing after Drive Group creation.After creating the PD, verify that it is in a healthy state:
graidctl list pd
Confirm that:
PD status is Online
PD is no longer marked as Missing
Once the PD is successfully created via CLI:
You may return to SupremeRAID Manager (GUI)
Proceed with:
Drive Group creation
Virtual Drive configuration
Additional management tasks

-l parameter is only required during PD creation.This workaround applies specifically to:
Linux Driver 2.0
Intel P4510 and certain Gen3 NVMe SSDs
Newer Gen4 / Gen5 SSDs are typically not affected