Skip to content

Commit d15f073

Browse files
committed
Added a step to install ceph
1 parent d129056 commit d15f073

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

add-ceph-osd-prerequisites

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
OS=$(cat /etc/os-release | grep -w NAME)
44

55
if [ "$OS" == 'NAME="Rocky Linux"' ] ; then
6-
dnf install ceph-osd ceph-volume
6+
dnf install ceph ceph-osd ceph-volume
77
elif [ "$OS" == 'NAME="Ubuntu"' ]; then
8-
apt install ceph-osd ceph-volume
8+
apt install ceph ceph-osd ceph-volume
99
else
1010
echo "OS is not Ubuntu or Rocky Linux"
1111
exit

0 commit comments

Comments
 (0)