Skip to content

Commit dbaf4ec

Browse files
committed
docs(troubleshooting): use double backticks for inline literals
1 parent fa63894 commit dbaf4ec

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

docs/troubleshooting_deis/index.rst

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -108,24 +108,24 @@ Note that store-volume requires CoreOS >= 471.1.0 for the CephFS kernel module.
108108
Any component fails to start
109109
----------------------------
110110

111-
Use `deisctl status <component>` to view the status of the component.
112-
You can also use `deisctl journal <component>` to tail logs for a component, or `deisctl list`
111+
Use ``deisctl status <component>`` to view the status of the component.
112+
You can also use ``deisctl journal <component>`` to tail logs for a component, or ``deisctl list``
113113
to list all components.
114114

115115
Failed initializing SSH client
116116
------------------------------
117117

118-
A `deisctl` command fails with: 'Failed initializing SSH client: ssh: handshake failed: ssh: unable to authenticate'.
119-
Did you remember to add your SSH key to the ssh-agent? `ssh-add -L` should list the key you used
120-
to provision the servers. If it's not there, `ssh-add -K /path/to/your/key`.
118+
A ``deisctl`` command fails with: 'Failed initializing SSH client: ssh: handshake failed: ssh: unable to authenticate'.
119+
Did you remember to add your SSH key to the ssh-agent? ``ssh-add -L`` should list the key you used
120+
to provision the servers. If it's not there, ``ssh-add -K /path/to/your/key``.
121121

122122
All the given peers are not reachable
123123
-------------------------------------
124124

125-
A `deisctl` command fails with: 'All the given peers are not reachable (Tried to connect to each peer twice and failed)'.
125+
A ``deisctl`` command fails with: 'All the given peers are not reachable (Tried to connect to each peer twice and failed)'.
126126
The most common cause of this issue is that a [new discovery URL](https://discovery.etcd.io/new)
127-
wasn't generated and updated in `contrib/coreos/user-data` before the cluster was launched.
128-
Each Deis cluster must have a unique discovery URL, or else `etcd` will try and fail to connect to old hosts.
127+
wasn't generated and updated in ``contrib/coreos/user-data`` before the cluster was launched.
128+
Each Deis cluster must have a unique discovery URL, or else ``etcd`` will try and fail to connect to old hosts.
129129
Try destroying the cluster and relaunching the cluster with a fresh discovery URL.
130130

131131
You can use ``make discovery-url`` to automatically fetch a new discovery URL.
@@ -138,4 +138,3 @@ Running into something not detailed here? Please `open an issue`_ or hop into #d
138138
.. _`Ceph FS`: https://ceph.com/docs/giant/cephfs/
139139
.. _`open an issue`: https://github.com/deis/deis/issues/new
140140
.. _`troubleshooting`: http://docs.ceph.com/docs/giant/rados/troubleshooting/
141-

0 commit comments

Comments
 (0)