Nir Soffer has uploaded a new change for review. Change subject: ceph: Require ceph-common package ......................................................................
ceph: Require ceph-common package For running vms using ceph disks, we need librbd1 library, dynamically loaded by qemu when using network disk using the rbd protocol. In the next version, when we will implement ceph storage domain monitoring and operations on ceph disks, we will need also python-rados and python-rbd packages and rbd and rados command line tools. For debugging and support, we probably need the ceph command line tool. All these goodies are provided by the ceph-common package, so we prefer to have them installed. Change-Id: I244100d29b0b06c0387a2fdc69e659c902bbcd3c Signed-off-by: Nir Soffer <[email protected]> --- M vdsm.spec.in 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/04/41804/1 diff --git a/vdsm.spec.in b/vdsm.spec.in index 8945f6c..4ca67b8 100644 --- a/vdsm.spec.in +++ b/vdsm.spec.in @@ -159,6 +159,7 @@ Requires: %{name}-xmlrpc = %{version}-%{release} Requires: %{name}-jsonrpc = %{version}-%{release} Requires: safelease >= 1.0-5 +Requires: ceph-common %if 0%{?rhev_build} Requires: mom >= 0.4.1-4 -- To view, visit https://gerrit.ovirt.org/41804 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I244100d29b0b06c0387a2fdc69e659c902bbcd3c Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Nir Soffer <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
