-----------------------------
The v9.1.0 packages are pushed to the development release repositories::
-
+
http://download.ceph.com/rpm-testing
http://download.ceph.com/debian-testing
For for info, see::
-
+
http://docs.ceph.com/docs/master/install/get-packages/
Or install with ceph-deploy via::
-
+
ceph-deploy install --testing HOST
Major Changes from Hammer
-------------------------
-* *General*:
+- *General*:
* Ceph daemons are now managed via systemd (with the exception of
Ubuntu Trusty, which still uses upstart).
* Ceph daemons run as 'ceph' user instead root.
* On Red Hat distros, there is also an SELinux policy.
-* *RADOS*:
+- *RADOS*:
* The RADOS cache tier can now proxy write operations to the base
tier, allowing writes to be handled without forcing migration of
an object into the cache.
(ceph-objectstore-tool).
* The internal ObjectStore API has been significantly cleaned up in order
to faciliate new storage backends like NewStore.
-* *RGW*:
+- *RGW*:
* The Swift API now supports object expiration.
* There are many Swift API compatibility improvements.
-* *RBD*:
+- *RBD*:
* The ``rbd du`` command shows actual usage (quickly, when
object-map is enabled).
* The object-map feature has seen many stability improvements.
(e.g., ``--size 64G``).
* There is a new ``rbd status`` command that, for now, shows who has
the image open/mapped.
-* *CephFS*:
+- *CephFS*:
* You can now rename snapshots.
* There have been ongoing improvements around administration, diagnostics,
and the check and repair tools.