docs: storage: fix rbd pool indentation

This commit is contained in:
Cole Robinson 2014-12-04 10:34:05 -05:00
parent 38bde5776a
commit 9d31a0e4f6
1 changed files with 6 additions and 6 deletions

View File

@ -551,12 +551,12 @@
<name>myrbdpool</name>
<source>
<name>rbdpool</name>
<host name='1.2.3.4' port='6789'/>
<host name='my.ceph.monitor' port='6789'/>
<host name='third.ceph.monitor' port='6789'/>
<auth username='admin' type='ceph'>
<secret uuid='2ec115d7-3a88-3ceb-bc12-0ac909a6fd87'/>
</auth>
<host name='1.2.3.4' port='6789'/>
<host name='my.ceph.monitor' port='6789'/>
<host name='third.ceph.monitor' port='6789'/>
<auth username='admin' type='ceph'>
<secret uuid='2ec115d7-3a88-3ceb-bc12-0ac909a6fd87'/>
</auth>
</source>
&lt;/pool&gt;</pre>