diff --git a/modules/conf_ceph.sh b/modules/conf_ceph.sh index e1d6299..7b9bce0 100644 --- a/modules/conf_ceph.sh +++ b/modules/conf_ceph.sh @@ -95,7 +95,7 @@ conf_ceph() precheck_conf_ceph() { - if [[ $SYS_ARCH == "x86_64" ]]; then + if [[ $SYS_ARCH == "x86_64" || $SYS_ARCH == "i386" ]]; then prnt I "Installing ceph client package..." CEPH_STATUS=ceph else