Skip to content

Commit

Permalink
Merge pull request #1924 from tianshapjq/add-hugepages-to-attributes
Browse files Browse the repository at this point in the history
add hugepages info to attributes
  • Loading branch information
dashpole authored Aug 17, 2020
2 parents 65e04ec + 63c7f05 commit 7ec5180
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions info/v2/machine.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ func GetAttributes(mi *v1.MachineInfo, vi *v1.VersionInfo) Attributes {
MemoryCapacity: mi.MemoryCapacity,
MachineID: mi.MachineID,
SystemUUID: mi.SystemUUID,
HugePages: mi.HugePages,
Filesystems: mi.Filesystems,
DiskMap: mi.DiskMap,
NetworkDevices: mi.NetworkDevices,
Expand Down

0 comments on commit 7ec5180

Please sign in to comment.