summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* fix ceph osd create helpDanny Kukawka2012-08-161-2/+2
| | | | | | | | | | | [ The following text is in the "UTF-8" character set. ] [ Your display is set for the "ANSI_X3.4-1968" character set. ] [ Some characters may be displayed incorrectly. ] Change ceph osd create <osd-id> to ceph osd create <uuid>, since this is what the command is really doing. Signed-off-by: Danny Kukawka <danny.kukawka@bisect.de>
* mon: 'osd pool rename <oldname> <newname>'Sage Weil2012-06-291-1/+2
| | | | Signed-off-by: Sage Weil <sage@inktank.com>
* doc/config-cluster/authentication: keyring default locations, simplify key ↵Sage Weil2012-06-271-80/+64
| | | | | | | | | | management - keyrings have new default locations that everyone should use. - the user key setup is vastly simplified if you use the 'ceph auth get-or-create' command. Signed-off-by: Sage Weil <sage@inktank.com>
* doc: added qemu-img documentation for rbd.John Wilkins2012-06-142-0/+67
| | | | Signed-off-by: John Wilkins <john.wilkins@inktank.com>
* doc: Added steps for OpenStack install with DevStackJohn Wilkins2012-06-141-0/+33
| | | | Signed-off-by: John Wilkins <john.wilkins@inktank.com>
* doc: fixed bash syntax error.John Wilkins2012-06-141-7/+4
| | | | Signed-off-by: John Wilkins <john.wilkins@inktank.com>
* doc: Multi-monitor support means ceph::single_mon was renamed.Tommi Virtanen2012-06-131-1/+1
| | | | | | | This changed in ceph-cookbooks.git commit 8e56551b11fe28cc4f29f4fcdcf6c38516bdc833. Signed-off-by: Tommi Virtanen <tv@inktank.com>
* doc: update examples in radosgw-admin man pageFlorian Haas2012-06-111-5/+13
| | | | | | | | | * "user gen" is gone and is now "user create" * --uid option is mandatory for "user create" Mailing list thread: http://www.spinics.net/lists/ceph-devel/msg06744.html Signed-off-by: Florian Haas <florian@hastexo.com>
* Merge remote-tracking branch 'gh/wip-rbd-format'Sage Weil2012-06-101-0/+21
|\
| * rados: add commands to interact with object mapsJosh Durgin2012-06-091-0/+21
| | | | | | | | | | | | | | | | The input values are stored as-is, and any values read are dumped in hex. Rename listomap to listomapkeys to distinguish from listomapvalues. Also add it to the man page. Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
* | doc: Segregated set up git from clone.John Wilkins2012-06-093-33/+46
|/ | | | Signed-off-by: John Wilkins <john.wilkins@inktank.com>
* doc: Added mount cephfs with fstab.John Wilkins2012-06-072-1/+21
| | | | Signed-off-by: John Wilkins <john.wilkins@inktank.com>
* doc: Incorporated Sam's comments.John Wilkins2012-06-071-83/+138
| | | | Signed-off-by: John Wilkins <john.wilkins@inktank.com>
* doc: Typo fix.John Wilkins2012-06-071-1/+1
| | | | Signed-off-by: John Wilkins <john.wilkins@inktank.com>
* doc: Added mount cephfs and included it in quick start.John Wilkins2012-06-065-0/+67
| | | | Signed-off-by: John Wilkins <john.wilkins@inktank.com>
* doc: keyring.bin -> keyring everwhereSage Weil2012-06-052-12/+12
| | | | Signed-off-by: Sage Weil <sage@inktank.com>
* doc: Added the root discussion to deploy with mkcephfs.John Wilkins2012-06-051-11/+55
| | | | Signed-off-by: John Wilkins <john.wilkins@inktank.com>
* doc: Added chmod for keyring, and moved client.admin user higher.John Wilkins2012-06-051-17/+21
| | | | Signed-off-by: John Wilkins <john.wilkins@inktank.com>
* doc: Added S3 examples to the toctree.John Wilkins2012-06-051-8/+7
| | | | Signed-off-by: John Wilkins <john.wilkins@inktank.com>
* doc: adding code samples for S3 API usage (thanks, DH!)Emily Popper2012-06-057-0/+1458
| | | | Signed-off-by: Ross Turk <ross@inktank.com>
* doc: Added ${lsb_release -sc} based on Sam's feedback.John Wilkins2012-06-051-8/+7
| | | | Signed-off-by: John Wilkins <john.wilkins@inktank.com>
* doc: fix autobuild debian source lineSage Weil2012-06-011-2/+2
| | | | Signed-off-by: Sage Weil <sage@inktank.com>
* Merge remote-tracking branch 'gh/wip-mon-doc'Sage Weil2012-05-312-0/+109
|\
| * doc: Add Paxos call chain to doc/mon/Joao Eduardo Luis2012-05-292-0/+109
| | | | | | | | Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com>
* | doc: Added preliminary rbd and ko info.John Wilkins2012-05-314-0/+218
| | | | | | | | Signed-off-by: John Wilkins <john.wilkins@inktank.com>
* | doc: ceph.conf cleanup for cephx authentication.John Wilkins2012-05-302-27/+28
| | | | | | | | Signed-off-by: John Wilkins <john.wilkins@inktank.com>
* | doc: fix broken link.John Wilkins2012-05-301-1/+1
| | | | | | | | Signed-off-by: John Wilkins <john.wilkins@inktank.com>
* | doc: Added -a to service ceph stop.John Wilkins2012-05-301-1/+1
| | | | | | | | Signed-off-by: John Wilkins <john.wilkins@inktank.com>
* | doc: Consolidated mkcephfs deployment files.John Wilkins2012-05-305-65/+67
| | | | | | | | Signed-off-by: John Wilkins <john.wilkins@inktank.com>
* | doc: Added pools and authentication.John Wilkins2012-05-303-0/+166
| | | | | | | | Signed-off-by: John Wilkins <john.wilkins@inktank.com>
* | doc: Updated authentication with header canonicalization.John Wilkins2012-05-301-26/+34
|/ | | | Signed-off-by: John Wilkins <john.wilkins@inktank.com>
* doc: needed carriage returns between headings, code tag and syntax.John Wilkins2012-05-251-0/+5
| | | | Signed-off-by: John Wilkins <john.wilkins@inktank.com>
* doc: removed redundant install.John Wilkins2012-05-251-1/+0
| | | | Signed-off-by: John Wilkins <john.wilkins@inktank.com>
* doc: Filled in descriptions for object operations.John Wilkins2012-05-252-152/+164
| | | | Signed-off-by: John Wilkins <john.wilkins@inktank.com>
* doc: Restored install for dev/unstable packages.John Wilkins2012-05-241-8/+32
| | | | Signed-off-by: John Wilkins <john.wilkins@inktank.com>
* rbd.py doc: Fix markup on :class: referencesDan Mick2012-05-231-3/+4
| | | | | Signed-off-by: Dan Mick <dan.mick@inktank.com> Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
* doc/api/s3/bucketops.rst Corrected heading.John2012-05-232-38/+21
| | | | | | | doc/install/chef.rst Added Sam's edits to the Chef install. Signed-off-by: John <john@admin-host.(none)>
* doc/api/s3 <-chipping away at objectops and clean up. Added Copy Object.John2012-05-2310-105/+116
| | | | | | | | doc/source <-fixed a typo, updates for installing on precise, rm $ from cmds doc/start <-replaced clone link with tarball link. Link to Ceph Source Code. Signed-off-by: John Wilkins <john.wilkins@inktank.com>
* Merge branch 'wip-quorum'Sage Weil2012-05-222-0/+215
|\
| * doc: document range of methods for cluster creation, expansionSage Weil2012-05-211-0/+199
| | | | | | | | | | | | | | This isn't quite complete, and should be integrated with the info in the ops section on mon cluster expansion, but the raw content is here at least. Signed-off-by: Sage Weil <sage@inktank.com>
| * monmaptool: add --generate, --filter-initial optionsSage Weil2012-05-181-0/+16
| | | | | | | | | | | | Generate a monmap from conf/args, and apply the mon initial hosts to it. Signed-off-by: Sage Weil <sage@inktank.com>
* | doc/config-cluster/chef.rst <-fixed an error in upload command.John Wilkins2012-05-225-8/+13
| | | | | | | | | | | | | | | | | | doc/config-cluster/deploying-ceph-conf.rst <-added sudo. required. doc/config-cluster/deploying-ceph-with-mkcephfs.rst <-cd to /etc/ceph so keyring goes there. doc/install/chef.rst <-added update and install opscode-keyring, and upgrade. doc/install/debian.rst <-added ceph-common to the install Signed-off-by: John Wilkins <john.wilkins@dreamhost.com>
* | Merge branch 'master' of github.com:ceph/cephJohn Wilkins2012-05-224-1/+48
|\ \
| * | doc: fix broken link in FAQRoss Turk2012-05-211-1/+3
| | | | | | | | | | | | Signed-off-by: Ross Turk <ross@inktank.com>
| * | doc: added links from the chef install doc to the chef config doc and backRoss Turk2012-05-212-1/+6
| | | | | | | | | | | | Signed-off-by: Ross Turk <ross@inktank.com>
| * | doc: Added a FAQ page.Ross Turk2012-05-212-0/+40
| | | | | | | | | | | | | | | | | | Added a FAQ page, which we will need to put more content in. Signed-off-by: Ross Turk <ross@inktank.com>
* | | doc/config-cluster/ceph-conf.rst <-Fixed some formatting issues.John Wilkins2012-05-224-14/+25
|/ / | | | | | | | | | | | | | | | | | | doc/config-cluster/deploying-ceph-conf.rst <-minor edit. doc/start/get-involved-in-the-ceph-community.rst <-removed $ from command line instruction. doc/start/quick-start.rst <-added additional steps. Signed-off-by: John Wilkins <john.wilkins@dreamhost.com>
* | Added the Swift API as is. Still needs a lot of work.John Wilkins2012-05-212-0/+486
| | | | | | | | Signed-off-by: John Wilkins <john.wilkins@dreamhost.com>
* | doc: misc updatesJohn Wilkins2012-05-2125-179/+17704
| | | | | | | | | | | | | | | | | | | | | | | | doc/architecture.rst - removed broken reference. doc/config-cluster - cleanup and added chef doc/install - Made generic to add Chef, OpenStack and libvert installs doc/init - Created light start | stop and health section doc/source - Removed $ from code examples. Trimmed paras to 80 char doc/images - Added preliminary diagram for Chef. doc/rec - Added reference to hardware. Added filesystem info. Signed-off-by: John Wilkins <john.wilkins@dreamhost.com>
* | man: Remove leftover --bin from ceph-authtool(8).Tommi Virtanen2012-05-211-5/+1
|/ | | | | | | | | | Regenerate manpage. See 4832c46eab55b1f2cbe9aca419124c2c9d645889, ec732816ef04e036db338cdbe5cdfb9a1b649f8e for the actual removal of the feature. Signed-off-by: Tommi Virtanen <tv@inktank.com>