mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-14 08:35:15 +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 1 MemTotal: 67108864 kB
|
|
Node 1 MemFree: 61752192 kB
|
|
Node 1 MemUsed: 5356672 kB
|
|
Node 1 Active: 3325724 kB
|
|
Node 1 Inactive: 206476 kB
|
|
Node 1 Active(anon): 3124584 kB
|
|
Node 1 Inactive(anon): 4348 kB
|
|
Node 1 Active(file): 201140 kB
|
|
Node 1 Inactive(file): 202128 kB
|
|
Node 1 Unevictable: 0 kB
|
|
Node 1 Mlocked: 0 kB
|
|
Node 1 Dirty: 25996 kB
|
|
Node 1 Writeback: 0 kB
|
|
Node 1 FilePages: 408200 kB
|
|
Node 1 Mapped: 28620 kB
|
|
Node 1 AnonPages: 112092 kB
|
|
Node 1 Shmem: 4432 kB
|
|
Node 1 KernelStack: 1184 kB
|
|
Node 1 PageTables: 15848 kB
|
|
Node 1 NFS_Unstable: 0 kB
|
|
Node 1 Bounce: 0 kB
|
|
Node 1 WritebackTmp: 0 kB
|
|
Node 1 Slab: 126440 kB
|
|
Node 1 SReclaimable: 52996 kB
|
|
Node 1 SUnreclaim: 73444 kB
|
|
Node 1 HugePages_Total: 0
|
|
Node 1 HugePages_Free: 0
|
|
Node 1 HugePages_Surp: 0
|