]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
install-deps: Add Virtuozzo Linux support
authorAndrey Parfenov <aparfenov@virtuozzo.com>
Mon, 3 Apr 2017 13:35:49 +0000 (16:35 +0300)
committerNathan Cutler <ncutler@suse.com>
Fri, 4 Oct 2019 14:50:29 +0000 (16:50 +0200)
Signed-off-by: Andrey Parfenov <aparfenov@virtuozzo.com>
(cherry picked from commit 46bdb32bcd65146c5f4269ac094f12c0b5472de7)

install-deps.sh

index 796f3b74aa383eaa03a5e0bb104f90ec3d1233dd..4f1ef9172e4abc40715c911ca13db70173fd8e82 100755 (executable)
@@ -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