show disk schedule_work_status
Function
Parameters
Parameter |
Description |
Value |
---|---|---|
medium_type=? | Disk type. | The value can be: "fc", "sas", "sata", "ssd", "nl_sas", "slc_ssd", "mlc_ssd", or "nvme_ssd". |
scenario=? | Application scenario. | The value is "smr". |
Example
-
Show the I/O scheduling mode of all SAS disks whose application scenario is SMR.
developer:/>show disk schedule_work_status medium_type=sas scenario=smr Medium Type : SAS Scenario : SMR Schedule Work Status : Read First
-
Show the I/O scheduling mode of all SAS disks.
developer:/>show disk schedule_work_status medium_type=sas Medium Type : SAS Scenario : -- Schedule Work Status : Read First
-
Show the I/O scheduling mode of all disks whose application scenario is SMR.
developer:/>show disk schedule_work_status scenario=smr Medium Type : -- Scenario : SMR Schedule Work Status : Read First