Skip to content
Snippets Groups Projects
Commit 7f62958c authored by Julien Leduc's avatar Julien Leduc
Browse files

Rationalizing rpm installation for the tapeserver pod.

parent 889218e2
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ if [ ! -e /etc/buildtreeRunner ]; then
yum-config-manager --enable castor
# Install missing RPMs
yum -y install mt-st mtx lsscsi sg3_utils cta-taped cta-debuginfo castor-rmc-server
yum -y install mt-st mtx lsscsi sg3_utils castor-rmc-server
fi
# source library configuration file
......
......@@ -8,7 +8,7 @@ if [ ! -e /etc/buildtreeRunner ]; then
yum-config-manager --enable castor
# Install missing RPMs
yum -y install mt-st mtx lsscsi sg3_utils cta-taped cta-debuginfo castor-rmc-server ceph-common
yum -y install mt-st lsscsi sg3_utils cta-taped cta-debuginfo ceph-common
fi
echo "Using this configuration for library:"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment