conf_ceph: fixed ceph run on i386 platform

This commit is contained in:
2021-12-09 19:57:33 +01:00
parent a2a63639b9
commit fe4e61ce56

View File

@@ -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