On Fri, Aug 30, 2013 at 6:17 AM, Bernhard Glomm
<bernhard.gl...@ecologic.eu>wrote:

> Is there an _actual_ howto, man page or other documentation
> about ceph-deploy?
>

There are a couple of places for ceph-deploy documentation.

The first one is the Github project page:
https://github.com/ceph/ceph-deploy#ceph-deploy----deploy-ceph-with-minimal-infrastructure

And the other place for ceph-deploy examples is the actual ceph docs page,
although not centralized in one spot, but spread around
depending on the use case: ceph.com/docs/



> I can't find any documentation about how to specify different
> networks (storage/public), use folders or partitions instead of disks...
>

There are more than a few rough spots where ceph-deploy's docs are either
not well documented or not documented at all. For the past
couple of weeks we have been concentrating on improving the stability and
attempting to update docs as we've moved forward.

To use a partition you would do something similar to this:

    ceph-deploy osd create {host}:{disk}[:{journal}]

So if you had a node1 host, with a /dev/sda disk and a /dev/sda1 partition
the above command would now look like:

    ceph-deploy osd create node1:/dev/sda:/dev/sda1

And for an OSD folder it would be

    ceph-deploy osd create node1:/path/to/osd


There is a ticket open to improve documentation specifically for the OSD
commands, so that should be soon fixed.


>
> TIA
>
> Bernhard
>
>
> --
>   ------------------------------
>   [image: *Ecologic Institute*]   *Bernhard Glomm*
> IT Administration
>
>    Phone:  +49 (30) 86880 134   Fax:  +49 (30) 86880 100   Skype: 
> bernhard.glomm.ecologic     [image:
> Website:] <http://ecologic.eu> [image: | 
> Video:]<http://www.youtube.com/v/hZtiK04A9Yo> [image:
> | Newsletter:] <http://ecologic.eu/newsletter/subscribe> [image: |
> Facebook:] <http://www.facebook.com/Ecologic.Institute> [image: |
> Linkedin:]<http://www.linkedin.com/company/ecologic-institute-berlin-germany> 
> [image:
> | Twitter:] <http://twitter.com/EcologicBerlin> [image: | 
> YouTube:]<http://www.youtube.com/user/EcologicInstitute> [image:
> | Google+:] <http://plus.google.com/113756356645020994482>   Ecologic
> Institut gemeinnützige GmbH | Pfalzburger Str. 43/44 | 10717 Berlin |
> Germany
> GF: R. Andreas Kraemer | AG: Charlottenburg HRB 57947 | USt/VAT-IdNr.:
> DE811963464
> Ecologic™ is a Trade Mark (TM) of Ecologic Institut gemeinnützige GmbH
> ------------------------------
>
> _______________________________________________
> ceph-users mailing list
> ceph-users@lists.ceph.com
> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>
>
_______________________________________________
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to