Skip to content

Commit

Permalink
Merge pull request #7 from jay-johnson/native-ceph-support
Browse files Browse the repository at this point in the history
spelling and grammar fixes for ceph cluster docs
  • Loading branch information
jay-johnson authored Feb 25, 2019
2 parents 786878f + ce0fd39 commit f2efc13
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions ceph/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ By default, the disk images will be installed at: ``/cephdata/m[123]/k8-centos-m
Background
----------

This installer was built to replace Rook-Ceph after hitting cluster stability after ~30 days in 2019. The steps are taken from the Ceph Helm installer:
This installer was built to replace Rook-Ceph after encountering cluster stability issues after ~30 days of uptime in 2019. The steps are taken from the Ceph Helm installer:

http://docs.ceph.com/docs/mimic/start/kube-helm/

Expand Down Expand Up @@ -370,14 +370,14 @@ Confirm connectivity

telnet ceph-mon.ceph.svc.cluster.local 6789

If connectivity was the fixed on all the nodes then please ``./_uninstall.sh -f`` and then reinstall with ``./run.sh``
If connectivity was fixed on all the kubernetes nodes then please ``./_uninstall.sh`` and then reinstall with ``./run.sh``

If not please continue to the next debugging section below.

Orphaned fdisk Processes
------------------------

If you have to use the ``./_uninstall.sh -f`` command there is the potential the partition tool ``fdisk`` can hang. If this happens it should hang the ``./_uninstall.sh -f`` and be detected by the user or the script (hopefully).
If you have to use the ``./_uninstall.sh -f`` to uninstall and re-partition the disk images, there is a chance the partition tool ``fdisk`` can hang. If this happens it should hang the ``./_uninstall.sh -f`` and be detected by the user or the script (hopefully).

If your cluster hits this issue I have to reboot my server.

Expand Down Expand Up @@ -455,7 +455,7 @@ Stop ``strace`` that will prevent ``gdb`` tracing next:
<http://www.gnu.org/software/gdb/bugs/>.
Attaching to process 18516

At this point if a vm hits gets here the server gets rebooted.
At this point if a vm gets to this point in the kubernetes cluster then the server gets rebooted.

Here are other operational debugging tools that were used with cluster start up below:

Expand Down
8 changes: 4 additions & 4 deletions docs/source/ceph.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ By default, the disk images will be installed at: ``/cephdata/m[123]/k8-centos-m
Background
----------

This installer was built to replace Rook-Ceph after hitting cluster stability after ~30 days in 2019. The steps are taken from the Ceph Helm installer:
This installer was built to replace Rook-Ceph after encountering cluster stability issues after ~30 days of uptime in 2019. The steps are taken from the Ceph Helm installer:

http://docs.ceph.com/docs/mimic/start/kube-helm/

Expand Down Expand Up @@ -370,14 +370,14 @@ Confirm connectivity

telnet ceph-mon.ceph.svc.cluster.local 6789

If connectivity was the fixed on all the nodes then please ``./_uninstall.sh -f`` and then reinstall with ``./run.sh``
If connectivity was fixed on all the kubernetes nodes then please ``./_uninstall.sh`` and then reinstall with ``./run.sh``

If not please continue to the next debugging section below.

Orphaned fdisk Processes
------------------------

If you have to use the ``./_uninstall.sh -f`` command there is the potential the partition tool ``fdisk`` can hang. If this happens it should hang the ``./_uninstall.sh -f`` and be detected by the user or the script (hopefully).
If you have to use the ``./_uninstall.sh -f`` to uninstall and re-partition the disk images, there is a chance the partition tool ``fdisk`` can hang. If this happens it should hang the ``./_uninstall.sh -f`` and be detected by the user or the script (hopefully).

If your cluster hits this issue I have to reboot my server.

Expand Down Expand Up @@ -455,7 +455,7 @@ Stop ``strace`` that will prevent ``gdb`` tracing next:
<http://www.gnu.org/software/gdb/bugs/>.
Attaching to process 18516

At this point if a vm hits gets here the server gets rebooted.
At this point if a vm gets to this point in the kubernetes cluster then the server gets rebooted.

Here are other operational debugging tools that were used with cluster start up below:

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def run_tests(self):
setup(
name='deploy-to-kubernetes',
cmdclass={'test': PyTest},
version='1.0.6',
version='1.0.7',
description=(
'Deployment tooling for managing '
'a distributed AI stack on Kubernetes. Projects using '
Expand Down

0 comments on commit f2efc13

Please sign in to comment.