From: Andrey Parfenov Date: Mon, 3 Apr 2017 13:35:49 +0000 (+0300) Subject: install-deps: Add Virtuozzo Linux support X-Git-Tag: v12.2.13~109^2~24 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0ef44b53afb1291a93d1e3485e3026803962e4be;p=ceph.git install-deps: Add Virtuozzo Linux support Signed-off-by: Andrey Parfenov (cherry picked from commit 46bdb32bcd65146c5f4269ac094f12c0b5472de7) --- diff --git a/install-deps.sh b/install-deps.sh index 796f3b74aa3..4f1ef9172e4 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -179,6 +179,9 @@ else if test $(lsb_release -si) = CentOS -a $MAJOR_VERSION = 7 ; then $SUDO yum-config-manager --enable cr fi + if test $(lsb_release -si) = VirtuozzoLinux -a $MAJOR_VERSION = 7 ; then + $SUDO yum-config-manager --enable cr + fi ;; esac munge_ceph_spec_in $DIR/ceph.spec