Ceph

<p>I found a problem installing ceph (0.80) under debian arm (a Raspberry PI) using ceph-deploy.</p>
<p>Upon issuing the suggested</p>
<pre class=" ">ceph-deploy mon create-initial</pre>
<p class=" ">I got an error retrieving the file</p>
<pre class=" ">/var/lib/ceph/bootstrap-osd/ceph.keyring</pre>
<p class=" ">In fact it was not created, and I needed to issue the command:</p>
<pre class=" ">ceph auth get client.bootstrap-osd &gt; /var/lib/ceph/bootstrap-osd/ceph.keyring</pre>
<p class="