On 05/07/2012 05:54 PM, Tim Flavin wrote:
The new site is great! I like the Ceph documentation, however I found a couple of typos. Is this the best place address them? (Some of the apparent typos may be my not understanding what is going on.) http://ceph.com/docs/master/config-cluster/ceph-conf/ The "Hardware Recommendations" link near the bottom of the page gives a 404. Did you want to point to http://ceph.com/docs/master/install/hardware-recommendations/ ? http://ceph.com/docs/master/config-ref/osd-config For "osd client message size cap" The default value is 500 MB but the description lists it a 200 MB. http://ceph.com/docs/master/api/librbdpy/ The line of code: "size = 4 * 1024 * 1024 # 4 GiB" appears to be missing a * 1024, and the next line is "rbd_inst.create('myimage', 4)" when it probably should be "rbd_inst.create('myimage', size)" This is repeated several times.
Thanks for the notes - I've fixed these in the master branch. All the docs are in git under the doc directory - if you find other problems, feel free to send a patch or a github pull request. You can even edit it in a browser on github if you like. -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html