mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-13 08:05:16 +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 3 MemTotal: 67108864 kB
|
|
Node 3 MemFree: 65372380 kB
|
|
Node 3 MemUsed: 1736484 kB
|
|
Node 3 Active: 87008 kB
|
|
Node 3 Inactive: 71908 kB
|
|
Node 3 Active(anon): 25684 kB
|
|
Node 3 Inactive(anon): 444 kB
|
|
Node 3 Active(file): 61324 kB
|
|
Node 3 Inactive(file): 71464 kB
|
|
Node 3 Unevictable: 0 kB
|
|
Node 3 Mlocked: 0 kB
|
|
Node 3 Dirty: 0 kB
|
|
Node 3 Writeback: 0 kB
|
|
Node 3 FilePages: 133260 kB
|
|
Node 3 Mapped: 13668 kB
|
|
Node 3 AnonPages: 21560 kB
|
|
Node 3 Shmem: 472 kB
|
|
Node 3 KernelStack: 680 kB
|
|
Node 3 PageTables: 2392 kB
|
|
Node 3 NFS_Unstable: 0 kB
|
|
Node 3 Bounce: 0 kB
|
|
Node 3 WritebackTmp: 0 kB
|
|
Node 3 Slab: 26296 kB
|
|
Node 3 SReclaimable: 18312 kB
|
|
Node 3 SUnreclaim: 7984 kB
|
|
Node 3 HugePages_Total: 0
|
|
Node 3 HugePages_Free: 0
|
|
Node 3 HugePages_Surp: 0
|