Skip to content

Commit

Permalink
Merge pull request #5591 from ldorau/common-list-nd-resources-in-get-…
Browse files Browse the repository at this point in the history
…system-info.sh

common: list nd resources in get-system-info.sh
  • Loading branch information
lukaszstolarczuk committed Apr 21, 2023
2 parents acd71e8 + 88de642 commit bf7df09
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions utils/gha-runners/get-system-info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ function system_info {
echo "**********list-avaialble-pmem-devices**********"
ls -la /dev/dax*
ls -la /dev/pmem*
echo "**********list-nd-resources**********"
ls -la /sys/bus/nd/devices/ndbus*/region*/resource
ls -la /sys/bus/nd/devices/ndbus*/region*/dax*/resource
ls -la /sys/bus/nd/devices/ndbus*/region*/pfn*/resource
ls -la /sys/bus/nd/devices/ndbus*/region*/namespace*/resource
ls -la /sys/bus/nd/devices/region*/deep_flush
}

# Call the function above to print system info.
Expand Down

0 comments on commit bf7df09

Please sign in to comment.