23:01 < nsoffer> Is this test know to fail? libguestfs/tests/c-api/.libs/lt-tests 23:01 < nsoffer> running make check on fedora 28 23:05 < nsoffer> seems like lvm issue: libguestfs: error: lvcreate: Volume group "VG1" has insufficient free space (6 extents): 13 required 23:06 < nsoffer> and xfs: libguestfs: error: xfs_admin: /dev/sda1: Cannot disable lazy-counters on V5 fs
Put the attached files into the libguestfs directory, chmod +x localconfigure, and use ./localconfigure whenever you would usually use ./configure. See also: http://libguestfs.org/guestfs-building.1.html#local-files Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-top is 'top' for virtual machines. Tiny program with many powerful monitoring features, net stats, disk stats, logging, etc. http://people.redhat.com/~rjones/virt-top
. localenv ./autogen.sh \ --prefix /usr \ --libdir /usr/lib64 \ --disable-static \ --with-default-backend=libvirt \ --with-extra="local,libvirt" \ --enable-werror \ --disable-golang \ -C \ "$@"
# NB: -*- Makefile -*- AND a shell script. #export SUPERMIN=/home/rjones/d/supermin/src/supermin #export LIBGUESTFS_HV=/home/rjones/d/qemu/x86_64-softmmu/qemu-system-x86_64 #export SUPERMIN_KERNEL=/home/rjones/d/linux/arch/x86/boot/bzImage #export SUPERMIN_MODULES=/tmp/lib/modules/4.6.0-rc5+ # Parallel test kills libvirt. export SKIP_TEST_PARALLEL_MOUNT_LOCAL=1 # Fails under valgrind because cpio subprocess has a memory leak. export SKIP_TEST_FILE_ARCHITECTURE_11=1 export SKIP_TEST_FILE_ARCHITECTURE_15=1 # Fails under valgrind because xzcat subprocess has a memory leak. export SKIP_TEST_FILE_ARCHITECTURE_17=1 # fusermount behaviour seems to have broken the test (RHBZ#1220751). export SKIP_TEST_FUSE_UMOUNT_RACE_SH=1 export SKIP_TEST_GUESTMOUNT_FD=1 # xfs_admin has no effect in Rawhide (RHBZ#1233220). export SKIP_TEST_XFS_ADMIN=1 export SKIP_TEST_XFS_MISC_PL=1 # syslinux broken by mtools (RHBZ#1275087). export SKIP_TEST_SYSLINUX_PL=1 # These tests are broken by libvirt not supporting qemu >= 2.10 locking. # REMOVE THIS when fixed. export SKIP_TEST820RHBZ912499_PY=1
_______________________________________________ Libguestfs mailing list [email protected] https://www.redhat.com/mailman/listinfo/libguestfs
