Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
setup/fio-setup-basic: fix incorrect raw disk capacity calculation
This commit can fix when /dev is not shown in `df` command in ubuntu 24.04. When doing fio with raw disk, we should use `lsblk` to get disk capacity in bytes instead of reading filesystem stats because raw disk will not mount filesystem Fix for the following error: "storage /dev/disk doesn't mounted" when doing fio with raw disk Signed-off-by: Yue Zhao <[email protected]>
- Loading branch information