• D
    Add support for probing filesystem with libblkid · 26798492
    Daniel P. Berrange 提交于
    The LXC code for mounting container filesystems from block devices
    tries all filesystems in /etc/filesystems and possibly those in
    /proc/filesystems. The regular mount binary, however, first tries
    using libblkid to detect the format. Add support for doing the same
    in libvirt, since Fedora's /etc/filesystems is missing many formats,
    most notably ext4 which is the default filesystem Fedora uses!
    
    * src/Makefile.am: Link libvirt_lxc to libblkid
    * src/lxc/lxc_container.c: Probe filesystem format with libblkid
    26798492
lxc_container.c 38.2 KB