Skip to content

Commit 63c7f05

Browse files
committed
add hugepages info to attributes
1 parent 4edfcdd commit 63c7f05

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)