
I have IIUIC installed the latest version of ovirt-imageio: $ sudo dnf list installed ovirt-imageio\* Last metadata expiration check: 0:19:43 ago on Mon Feb 6 12:05:50 2017. Installed Packages ovirt-imageio-common.noarch 1.0.0-0.201702052103.git89ae3b4.fc25 @ovirt-experimental ovirt-imageio-daemon.noarch 1.0.0-0.201702052103.git89ae3b4.fc25 @ovirt-experimental Details on broken dependencies: $ sudo dnf update --best Last metadata expiration check: 0:20:21 ago on Mon Feb 6 12:05:50 2017. Error: package vdsm-cli-4.20.0-261.gitabb73a5.fc25.noarch requires vdsm-client = 4.20.0-261.gitabb73a5.fc25, but none of the providers can be installed. package vdsm-cli-4.20.0-261.gitabb73a5.fc25.noarch requires vdsm-python = 4.20.0-261.gitabb73a5.fc25, but none of the providers can be installed (try to add '--allowerasing' to command line to replace conflicting packages) $ sudo dnf update --best --allowerasing Last metadata expiration check: 0:21:33 ago on Mon Feb 6 12:05:50 2017. Error: package vdsm-cli-4.20.0-261.gitabb73a5.fc25.noarch requires vdsm-client = 4.20.0-261.gitabb73a5.fc25, but none of the providers can be installed So it looks like vdsm-cli (already installed) has dependency on older version of vdsm-client, preventing vdsm-client from update. On Sat, Feb 4, 2017 at 10:17 PM, Dan Kenigsberg <danken@redhat.com> wrote:
On Fri, Feb 3, 2017 at 8:34 PM, Jakub Niedermertl <jniederm@redhat.com> wrote:
Hi all,
vdsm packages from experimental repo (http://resources.ovirt.org/repos/ovirt/experimental/master/latest.tested/rpm...) on Fedora 25 can't be updated because of "broken dependencies":
# dnf update Last metadata expiration check: 0:03:50 ago on Fri Feb 3 18:21:20 2017. Dependencies resolved. ===================================================================================== Package Arch Version Repository Size ===================================================================================== Skipping packages with broken dependencies: vdsm x86_64 4.20.0-319.git8469d6b.fc25 ovirt-experimental 501 k vdsm-api noarch 4.20.0-319.git8469d6b.fc25 ovirt-experimental 95 k vdsm-client noarch 4.20.0-319.git8469d6b.fc25 ovirt-experimental 24 k vdsm-hook-vmfex-dev noarch 4.20.0-319.git8469d6b.fc25 ovirt-experimental 10 k vdsm-jsonrpc noarch 4.20.0-319.git8469d6b.fc25 ovirt-experimental 29 k vdsm-python noarch 4.20.0-319.git8469d6b.fc25 ovirt-experimental 921 k vdsm-xmlrpc noarch 4.20.0-319.git8469d6b.fc25 ovirt-experimental 29 k vdsm-yajsonrpc noarch 4.20.0-319.git8469d6b.fc25 ovirt-experimental 32 k
Transaction Summary ===================================================================================== Skip 8 Packages
Nothing to do. Complete!
Anyone experiencing similar problem? Any clues how to fix this?
Could you download the vdsm packages and install them manually, to see which package is missing? Could it be ovirt-imageio?