conf_ceph: fixed ceph run on i386 platform
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user