diff options
author | Sage Weil <sage@inktank.com> | 2013-05-07 18:26:40 -0700 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-05-07 18:26:40 -0700 |
commit | f0c0997cb86b20fbc2613102fc58de7d64b861f4 (patch) | |
tree | 3712144fe1713b644ea0385181db00bb725ac939 /doc | |
parent | 9477c17abe24ac4d154b50cd46e9658dd0f73e81 (diff) | |
download | ceph-f0c0997cb86b20fbc2613102fc58de7d64b861f4.tar.gz |
doc/install/os-recs: reverse order of releases
Signed-off-by: Sage Weil <sage@inktank.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/os-recommendations.rst | 46 |
1 files changed, 22 insertions, 24 deletions
diff --git a/doc/install/os-recommendations.rst b/doc/install/os-recommendations.rst index 831bcca4655..71a4d3a278b 100644 --- a/doc/install/os-recommendations.rst +++ b/doc/install/os-recommendations.rst @@ -36,23 +36,31 @@ platforms. Generally speaking, there is very little dependence on specific distributions aside from the kernel and system initialization package (i.e., sysvinit, upstart, systemd). -Argonaut (0.48) ---------------- +Cuttlefish (0.61) +----------------- +----------+----------+--------------------+--------------+---------+------------+ | Distro | Release | Code Name | Kernel | Notes | Testing | +==========+==========+====================+==============+=========+============+ -| Ubuntu | 11.04 | Natty Narwhal | linux-2.6.38 | 1, 2, 3 | B | -+----------+----------+--------------------+--------------+---------+------------+ -| Ubuntu | 11.10 | Oneric Ocelot | linux-3.0.0 | 1, 2, 3 | B | -+----------+----------+--------------------+--------------+---------+------------+ | Ubuntu | 12.04 | Precise Pangolin | linux-3.2.0 | 1, 2 | B, I, C | +----------+----------+--------------------+--------------+---------+------------+ | Ubuntu | 12.10 | Quantal Quetzal | linux-3.5.4 | 2 | B | +----------+----------+--------------------+--------------+---------+------------+ +| Ubuntu | 13.04 | Raring Ringtail | linux-3.8.5 | | B | ++----------+----------+--------------------+--------------+---------+------------+ | Debian | 6.0 | Squeeze | linux-2.6.32 | 1, 2, 3 | B | +----------+----------+--------------------+--------------+---------+------------+ -| Debian | 7.0 | Wheezy | linux-3.2.0 | 1, 2, 3 | B | +| Debian | 7.0 | Wheezy | linux-3.2.0 | 1, 2 | B | ++----------+----------+--------------------+--------------+---------+------------+ +| CentOS | 6.3 | N/A | linux-2.6.32 | 1, 2 | B, I | ++----------+----------+--------------------+--------------+---------+------------+ +| RHEL | 6.3 | | linux-2.6.32 | 1, 2 | B, I | ++----------+----------+--------------------+--------------+---------+------------+ +| Fedora | 17.0 | Beefy Miracle | linux-3.3.4 | 1, 2 | B | ++----------+----------+--------------------+--------------+---------+------------+ +| Fedora | 18.0 | Spherical Cow | linux-3.6.0 | | B | ++----------+----------+--------------------+--------------+---------+------------+ +| OpenSuse | 12.2 | N/A | linux-3.4.0 | 2 | B | +----------+----------+--------------------+--------------+---------+------------+ Bobtail (0.56) @@ -82,36 +90,26 @@ Bobtail (0.56) | OpenSuse | 12.2 | N/A | linux-3.4.0 | 2 | B | +----------+----------+--------------------+--------------+---------+------------+ - -Cuttlefish (0.61) ------------------ +Argonaut (0.48) +--------------- +----------+----------+--------------------+--------------+---------+------------+ | Distro | Release | Code Name | Kernel | Notes | Testing | +==========+==========+====================+==============+=========+============+ +| Ubuntu | 11.04 | Natty Narwhal | linux-2.6.38 | 1, 2, 3 | B | ++----------+----------+--------------------+--------------+---------+------------+ +| Ubuntu | 11.10 | Oneric Ocelot | linux-3.0.0 | 1, 2, 3 | B | ++----------+----------+--------------------+--------------+---------+------------+ | Ubuntu | 12.04 | Precise Pangolin | linux-3.2.0 | 1, 2 | B, I, C | +----------+----------+--------------------+--------------+---------+------------+ | Ubuntu | 12.10 | Quantal Quetzal | linux-3.5.4 | 2 | B | +----------+----------+--------------------+--------------+---------+------------+ -| Ubuntu | 13.04 | Raring Ringtail | linux-3.8.5 | | B | -+----------+----------+--------------------+--------------+---------+------------+ | Debian | 6.0 | Squeeze | linux-2.6.32 | 1, 2, 3 | B | +----------+----------+--------------------+--------------+---------+------------+ -| Debian | 7.0 | Wheezy | linux-3.2.0 | 1, 2 | B | -+----------+----------+--------------------+--------------+---------+------------+ -| CentOS | 6.3 | N/A | linux-2.6.32 | 1, 2 | B, I | -+----------+----------+--------------------+--------------+---------+------------+ -| RHEL | 6.3 | | linux-2.6.32 | 1, 2 | B, I | -+----------+----------+--------------------+--------------+---------+------------+ -| Fedora | 17.0 | Beefy Miracle | linux-3.3.4 | 1, 2 | B | -+----------+----------+--------------------+--------------+---------+------------+ -| Fedora | 18.0 | Spherical Cow | linux-3.6.0 | | B | -+----------+----------+--------------------+--------------+---------+------------+ -| OpenSuse | 12.2 | N/A | linux-3.4.0 | 2 | B | +| Debian | 7.0 | Wheezy | linux-3.2.0 | 1, 2, 3 | B | +----------+----------+--------------------+--------------+---------+------------+ - Notes ----- |