Skip to content

Commit 7ec5180

Browse files
authored
Merge pull request #1924 from tianshapjq/add-hugepages-to-attributes
add hugepages info to attributes
2 parents 65e04ec + 63c7f05 commit 7ec5180

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

info/v2/machine.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ func GetAttributes(mi *v1.MachineInfo, vi *v1.VersionInfo) Attributes {
8787
MemoryCapacity: mi.MemoryCapacity,
8888
MachineID: mi.MachineID,
8989
SystemUUID: mi.SystemUUID,
90+
HugePages: mi.HugePages,
9091
Filesystems: mi.Filesystems,
9192
DiskMap: mi.DiskMap,
9293
NetworkDevices: mi.NetworkDevices,

0 commit comments

Comments
 (0)