mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-14 00:25:17 +00:00
df80282dab
Commit ddd6bef4 switched to the ustar format to fix an issue where 'make dist' fails to create a tarball because we have files with relative names longer than 100 bytes by the time you include a 'libvirt-0.9.13' prefix. Unfortunately, even with ustar format, the use of 'tar -ch' tries to convert symlinks to hard links, also with a name too long (omitting the -h works, but automake automatically passes -h); such symlinks were added in commit 6dcf98c, which resulted in 'make dist' breaking again. The solution is to rename the offending symlinks to something shorter, by shortening the entire nodeinfodata naming scheme. * tests/nodeinfotest.c (mymain): Shorten test names. (linuxTestNodeInfo): Accommodate new names. * tests/nodeinfodata/*: Rename files accordingly.
30 lines
966 B
Plaintext
30 lines
966 B
Plaintext
|
|
Node 2 MemTotal: 67108864 kB
|
|
Node 2 MemFree: 64350240 kB
|
|
Node 2 MemUsed: 2758624 kB
|
|
Node 2 Active: 1049208 kB
|
|
Node 2 Inactive: 121980 kB
|
|
Node 2 Active(anon): 944424 kB
|
|
Node 2 Inactive(anon): 668 kB
|
|
Node 2 Active(file): 104784 kB
|
|
Node 2 Inactive(file): 121312 kB
|
|
Node 2 Unevictable: 0 kB
|
|
Node 2 Mlocked: 0 kB
|
|
Node 2 Dirty: 0 kB
|
|
Node 2 Writeback: 0 kB
|
|
Node 2 FilePages: 226784 kB
|
|
Node 2 Mapped: 10920 kB
|
|
Node 2 AnonPages: 35148 kB
|
|
Node 2 Shmem: 684 kB
|
|
Node 2 KernelStack: 1400 kB
|
|
Node 2 PageTables: 6228 kB
|
|
Node 2 NFS_Unstable: 0 kB
|
|
Node 2 Bounce: 0 kB
|
|
Node 2 WritebackTmp: 0 kB
|
|
Node 2 Slab: 24700 kB
|
|
Node 2 SReclaimable: 15072 kB
|
|
Node 2 SUnreclaim: 9628 kB
|
|
Node 2 HugePages_Total: 0
|
|
Node 2 HugePages_Free: 0
|
|
Node 2 HugePages_Surp: 0
|