Skip to content

Commit

Permalink
[nvidia-bluefield] Add default disk to platform json (#21250)
Browse files Browse the repository at this point in the history
- Why I did it
On nvidia-bluefield, there is a eMMC along with the default NVMe disk. However, the ssdhealth command today picks up eMMC by default. Thus added this new field to platforn.json

Related to sonic-net/sonic-utilities#3693

- How I did it
Infra to read this is updated in the sonic-utilities show cli

- How to verify it
Verfied if show platform ssdhealth is reading the correct disk by default
  • Loading branch information
vivekrnv authored Feb 2, 2025
1 parent fda5d6e commit a3792f8
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"fan_drawers": [],
"psus": [],
"thermals": [],
"sfps": []
"sfps": [],
"disk": {
"device" : "/dev/nvme0n1"
}
},
"interfaces": {
"Ethernet0": {
Expand Down

0 comments on commit a3792f8

Please sign in to comment.