Loic Dachary
db90d86ee4
Merge pull request #1824 from dachary/wip-documentation
...
erasure-code: fix URL in developer notes
Reviewed-by: koleosfuscus <koleosfuscus@yahoo.com>
2014-05-27 11:41:18 +02:00
Loic Dachary
641732d59c
documentation: update pid file description
...
The pid file behavior changed over time and the description is misleading.
http://tracker.ceph.com/issues/8324 Fixes : #8324
Signed-off-by: Loic Dachary <loic@dachary.org>
2014-05-25 11:05:10 +02:00
Colin Mattson
c9ff48183e
Improvements to radosgw docs
...
- Correct a typo (`rados-admin`) in admin docs
- Reorder sections in config so "above example" is in expected position
2014-05-24 20:15:35 -07:00
Adam Twardowski
827df7d5ed
Fix Doc Typo
...
Signed-off-by: Adam Twardowski <adam.twardowski@gmail.com>
2014-05-23 15:35:18 -04:00
Loic Dachary
ab0db34eaa
documentation: adapt PG formula for erasure coded pools
...
Signed-off-by: Loic Dachary <loic@dachary.org>
2014-05-23 07:25:37 +02:00
Kai Zhang
d3af8fa880
Update architecture.rst:Calculating PG IDs
...
To Calculate PG ID, if I didn't get it wrong, CRUSH calculates the hash modulo
the number of PGs instead of OSDs, according to osd/osd_types.cc:963
ceph_stable_mod(pg.ps(), pg_num, pg_num_mask).
Signed-off-by: Kai Zhang <zakir.exe@gmail.com>
2014-05-22 17:37:16 -07:00
Florent Flament
99b9682790
documentation: update osd pool default size from 2 to 3.
...
Fixes : #7725
Signed-off-by: Florent Flament <florent.flament@cloudwatt.com>
2014-05-22 14:14:56 +02:00
Sage Weil
6069ff0899
doc/release-notes: v0.67.9
...
Signed-off-by: Sage Weil <sage@inktank.com>
2014-05-21 13:00:35 -07:00
Sage Weil
e5fb75fc84
Merge pull request #1723 from ctheune/patch-1
...
Fix formatting of header
2014-05-20 20:22:55 -07:00
John Wilkins
e9eb30c066
Merge pull request #1845 from wdneto/master
...
doc: Update manual-deployment.rst
2014-05-20 17:40:29 -07:00
John Wilkins
08f72d561b
Merge pull request #1828 from nereocystis/faq-fix
...
doc: fix link to FAQ
2014-05-20 17:38:11 -07:00
John Wilkins
a147b46a75
Merge pull request #1829 from nereocystis/preflight-cleanup
...
doc: Clean up pre-flight documentation
2014-05-20 17:37:56 -07:00
John Wilkins
7564df85f8
Merge pull request #1833 from nereocystis/admin-node-doc
...
doc: mention admin-node in common documentation
2014-05-20 17:37:07 -07:00
John Wilkins
aca9b1edfd
Merge pull request #1837 from nereocystis/quick-ceph-deploy-cleanup
...
doc: quick-ceph-deploy cleanup
2014-05-20 17:35:56 -07:00
Aristoteles Neto
c2644b29e8
Update manual-deployment.rst
...
- When creating the OSD data, specify osd-uuid so that it matches when the osd is first created.
- Modify caps when adding osd auth to match what ceph-deploy does.
2014-05-21 10:20:55 +12:00
John Spray
45c319efeb
doc: Update ceph-mds manpage
...
Add missing --hot-standby and --journal-check
arguments.
Fixes : #8258
2014-05-20 14:07:51 +01:00
John Spray
49add98390
docs: Add cephfs-journal-tool
...
Signed-off-by: John Spray <john.spray@inktank.com>
2014-05-20 14:07:49 +01:00
Christian Theune
107821fe9b
Fix formatting of header
...
The header was displaying the newline as a simple "n" due to quoting in the doc.
Signed-off-by: Christian Theune <ct@gocept.com>
2014-05-20 10:38:01 +02:00
Josh Durgin
d71839a6cf
doc: clarify openstack cow sentence
...
Missing subject, and now applies to disks in general.
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
2014-05-19 15:25:37 -07:00
Josh Durgin
0f7f1e842b
doc: note cinder multi-backend restriction
...
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
2014-05-19 15:24:53 -07:00
Josh Durgin
e92f2d9fe0
doc: link to ephemeral rbd patches
...
These are necessary for using ephemeral rbd with Havana and Icehouse.
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
2014-05-19 15:14:29 -07:00
Kevin Dalley
13d6c3cf30
doc: quick-ceph-deploy cleanup
...
Improve documentation in quick-ceph-deploy.rst
Use admin-node consistently.
ceph should be installed on admin-node for the following reasons:
"ceph-deploy admin admin-node" assumes that /etc/ceph exists.
"ceph health" requires the use of ceph
Signed-off-by: Kevin Dalley <kevin@kelphead.org>
2014-05-19 15:03:35 -07:00
Kevin Dalley
d40ba05313
doc: mention admin-node in common documentation
...
This change uses admin-node in the quick-common.rst file, including
the graph. This name is already used in
quick-ceph-deploy.rst.
Signed-off-by: Kevin Dalley <kevin@kelphead.org>
2014-05-19 14:36:56 -07:00
Kevin Dalley
637211854d
doc: Clean up pre-flight documentation
...
Mention recent Ceph releases.
Move important message about sudo and ceph-deploy closer to the use of
ceph-deploy.
Mention files created by ceph-deploy comment
Separate apt-get from yum command
Signed-off-by: Kevin Dalley <kevin@kelphead.org>
2014-05-19 13:38:31 -07:00
Kevin Dalley
06d05fd694
doc: fix link to FAQ
...
The location of the ceph wiki FAQ has changed.
Now, the link from ceph documentation matches the current FAQ location
Signed-off-by: Kevin Dalley <kevin@kelphead.org>
2014-05-19 11:59:46 -07:00
John Wilkins
03e3ccdd05
doc: Restored glance_api_version=2 setting.
...
Fixes : #8347
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-05-19 11:18:44 -07:00
Loic Dachary
e47049ba83
erasure-code: fix URL in developer notes
...
add missing ..
http://tracker.ceph.com/issues/8388 Fixes : #8388
Reported-by: koleosfuscus <koleosfuscus@yahoo.com>
Signed-off-by: Loic Dachary <loic@dachary.org>
2014-05-19 18:41:37 +02:00
John Wilkins
ab907c5abc
doc: Clarified Debian uses sysvinit.
...
Fixes : #7182
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-05-14 00:23:22 -07:00
John Wilkins
c71c292123
doc: Added rgw print continue guidance.
...
Fixes : #7731
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-05-14 00:14:30 -07:00
John Wilkins
b082fd68b6
doc: Minor edit.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-05-14 00:13:41 -07:00
John Wilkins
ca833bd543
doc: Added clarifying text to CRUSH add command.
...
Fixes : #8322
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-05-14 00:02:09 -07:00
John Wilkins
48337e0c7b
doc: Omitted glance_api_version=2 to fix creating images from volumes.
...
Fixes : #8347
2014-05-13 23:20:36 -07:00
John Wilkins
17930a1e86
doc: Changed example to use virtio and put key usage into one line.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-05-13 23:18:50 -07:00
John Spray
20aad8ff93
doc: update instructions for RPM distros
...
Fix RPM building instructions: this has been broken since
libs3 was included inline in the ceph repo as a submodule.
"rpmbuild -tb" was concatenating the ceph.spec and
libs3.spec files, resulting in something that didn't work.
Also, the instructions suggested downloading a .tar.gz file
whereas the specfile requires a .tar.bz2 file.
Also, add a convenient yum command line for getting the compile
dependencies on Fedora 20.
Signed-off-by: John Spray <john.spray@inktank.com>
2014-05-13 19:22:43 +01:00
Sage Weil
428319e827
doc/release-notes: v0.80.1
...
Signed-off-by: Sage Weil <sage@inktank.com>
2014-05-12 14:25:53 -07:00
John Wilkins
19f8849a94
doc: Improvements to qemu installation.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-05-12 13:20:14 -07:00
John Wilkins
6e4455d6af
doc: Added note on Default requiretty for CentOS and others.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-05-12 11:33:57 -07:00
John Wilkins
4ef7fa9f30
Merge pull request #1731 from dynamike67/patch-2
...
doc: Changed the java code example
2014-05-09 10:33:33 -07:00
John Wilkins
bb614e5055
Merge pull request #1792 from nereocystis/Ceph-osd-is-daemon
...
:doc Ceph OSD is standard name
2014-05-09 10:28:52 -07:00
John Wilkins
0d0c209263
Merge pull request #1786 from nereocystis/quick-common
...
doc: Common graph used in 2 quick start files
2014-05-09 10:27:53 -07:00
John Wilkins
49033e8cd5
Merge pull request #1732 from dynamike67/master
...
doc: Added Java Example
2014-05-09 10:22:15 -07:00
Kevin Dalley
5986f746dc
:doc Ceph OSD is standard name
...
This is a method of standardizing the usage of OSD so that "Ceph OSD"
is the daemon, and OSD maintains its industry standard usage of Object
Storage Device.
Signed-off-by: Kevin Dalley <kevin@kelphead.org>
2014-05-08 14:58:02 -07:00
Kevin Dalley
f1d412c303
doc: Common graph used in 2 quick start files
...
The graph in quick-ceph-deploy.rst applies to
quick-start-preflight.rst.
The graph in deploy seems more complete, so I put the common
documentation in quick-common.rst and had it included.
doc/conf.py has 'start/quick-common.rst' in exclude patterns so that
sphinx does not complain about this file not being in toc.
Signed-off-by: Kevin Dalley <kevin@kelphead.org>
2014-05-07 18:01:52 -07:00
Guang Yang
f9a91f2b62
Update doc to reflect the bahavior change for filestore_merge_threshold setting.
...
Signed-off-by: Guang Yang (yguang@yahoo-inc.com )
2014-05-07 09:41:36 +00:00
John Wilkins
cdbbf86fa3
doc: Fixed artifacts from merge.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-05-06 03:54:45 -07:00
John Wilkins
a31b9e9c75
doc: Added sudo to setenforce. Restored merge artifact.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-05-06 03:54:08 -07:00
John Wilkins
515827223f
doc: Added erasure coding and cache tiering notes. Special thanks to Loic Dachary.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-05-06 03:53:03 -07:00
John Wilkins
e68422b388
Merge pull request #1769 from ceph/wip-doc-cache-tier
...
doc: Support for cache tiering.
2014-05-05 15:26:27 -07:00
Josh Durgin
ea34f48cd9
Merge remote-tracking branch 'origin/wip-doc-radosgw-80'
...
Conflicts:
doc/radosgw/config.rst
2014-05-05 15:14:22 -07:00
John Wilkins
fc3318edb7
doc: Fix hyperlink.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-05-05 12:35:41 -07:00
John Wilkins
a7e7219345
doc: Index update and librados.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-05-05 12:34:59 -07:00
John Wilkins
fcbc5fa607
doc: Quotas for Admin Ops API.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-05-05 12:33:58 -07:00
John Wilkins
e97b56eb3a
doc: New Admin Guide for Ceph Object Storage.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-05-05 12:33:30 -07:00
Sage Weil
331869a019
Merge pull request #1754 from nereocystis/hardware-to-glossary
...
doc: Include links from hardware-recommendations to glossary
2014-05-02 14:22:17 -07:00
Kevin Dalley
c879e895da
doc: Include links from hardware-recommendations to glossary
...
Included :term: in parts of hardware-recommendations so that glossary
links appear.
Signed-off-by: Kevin Dalley <kevin@kelphead.org>
2014-05-01 17:04:43 -07:00
Danny Al-Gaaf
c6ada53a14
Merge pull request #1749 from hufman/fix-typo-releasenotes-pyramind
...
Fixes a very minor typo in the release notes
Reviewed-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
2014-05-02 01:06:26 +02:00
Sage Weil
1ac05fd160
doc/release-notes: changelog link
...
Signed-off-by: Sage Weil <sage@inktank.com>
2014-05-01 09:59:37 -07:00
Sage Weil
ffef20fe8b
doc/release-notes: final v0.67.8 notes and changelog
...
Signed-off-by: Sage Weil <sage@inktank.com>
2014-05-01 08:36:42 -07:00
Walter Huf
0454962e20
Fixes a very minor typo in the release notes
...
pyramind -> pyramid
2014-05-01 00:25:00 -05:00
Kevin Dalley
78b3c93dd6
doc: documenting links to get-involved
...
Create a link from documenting-ceph so that it is easy to find the
github repository used for ceph.
Signed-off-by: Kevin Dalley <kevin@kelphead.org>
2014-04-30 21:31:06 -07:00
Alfredo Deza
82a3668e7c
Merge pull request #1629 from ceph/wip-die-mkcephfs
...
remove mkcephfs (merge post-firefly?)
Reviewed-by: Alfredo Deza <alfredo.deza@inktank.com>
2014-04-30 13:52:00 -04:00
John Wilkins
8217600033
doc: Ensure fastcgi socket doesn't clash with gateway daemon socket.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-04-28 18:11:03 -07:00
John Wilkins
9c9b92f949
doc: Verified RHEL configuration.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-04-28 18:10:15 -07:00
John Wilkins
ec11bf7eed
doc: Fixed inconsistent header.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-04-28 18:09:20 -07:00
John Wilkins
63b2964b34
doc: Added rhel-6-server-optional-rpms repo.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-04-28 18:08:59 -07:00
John Wilkins
150a1de402
Merge branch 'master' of https://github.com/ceph/ceph into wip-doc-radosgw
2014-04-28 18:07:27 -07:00
Sage Weil
915bd92f50
Merge pull request #1701 from ceph/wip-libkrbd
...
libkrbd convenience library
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
2014-04-28 16:52:12 -07:00
Sage Weil
a60e15af8a
doc/release-notes: v0.67.8 notes
...
Signed-off-by: Sage Weil <sage@inktank.com>
2014-04-28 12:40:04 -07:00
John Wilkins
c511894e9d
Merge branch 'master' of https://github.com/ceph/ceph into wip-doc-radosgw
2014-04-28 10:33:47 -07:00
Michael Riederer
27ec495a00
Added Java Example
2014-04-28 09:07:54 +02:00
dynamike67
8f64b5c100
Update librados-intro.rst
2014-04-27 15:42:26 +02:00
dynamike67
998b365c3c
Changed the java code example
2014-04-27 14:15:58 +02:00
Ilya Dryomov
0c2b0fb8da
doc: 'rbd showmapped' doesn't need privileges
...
No need to run 'rbd showmapped' with sudo.
Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com>
2014-04-23 13:33:43 +04:00
Ilya Dryomov
4238ffdc49
doc: do not mention modprobe in rbd docs
...
rbd binary will load rbd.ko itself, with appropriate options. Loading
it by hand with default options is undesirable.
Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com>
2014-04-23 13:33:43 +04:00
John Wilkins
d726251f3d
doc: Fix hyperlink to CRUSH maps.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-04-22 17:36:46 -07:00
John Wilkins
6902e22408
doc: Added cache tiering settings to ceph osd pool set.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-04-22 17:31:57 -07:00
John Wilkins
0d964bc65d
doc: Added new cache tiering doc to index/TOC.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-04-22 17:30:52 -07:00
John Wilkins
44e4e3d59b
doc: Added new cache tiering doc to main docs.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-04-22 17:30:26 -07:00
Sage Weil
124a663a0b
doc/release-notes: a bit of prose about firefly
...
Signed-off-by: Sage Weil <sage@inktank.com>
2014-04-22 08:27:35 -07:00
Sage Weil
025ab9f47b
doc/release-notes: v0.80
...
Signed-off-by: Sage Weil <sage@inktank.com>
2014-04-21 18:20:56 -07:00
John Wilkins
c3833d7c41
doc: Fixed syntax to include 'pool'.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-04-21 15:43:23 -07:00
Dmitry Smirnov
f22e2e9a02
spelling corrections
2014-04-17 12:43:30 +10:00
John Wilkins
d563434907
doc: Distro specific rgw.conf example.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-04-14 09:19:51 -07:00
John Wilkins
bd22cac9b2
doc: Distro specific rgw.conf example.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-04-14 09:19:30 -07:00
John Wilkins
75606e98bb
doc: Created standalone doc for Keystone Integration.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-04-14 09:18:50 -07:00
John Wilkins
6650c0e839
doc: Added new docs to index.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-04-14 09:18:26 -07:00
John Wilkins
1310af2336
doc: Reworked the simple configuration guide to be more generic.
...
Changes include removing keystone and putting it into a separate document,
removing user config and putting it into an admin guide, and creating
separate config examples for CentOS/RHEL and Debian/Ubuntu. Needs
clarification on chown/chmod.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-04-14 09:18:07 -07:00
John Wilkins
6853d21a50
doc: New admin guide for Ceph Object Gateway. Needs some clarification (todo).
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-04-14 09:16:00 -07:00
John Wilkins
e02b84589e
doc: Admin API usage for quotas. Needs additional clarification on syntax.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-04-14 09:15:20 -07:00
Loic Dachary
f374591219
Merge pull request #1650 from dachary/wip-erasure-code-doc
...
erasure-code: document the ruleset-root profile parameter
Reviewed-by: Mark Nelson <mark.nelson@inktank.com>
2014-04-11 19:20:35 +02:00
David Zafman
ec4a6ce0c2
Merge pull request #1635 from ceph/wip-7437
...
Reviewed-by: Sage Weil <sage@inktank.com>
Reviewed-by: Samuel Just <sam.just@inktank.com>
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
2014-04-11 08:33:45 -07:00
Wido den Hollander
99d74eef82
doc: Add additional information over CloudStack and RBD
2014-04-11 13:59:31 +02:00
Loic Dachary
db3e0b5129
erasure-code: document the ruleset-root profile parameter
...
If unspecified it is ruleset-root=default and will translate into
take default
when a ruleset is created for an erasure-code pool.
Signed-off-by: Loic Dachary <loic@dachary.org>
2014-04-11 13:51:46 +02:00
Dan Mick
3c54a49e39
Wordsmith the erasure-code doc a bit
...
Signed-off-by: Dan Mick <dan.mick@inktank.com>
2014-04-10 19:55:52 -07:00
David Zafman
98127202c2
librados, test: Have write, append and write_full return 0 on success
...
Fix consistency of write, append, write_full, all return 0 on success
Include C (rados_*) variants, C++ ctx variants
and aio get_return_value() and rados_aio_get_return_value()
Signed-off-by: David Zafman <david.zafman@inktank.com>
2014-04-10 17:22:29 -07:00
John Wilkins
43f0519b98
doc: Made minor changes to quick start preflight for RHEL.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-04-08 15:54:17 -07:00
John Wilkins
ab7a25ce16
doc: Notes and minor modifications to gateway installation doc.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-04-08 15:53:32 -07:00
Sage Weil
084db49ed3
remove mkcephfs
...
Fixes : #7552
Signed-off-by: Sage Weil <sage@inktank.com>
2014-04-08 14:34:15 -07:00
John Wilkins
4b66868e6f
doc: Removed --stable arg and replaced with --release arg for ceph-deploy.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-04-07 15:49:09 -07:00
Sage Weil
4aef403dbc
doc/release-notes: note about emperor backport of mon auth fix
...
Signed-off-by: Sage Weil <sage@inktank.com>
2014-04-04 12:59:41 -07:00