Skip to content

Commit

Permalink
MDStat enrichment - fix failing codespell
Browse files Browse the repository at this point in the history
Rename disk device from hda to hdb in fixtures

Signed-off-by: trearcul <pavel.vondrak@hotmail.cz>
  • Loading branch information
trearcul committed Sep 16, 2020
1 parent a9f5948 commit 987b580
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fixtures.ttar
Original file line number Diff line number Diff line change
Expand Up @@ -2004,7 +2004,7 @@ md9 : active raid1 sdc2[2] sdd2[3] sdb2[1] sda2[0] sde[4](F) sdf[5](F) sdg[6](S)
md10 : active raid0 sda1[0] sdb1[1]
314159265 blocks 64k chunks

md11 : active (auto-read-only) raid1 sdb2[0] sdc2[1] sdc3[2](F) hda[4](S) ssdc2[3](S)
md11 : active (auto-read-only) raid1 sdb2[0] sdc2[1] sdc3[2](F) hdb[4](S) ssdc2[3](S)
4190208 blocks super 1.2 [2/2] [UU]
resync=PENDING

Expand Down
2 changes: 1 addition & 1 deletion mdstat_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ func TestFS_MDStat(t *testing.T) {
State: "failed",
},
{
Name: "hda",
Name: "hdb",
Role: 4,
State: "spare",
},
Expand Down

0 comments on commit 987b580

Please sign in to comment.