Skip to content

Commit

Permalink
Add comment to explain why md0 is used
Browse files Browse the repository at this point in the history
  • Loading branch information
keiko713 committed Nov 28, 2023
1 parent 9a7cf32 commit 17352b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions input/system/crunchy_bridge/system.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ func GetSystemState(config config.ServerConfig, logger *util.Logger) (system sta

system.DataDirectoryPartition = "/"
system.DiskPartitions = make(state.DiskPartitionMap)
// Manually specify the disk name to "md0" as that's the main disk
system.DiskPartitions["/"] = state.DiskPartition{
DiskName: "md0",
PartitionName: "md0",
Expand Down

0 comments on commit 17352b7

Please sign in to comment.