From 2d5d479988f40c9c823498ed85ad9aa24d8ddc78 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 13 Jul 2016 14:37:58 +0800 Subject: [PATCH] doc: remove i386 from minimal hardware recommendations as we don't build or test on i386 machines now. also, we don't build i386 releases anymore. and regular users are on amd64 or arm. Signed-off-by: Kefu Chai --- doc/start/hardware-recommendations.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/doc/start/hardware-recommendations.rst b/doc/start/hardware-recommendations.rst index 777202092de6..f690ea1b1d17 100644 --- a/doc/start/hardware-recommendations.rst +++ b/doc/start/hardware-recommendations.rst @@ -265,7 +265,6 @@ and development clusters can run successfully with modest hardware. +==============+================+=========================================+ | ``ceph-osd`` | Processor | - 1x 64-bit AMD-64 | | | | - 1x 32-bit ARM dual-core or better | -| | | - 1x i386 dual-core | | +----------------+-----------------------------------------+ | | RAM | ~1GB for 1TB of storage per daemon | | +----------------+-----------------------------------------+ @@ -275,9 +274,8 @@ and development clusters can run successfully with modest hardware. | +----------------+-----------------------------------------+ | | Network | 2x 1GB Ethernet NICs | +--------------+----------------+-----------------------------------------+ -| ``ceph-mon`` | Processor | - 1x 64-bit AMD-64/i386 | +| ``ceph-mon`` | Processor | - 1x 64-bit AMD-64 | | | | - 1x 32-bit ARM dual-core or better | -| | | - 1x i386 dual-core | | +----------------+-----------------------------------------+ | | RAM | 1 GB per daemon | | +----------------+-----------------------------------------+ @@ -287,7 +285,6 @@ and development clusters can run successfully with modest hardware. +--------------+----------------+-----------------------------------------+ | ``ceph-mds`` | Processor | - 1x 64-bit AMD-64 quad-core | | | | - 1x 32-bit ARM quad-core | -| | | - 1x i386 quad-core | | +----------------+-----------------------------------------+ | | RAM | 1 GB minimum per daemon | | +----------------+-----------------------------------------+ -- 2.47.3