Skip to content

Commit

Permalink
Fix omdb db inventory physical-disks to show disk serial (#6054)
Browse files Browse the repository at this point in the history
  • Loading branch information
papertigers authored Jul 11, 2024
1 parent cdf2e92 commit 100179a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-tools/omdb/src/bin/omdb/db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3227,7 +3227,7 @@ async fn cmd_db_inventory_physical_disks(
slot: disk.slot,
vendor: disk.vendor,
model: disk.model.clone(),
serial: disk.model.clone(),
serial: disk.serial.clone(),
variant: format!("{:?}", disk.variant),
});

Expand Down

0 comments on commit 100179a

Please sign in to comment.