On 07/29/2013 12:18 AM, Anand Avati
wrote:
Looks like even after the re-packaging.. the original problem is still there ! Post re-strucuring ( i am on F19 with updates-testing repo enabled) gluserfs-api has dep on -libs and glusterfs So when User install glusterfs-api, it pulls in -libs and glusterfs This is correct, since w/o glusterfs rpm we won't have a working qemu gluster backend. Just allowing qemu to execute by way of installing-libs and -api only won't help, since once qemu executes and someone tries qemu w/ gluster backend.. things will fail unless User has installed glusterfs rpm (which has all the client xlators) So today ... yum install glusterfs-api brings in glusterfs-libs and glusterfs which sounds correct to get a working system with qemu gluster backend. Later... yum remove glusterfs removes glusterfs-api which has a reverse dep on qemu, hence libvirt hence the entire virt stack goes down which was the original problem reported in the fedora devel list @ https://lists.fedoraproject.org/pipermail/devel/2013-July/186484.html and that unfortunately is still there, even after -libs was created as a separate rpm as part of this effort! thanx, deepak |