On 07/28/2014 12:09 PM, Stefan Hajnoczi wrote: > On Wed, Jul 23, 2014 at 04:43:27AM -0000, selvakumar wrote: >> Public bug reported: >> >> [root@localhost pkgs]# qemu-img create virtualdisk.img 100M >> qemu-img: symbol lookup error: qemu-img: undefined symbol: glfs_discard_async >
You need to update glusterfs-libs. gluster doesn't have API symbol versioning, so RPM doesn't automatically pick this dependency up like it does for well behaved libraries: https://bugzilla.redhat.com/show_bug.cgi?id=1096654 - Cole