Skip to content

Commit da4408b

Browse files
committed
Merge pull request #3472 from carmstrong/ceph-hammer
chore(store): bump Ceph to "hammer" release
2 parents 865b07f + 570ba3f commit da4408b

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

docs/managing_deis/add_remove_host.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ Reminder: make sure you're logged into the machine you're removing from the clus
272272
deis-store-metadata
273273
274274
This is actually all that's necessary. Ceph provides a ``ceph mds rm`` command, but has no
275-
documentation for it. See: http://docs.ceph.com/docs/giant/rados/operations/control/#mds-subsystem
275+
documentation for it. See: http://docs.ceph.com/docs/hammer/rados/operations/control/#mds-subsystem
276276

277277
Removing the host from etcd
278278
~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -282,5 +282,5 @@ This can be achieved by making a request to the etcd API. See `remove machines`_
282282

283283
.. _`custom firewall script`: https://github.com/deis/deis/blob/master/contrib/util/custom-firewall.sh
284284
.. _`remove machines`: https://coreos.com/docs/distributed-configuration/etcd-api/#remove-machines
285-
.. _`removing monitors`: http://ceph.com/docs/giant/rados/operations/add-or-rm-mons/#removing-monitors
286-
.. _`removing OSDs`: http://docs.ceph.com/docs/giant/rados/operations/add-or-rm-osds/#removing-osds-manual
285+
.. _`removing monitors`: http://ceph.com/docs/hammer/rados/operations/add-or-rm-mons/#removing-monitors
286+
.. _`removing OSDs`: http://docs.ceph.com/docs/hammer/rados/operations/add-or-rm-osds/#removing-osds-manual

docs/troubleshooting_deis/troubleshooting-store.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ Troubleshooting deis-store
99
The store component is the most complex component of Deis. As such, there are many ways for it to fail.
1010
Recall that the store components represent Ceph services as follows:
1111

12-
* ``store-monitor``: http://ceph.com/docs/giant/man/8/ceph-mon/
13-
* ``store-daemon``: http://ceph.com/docs/giant/man/8/ceph-osd/
14-
* ``store-gateway``: http://ceph.com/docs/giant/radosgw/
15-
* ``store-metadata``: http://ceph.com/docs/giant/man/8/ceph-mds/
12+
* ``store-monitor``: http://ceph.com/docs/hammer/man/8/ceph-mon/
13+
* ``store-daemon``: http://ceph.com/docs/hammer/man/8/ceph-osd/
14+
* ``store-gateway``: http://ceph.com/docs/hammer/radosgw/
15+
* ``store-metadata``: http://ceph.com/docs/hammer/man/8/ceph-mds/
1616
* ``store-volume``: a system service which mounts a `Ceph FS`_ volume to be used by the controller and logger components
1717

1818
Log output for store components can be viewed with ``deisctl status store-<component>`` (such as
@@ -126,5 +126,5 @@ failing store-volume, application logs will be lost until the volume recovers.
126126

127127
Note that store-volume requires CoreOS >= 471.1.0 for the CephFS kernel module.
128128

129-
.. _`Ceph FS`: https://ceph.com/docs/giant/cephfs/
130-
.. _`troubleshooting`: http://docs.ceph.com/docs/giant/rados/troubleshooting/
129+
.. _`Ceph FS`: https://ceph.com/docs/hammer/cephfs/
130+
.. _`troubleshooting`: http://docs.ceph.com/docs/hammer/rados/troubleshooting/

store/base/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ curl -sSL -o /usr/local/bin/confd https://github.com/kelseyhightower/confd/relea
2424
&& chmod +x /usr/local/bin/confd
2525

2626
curl -sSL 'https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc' | apt-key add -
27-
echo "deb http://ceph.com/debian-giant trusty main" > /etc/apt/sources.list.d/ceph.list
27+
echo "deb http://ceph.com/debian-hammer trusty main" > /etc/apt/sources.list.d/ceph.list
2828

2929
apt-get update && apt-get install -yq ceph
3030

0 commit comments

Comments
 (0)