Sage Weil
2a61b61198
doc/release-notes: v0.80.10
...
Signed-off-by: Sage Weil <sage@redhat.com>
2015-07-21 10:55:18 -04:00
Sage Weil
7192d83b18
Merge branch 'wip-firefly-release-notes' of git://github.com/dachary/ceph
2015-07-21 10:53:40 -04:00
Yuan Zhou
b62c3b9537
rgw: doc: Mark S3 object version API as supported
...
S3 object version is already in since Hammer.
Ref: http://marc.info/?l=ceph-devel&m=143715290627682
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
2015-07-20 15:37:09 +08:00
Sage Weil
f58ea56825
Merge pull request #5274 from zhouyuan/rgw_api_link
...
rgw: doc: adding S3/Swift API link
Reviewed-by: Abhishek Lekshmanan <abhishek.lekshmanan@ril.com>
2015-07-17 17:22:52 -04:00
Yuan Zhou
6256c10512
rgw: doc: adding S3/Swift API link
...
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
2015-07-17 14:12:47 +08:00
Loic Dachary
4b28bcbf2a
doc: add v9.0.2 to the release timeline
...
Signed-off-by: Loic Dachary <ldachary@redhat.com>
2015-07-17 00:28:52 +02:00
Sage Weil
69dad39952
doc/release-notes: v9.0.2
...
Signed-off-by: Sage Weil <sage@redhat.com>
2015-07-16 15:17:51 -04:00
Sage Weil
edd68e3ade
Merge pull request #5188 from athanatos/wip-11687
...
PG::find_best_info: ignore info.les for incomplete peer
Reviewed-by: Sage Weil <sage@redhat.com>
2015-07-16 11:03:18 -04:00
Samuel Just
371d9baa12
PG::find_best_info: ignore info.les for incomplete peer
...
See included update to doc/dev/osd_internals/last_epoch_started.rst
Fixes: 11687
Signed-off-by: Samuel Just <sjust@redhat.com>
2015-07-15 08:57:18 -07:00
Yuan Zhou
8cee73255b
rgw: doc: Fix radosgw stripe size config ref
...
s/rgw object stripe size/rgw obj stripe size
https://github.com/ceph/ceph/blob/master/src/common/config_opts.h#L1024
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
2015-07-14 23:53:20 +08:00
Loic Dachary
1231ae09d6
doc/release-notes: update notes for v0.80.10
...
Signed-off-by: Loic Dachary <loic@dachary.org>
2015-07-14 16:15:44 +02:00
Vikhyat Umrao
8506822e0e
doc: change tcp rcvbuf and tcp nodelay to ms tcp rcvbuf
...
and ms tcp nodelay
Signed-off-by: Vikhyat Umrao <vumrao@redhat.com>
2015-07-14 17:21:33 +05:30
John Spray
8eaa2f263d
doc: add some docs about cephfs-data-scan
...
These are deliberately fairly sparse, because:
* These tools are for experts
* These tools may well be wrapped in a higher
level recovery tool that orchestrates parallel
workers at some stage.
Signed-off-by: John Spray <john.spray@redhat.com>
2015-07-13 14:05:17 +01:00
Kefu Chai
cb03f81b61
doc/erasure-code: fix couple typos
...
Signed-off-by: Kefu Chai <kchai@redhat.com>
2015-07-11 01:47:48 +08:00
Pete Zaitcev
d8a728ec15
rgw: Document the layout of pools and objects
...
This has to be kept in sync as the layout changes. Like any other
document, really.
Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>
2015-07-08 22:31:31 -06:00
Ilya Dryomov
89c2a0b58a
rbd: recognize queue_depth option
...
.. and also stress the difference between libceph and rbd mapping
options.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
2015-07-06 16:32:15 +03:00
Loic Dachary
97ce0c533a
Merge pull request #5128 from ceph/wip-fix-doc
...
doc: fix the build
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2015-07-03 15:05:02 +02:00
Kefu Chai
40399e38fa
doc: indent warning messages in add-or-rm-osds.rst
...
otherwise they are rendered as normal text
Signed-off-by: Kefu Chai <kchai@redhat.com>
2015-07-02 20:59:23 +08:00
Kefu Chai
253e256964
doc: fix the link in dev/quick_guide
...
Signed-off-by: Kefu Chai <kchai@redhat.com>
2015-07-02 20:50:48 +08:00
Kefu Chai
ec132a7986
Merge pull request #4166 from sponce/wip-10759
...
tools: rados cli --striper
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2015-07-01 23:32:57 +08:00
unknown
504a48a3d3
doc : missing link in "quick_guide.rst"
...
Fixes : #12009
Signed-off-by: Germain CHIPAUX <germain.chipaux@gmail.com>
Signed-off-by: Thomas LAUMONDAIS <thomas.laumondais@gmail.com>
Signed-off-by: Pierre CHAUMONT <pierre.chaumont31@gmail.com>
Signed-off-by: Benjamin TROQUEREAU <benjamin.troquereau@gmail.com>
Signed-off-by: Benjamin SESIA <benjamin.sesia@gmail.com>
2015-06-30 15:58:17 +02:00
Loic Dachary
90b2ccabc0
Merge pull request #5098 from PierreChaumont/master
...
doc: homogenize Librados (Python) documentation's code samples
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2015-06-28 13:36:37 +02:00
PierreChaumont
8a221c3509
doc: homogenize Librados (Python) documentation's code samples
...
I put in doc/rados/api/python.rst line numbers on every code samples in
order to make them look all the same.
Fixes : #12174
Signed off: Pierre Chaumont pierre.chaumont31@gmail.com
2015-06-27 16:00:35 +02:00
Kefu Chai
2ac566c823
Merge pull request #5058 from SUSE/wip-fix-release-notes-blooper
...
release-notes.txt: fix version number in section heading
Reviewed-by: Kefu Chai <kchai@redhat.com>
2015-06-25 20:54:37 +08:00
Kefu Chai
b097e70732
Merge pull request #4840 from tchaikov/wip-11833-crush-dump-tree
...
mon: add an "osd crush dump tree" command
Reviewed-by: Min Chen <minchen@ubuntukylin.com>
Reviewed-by: Haomai Wang <haomaiwang@gmail.com>
2015-06-24 17:39:49 +08:00
Nathan Cutler
053ab4cf9b
release-notes.txt: fix version number in section heading
...
From context it is obvious that this section is about upgrading from Giant, not
Firefly, so change the version number to match Giant.
Signed-off-by: Nathan Cutler <ncutler@suse.com>
2015-06-23 14:56:35 +02:00
Loic Dachary
228fd4c8e0
Merge pull request #5054 from SUSE/wip-release-notes-syntax
...
doc/release-notes.rst: add missing word to complete sentence
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2015-06-23 08:31:29 -04:00
Nathan Cutler
d5ff8a5dbf
doc/release-notes.rst: add missing word to complete sentence
...
Signed-off-by: Nathan Cutler <ncutler@suse.com>
2015-06-23 14:23:24 +02:00
Sebastien Ponce
49ab5bb3c4
rados: Added --striper option to the command line
...
Fixes : #10759
the new --striper option allows to use the striping API provided by libradosstriper.
Signed-off-by: Sebastien Ponce <sebastien.ponce@cern.ch>
2015-06-23 13:04:21 +02:00
Li Wang
c1bd02c978
Merge pull request #4792 from kylinstorage/wip-writeback-throttling-for-cache-tiering
...
Wip writeback throttling for cache tiering
This patch is to do write back throttling for cache tiering, which is similar to what the Linux kernel does for page cache write back. A paramter 'cache_target_dirty_high_ratio' (default 0.6) is introduced as the high speed flushing threshold, while leave the 'cache_target_dirty_ratio' (default 0.4) to represent the low speed threshold. The flush speed is controlled by limiting the parallelism of flushing. The maximum parallelism under low speed is half of the parallelism under high speed. If there is at least one PG such that the dirty ratio beyond the high threshold, full speed mode is entered; If there is no PG such that dirty ratio beyond the low threshold, idle mode is entered; In other cases, slow speed mode is entered.
Signed-off-by: Mingxin Liu <mingxinliu@ubuntukylin.com>
Reviewed-by: Li Wang <liwang@ubuntukylin.com>
Suggested-by: Nick Fisk <nick@fisk.me.uk>
Tested-by: Kefu Chai <kchai@redhat.com>
2015-06-23 15:15:47 +08:00
Josh Durgin
3203efd1fc
Merge pull request #4848 from leseb/doc-openstack-kilo
...
doc: update openstack and rgw keystone
Reviewed-by: Abhishek Lekshmanan <abhishek.lekshmanan@gmail.com>
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
2015-06-19 07:14:05 -07:00
Loic Dachary
160201f2c9
Merge pull request #5012 from Arshanes/master
...
doc: Fixed the picture on page http://ceph.com/docs/master/cephfs/
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2015-06-19 15:54:27 +02:00
Valentin
a1e3108628
doc: Fixed the picture on page http://ceph.com/docs/master/cephfs/
...
Fixes : #9174
Signed-off-by Valentin Thomas <valentin.arshanes.thomas@gmail.com>
2015-06-19 13:37:56 +02:00
Loic Dachary
8e08d6cc64
Merge pull request #5017 from JordanDorne/master
...
doc: Replace requries with requires in python API doc
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2015-06-18 18:09:29 +02:00
JordanDorne
350139b3a7
doc: Replace requries with requires in python API doc
...
Fixes : #12076
Signed-off-by: Jordan DORNE <jordan.dorne@gmail.com>
2015-06-18 17:39:40 +02:00
Loic Dachary
5277861153
Merge pull request #4989 from ltoto2/master
...
doc: Adding a link to documentation on admin socket
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2015-06-18 17:36:33 +02:00
Thomas Laumondais
0c4555d1f4
doc: Adding a link to documentation on admin socket
...
Fixes : #11845
Signed-off-by: Thomas Laumondais <thomas.laumondais@gmail.com>
2015-06-18 17:23:40 +02:00
Loic Dachary
67343f614f
Merge pull request #5011 from robin974/master
...
doc: Fixes a missing dot
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2015-06-18 17:14:41 +02:00
Loic Dachary
cb49329c42
Merge pull request #5006 from Claire1293/master
...
doc: dev/differences-from-posix
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2015-06-18 17:12:08 +02:00
Loic Dachary
6c93465ec1
Merge pull request #4987 from Aeryax/master
...
doc: Replaced "disk or drive" by "disk" in ceph-disk.rs
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2015-06-18 17:10:18 +02:00
robin974
f105fdc255
doc: Fixes a missing dot
...
Fixes : #12072
Signed-off-by: Robin Tang <robintang974@gmail.com>
2015-06-18 16:43:45 +02:00
Loic Dachary
2bc009bb52
Merge pull request #5008 from jr31/master
...
doc: Unify ID format
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2015-06-18 16:39:03 +02:00
unknown
7fd1ae8b42
doc: dev/differences-from-posix
...
Fixes : #11108
Signed-off-by: Claire MASSOT <claire.massot93@gmail.com>
2015-06-18 16:37:26 +02:00
Jean-Rémi Deveaux
b10adf6a4f
doc: Unify ID format
...
Fixes : #12071
Signed-off-by: Jean-Rémi Deveaux <jeanremi.deveaux@gmail.com>
2015-06-18 16:26:08 +02:00
Cleminou
145fbb7d3c
doc: Fixes a missing word in a printed string
...
Fixes : #11106
Signed-off-by: Clement Lebrun <clement.lebrun.31@gmail.com>
2015-06-18 16:05:43 +02:00
Loic Dachary
2308faf206
Merge pull request #5004 from arthurgorjux/master
...
doc: Remove `` before and after 'ceph -s' in titles
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2015-06-18 15:48:18 +02:00
Kazhord
3cb8c4e8ef
doc: Replaced "disk or drive" by "disk" in ceph-disk.rs
...
Fixes : #12062
Signed-off-by: Gabriel SENTUCQ <perso@kazhord.fr>
2015-06-18 15:47:26 +02:00
Loic Dachary
2b26011079
Merge pull request #5003 from Oxygen31/master
...
doc : Change of "create" in "add"
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2015-06-18 15:47:21 +02:00
Arthur Gorjux
7065203ff1
doc: Remove `` before and after 'ceph -s' in titles
...
Fixes : #12059
Signed-off-by: Arthur Gorjux <arthurgorjux@gmail.com>
2015-06-18 15:25:48 +02:00
Germain
cac48bd076
doc : Change of "ceph-deploy mon create {ceph-node}" with "ceph-deploy mon add {ceph-node}" in "Quick-ceph-deploy.rst"
...
Fixes : #10293
Signed-off-by : Germain CHIPAUX <germain.chipaux@gmail.com>
2015-06-18 15:24:43 +02:00
Loic Dachary
5cb3cb0958
Merge pull request #4986 from nicolasyong/master
...
doc: Modification of a sentence
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2015-06-18 15:22:00 +02:00
nicolasyong
33f4b9a05b
doc: Modification of a sentence.
...
Fixes : #12057
Signed-off-by: Nicolas Yong <nicolas.yong93@gmail.com>
2015-06-18 15:15:06 +02:00
Loic Dachary
49f093af9a
Merge pull request #4988 from kevincaradant/master
...
doc: ceph-deploy man page: typo
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2015-06-18 15:01:25 +02:00
Gregory Farnum
459369e700
Merge pull request #4931 from yuyuyu101/wip-perf-msgr
...
PerfMsgr: A tool to benchmark messenger module
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
2015-06-18 11:09:56 +01:00
Maxime ROBERT
7fbac49eb0
doc: Change the type of list in doc
...
Fixes : #12061 .
Signed-off-by: Maxime ROBERT <maxime.robert1992@gmail.com>
2015-06-17 18:37:19 +02:00
Kévin CARADANT
05c56b7ced
doc: ceph-deploy man page: typo #12063
...
Replace is initial monitor hostname with is the initial monitor hostname
Fixes : #12063
Signed-off-by: CARADANT Kevin <kevin.caradant@gmail.com>
2015-06-17 18:25:08 +02:00
Loic Dachary
676ff92e18
Merge pull request #4985 from yannick-ad/master
...
doc: replace a sentence by another
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2015-06-17 17:40:59 +02:00
Loic Dachary
662f75298e
Merge pull request #4979 from GaelFG/patch-1
...
doc: Fixes the description of the purpose of a cache pool
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2015-06-17 17:38:06 +02:00
yannick-ad
b5d63eb42c
doc: replace a sentence by another
...
Fixes : #12060
Signed-off-by: Yannick Atchy-Dalama <yannick.atchy.dalama@gmail.com>
2015-06-17 17:34:30 +02:00
Gaël Fenet-Garde
9cdd810e64
doc: Purpose of a cache pool
...
Completing the description of the cache purpose.
Fixes : #11096
Signed-off-by: Gael Fenet-Garde <gael.fenet.garde@gmail.com>
2015-06-17 16:52:35 +02:00
unknown
e60c450b3b
doc: Wrong restriction for a daemon's ID
...
Fixes : #12058
Signed-off-by: Fantinel Lucas <lucas.fantinel@gmail.com>
2015-06-17 16:17:46 +02:00
Josh Durgin
6af50f4105
Merge pull request #4948 from vumrao/wip-rbd-11822
...
[rbd] support G/T units in rbd create/resize
Reviewed-by: Abhishek Lekshmanan <abhishek.lekshmanan@ril.com>
Reviewed-by: Sage Weil <sweil@redhat.com>
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
2015-06-16 23:40:26 -07:00
Loic Dachary
cc7f767810
Merge pull request #4971 from theanalyst/doc/pgp-num
...
doc: explain about pgp num
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2015-06-16 22:09:10 +02:00
Vikhyat Umrao
8e56a5b5c4
[rbd] support G/T units in rbd create/resize
...
Signed-off-by: Vikhyat Umrao <vumrao@redhat.com>
2015-06-16 23:27:52 +05:30
Abhishek Lekshmanan
81eee9bd8c
doc: explain about pgp num
...
Explain the significance of pgp num & how it differs from pg num.
Fixes : #10035
Reported-by: Loic Dachary <loic@dachary.org>
Signed-off-by: Abhishek Lekshmanan <abhishek.lekshmanan@ril.com>
2015-06-16 22:59:22 +05:30
Kefu Chai
84e2f8ea99
doc: sync ceph-deploy's man page with the code
...
Signed-off-by: Kefu Chai <kchai@redhat.com>
2015-06-16 22:28:58 +08:00
Sébastien Han
d38cd63d26
doc: update openstack and rgw keystone
...
Update the OpenStack doc with more options, recommendations and best
practices.
Update the Keystone configuration for the Kilo release with Rados
Gateway.
Signed-off-by: Sébastien Han <seb@redhat.com>
2015-06-16 11:22:14 +02:00
Haomai Wang
ce86b0a27d
doc/messenger: Add doc for ceph_perf_server/client
...
Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
2015-06-16 00:54:37 +08:00
Kefu Chai
5436c290f3
mon: add an "osd crush tree" command
...
* to print crush buckets/items in a tree
Fixes : #11833
Signed-off-by: Kefu Chai <kchai@redhat.com>
2015-06-14 19:08:32 +08:00
Loic Dachary
5b29a57b9d
doc: add v0.94.2 to the release timeline
...
Signed-off-by: Loic Dachary <ldachary@redhat.com>
2015-06-11 22:35:25 +02:00
Yuan Zhou
93d920e6fb
doc: update rgw configuration doc on bucket index sharding feature
...
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
2015-06-11 14:15:23 +08:00
Sage Weil
6490850080
Merge pull request #4922 from dachary/wip-releases
...
doc: add v9.0.1 to the release timeline
Reviewed-by: Sage Weil <sage@redhat.com>
2015-06-10 12:59:54 -07:00
Loic Dachary
488c042ff0
doc: add v9.0.1 to the release timeline
...
Signed-off-by: Loic Dachary <ldachary@redhat.com>
2015-06-10 21:50:07 +02:00
Sage Weil
306345b29c
doc/release-notes: v0.94.2
...
Signed-off-by: Sage Weil <sage@redhat.com>
2015-06-10 12:48:41 -07:00
Sage Weil
f5da2fc5c8
doc/release-notes: v9.0.1
...
Signed-off-by: Sage Weil <sage@redhat.com>
2015-06-10 12:42:48 -07:00
Abhishek Lekshmanan
437c9e1e25
doc: architecture minor fixes in watch notify
...
Signed-off-by: Abhishek Lekshmanan <abhishek.lekshmanan@ril.com>
2015-06-09 00:21:58 +05:30
Kefu Chai
f04c8829cf
man/create-create-keys: minor fixes
...
to address the comments on https://github.com/ceph/ceph/pull/4846
Fixes : #10725
Signed-off-by: Kefu Chai <kchai@redhat.com>
2015-06-04 11:27:11 +08:00
liumingxin
7aba9476e6
Doc: add write back throttling stuff in document and test scripts
...
Signed-off-by: Mingxin Liu <mingxinliu@ubuntukylin.com>
Reviewed-by: Li Wang <liwang@ubuntukylin.com>
Suggested-by: Nick Fisk <nick@fisk.me.uk>
2015-06-03 15:57:14 +08:00
Jason Dillaman
3d39a9bc69
Merge pull request #4701 from jdurgin/wip-nova-rbd-cache
...
doc: add rbd cache settings to nova.conf
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
2015-06-02 11:34:45 -04:00
Ismael
de14093fe2
doc: s/osd pool hot-storage/osd pool set hot-storage/
...
Signed-off-by: Ismael Serrano <ismael.serrano@gmail.com>
2015-06-02 13:30:15 +01:00
Nathan Cutler
8b78371877
doc: release-notes.rst: fix typo and delete superfluous sentence
...
Signed-off-by: Nathan Cutler <ncutler@suse.com>
2015-05-28 19:29:58 +02:00
Loic Dachary
729c5e1c0e
Merge pull request #4789 from yehudasa/wip-11442-notes
...
rgw: update release notes with regard to issue #11442 recovery
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2015-05-28 12:28:18 +02:00
Yehuda Sadeh
926f2dfef6
rgw: update release notes with regard to issue #11442 recovery
...
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
2015-05-28 03:07:02 -07:00
Kefu Chai
acdfd98787
doc: fix typo in placement-groups.rst
...
s/osd pool set/osd pool create/ in the command line example.
Fixes : #11503
Signed-off-by: Kefu Chai <kchai@redhat.com>
2015-05-28 15:44:09 +08:00
Kefu Chai
9c8f8d2751
doc: fix a wrong quote in release.rst
...
Signed-off-by: Kefu Chai <kchai@redhat.com>
2015-05-28 15:44:09 +08:00
Ilya Dryomov
eb9dbef2fe
doc: fix crush-ruleset-name param description
...
Specified crush-ruleset-name is required to exist, implicit creation is
going to happen only if crush-ruleset-name wasn't specified on the
command line. While at it, pool-name is very much a required param.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
2015-05-27 15:06:37 +03:00
Loic Dachary
e2f392efdb
Merge pull request #4761 from dachary/wip-doc-workflow
...
doc: update the development workflow
Reviewed-by: Nathan Cutler <ncutler@suse.cz>
Reviewed-by: Abhishek Lekshmanan <abhishek.lekshmanan@ril.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
2015-05-26 21:07:05 +02:00
Abhishek Lekshmanan
a7bce20341
doc: updates to v0.94.2 draft release notes
...
Signed-off-by: Abhishek Lekshmanan <abhishek.lekshmanan@ril.com>
2015-05-26 23:53:50 +05:30
Loic Dachary
d7a2349188
doc: update the development workflow
...
* use HOWTO_monitor_the_automated_tests_AKA_nightlies to explain the nightlies
* replace references to Serverity with Backport tracker
* add links to the backporter manual and the release page
* s/0.95/9.0.0/
* unify release names to be lowercase
* replace lifecycle with release cycle and end of life with retirement
* Prefer LTS or Long Term Stable over Long Term Support
Signed-off-by: Loic Dachary <ldachary@redhat.com>
2015-05-26 19:11:50 +02:00
Josh Durgin
62b0f88ee0
Merge pull request #4756 from ceph/wip-mount-timeout-doc
...
rbd: document mount_timeout in the man page
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
2015-05-26 10:07:11 -07:00
Ilya Dryomov
52440c4b97
rbd: document mount_timeout in the man page
...
With "rbd: timeout watch teardown on unmap with mount_timeout" going
into kernel 4.2, document its effect in the man page.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
2015-05-25 15:41:51 +03:00
Jason Dillaman
f9ba711c30
dev/rbd-diff: clarify encoding of image size
...
Fixes : #11562
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
2015-05-22 11:18:09 -04:00
Ken Dreyer
11fef2275d
doc: recommend opening entire 6800-7300 port range
...
Prior to this commit, the Network Configuration Reference guide and
Troubleshooting guide recommended opening a number of ports that were
unique to the number of daemons that we ran.
This doesn't really cover all use cases. Users can easily restart
daemons in ways that cause the daemons to bind to higher ports. This
leads to OSDs or MDSs binding to ports that are firewalled.
Update the Network Configuration Reference guide and Troubleshooting
guides to simply recommend that users open all the ports between 6800
and 7300 on their OSDs and MDSs.
http://tracker.ceph.com/issues/11688 Refs: #11688
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
2015-05-21 14:31:00 -06:00
Ken Dreyer
b50cc9472f
doc: update OSD port range to 6800-7300
...
The upper limit for OSD/MDS ports changed from 7100 to 7300 in commit
f9ec5a7945
. Update the Quick Start
Preflight documentation to reflect this change.
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
2015-05-21 13:00:32 -06:00
Yehuda Sadeh
98cdf03363
Merge pull request #4391 from nilamdyuti/wip-doc-ceph-object-gateway
...
doc: Removes references to s3gw.fcgi in simple gateway configuration file...
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
2015-05-21 13:00:20 -04:00
Josh Durgin
db7ab8ba36
doc: add rbd cache settings to nova.conf
...
To actually get the benefit of writeback caching, qemu must be
aware of it so it pases flushes to rbd. Since hammer rbd caching
is enabled by default, so add the nova option to make qemu aware
of it.
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
2015-05-15 17:39:04 -07:00
Yehuda Sadeh
7ee4a04c2b
Merge pull request #4436 from BCLibCoop/bclibcoop/rgw-content_length
...
rgw: improve content-length env var handling
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
2015-05-15 14:47:35 -07:00
Loic Dachary
3bd1cc48a2
doc: s/relase/release/
...
Signed-off-by: Loic Dachary <ldachary@redhat.com>
2015-05-15 16:44:04 +02:00
Kefu Chai
fdffcc4593
doc: customize css for the group title
...
Fixes : #9442
Signed-off-by: Kefu Chai <kchai@redhat.com>
2015-05-14 19:33:31 +08:00
lafont
dcf8c597c5
Doc: add a note about a CRUSH corner case with ceph osd out
...
Signed-off-by: François Lafont <francois.lafont@ac-versailles.fr>
2015-05-14 02:02:33 +02:00
Jason Dillaman
7ffafc56b1
rbd: add disk usage tool
...
The new disk usage tool uses the new fast diff object map feature
(when enabled) to quickly calculate the provisioned vs actual usage
of images and associated snapshots within a pool.
Fixes : #7746
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
2015-05-13 10:25:45 -04:00
Loic Dachary
4fa0559eaa
Merge pull request #4646 from theanalyst/doc/release/v0.94.2
...
doc: more entries for release notes in v0.94.2
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2015-05-13 09:32:45 +02:00
Abhishek Lekshmanan
8af9c051da
doc: more entries for release notes in v0.94.2
...
Signed-off-by: Abhishek Lekshmanan <abhishek.lekshmanan@ril.com>
2015-05-13 12:50:30 +05:30
Kefu Chai
a97566ad66
doc: add ceph-create-keys.rst to dist tarball
...
Fixes : #10725
Signed-off-by: Kefu Chai <kchai@redhat.com>
2015-05-12 07:34:49 -07:00
Loic Dachary
44d6429a5d
Merge pull request #4412 from tchaikov/wip-add-man-page
...
doc: add man page for ceph-create-keys
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2015-05-12 16:03:07 +02:00
Abhishek Lekshmanan
07cf4f7568
doc: release notes for hammer v0.94.2
...
Signed-off-by: Abhishek Lekshmanan <abhishek.lekshmanan@ril.com>
Conflicts:
doc/release-notes.rst
2015-05-11 18:10:59 +05:30
Loic Dachary
67fd3c4ef1
doc: add release numbering explanation
...
Mostly copy pasted from Sage's email "The first infernalis dev release
will be v9.0.0".
Signed-off-by: Loic Dachary <ldachary@redhat.com>
2015-05-08 22:31:23 +02:00
Loic Dachary
0968134264
doc: move the release cycle after the timeline
...
The timeline is a useful reference and the reader should not have to
scroll down to see it. Move the release cycle after the timeline.
Signed-off-by: Loic Dachary <ldachary@redhat.com>
2015-05-08 22:31:19 +02:00
Sage Weil
19eb2010e2
Merge pull request #4599 from dachary/wip-releases
...
release cycle / timeline updates
Reviewed-by: Sage Weil <sage@redhat.com>
2015-05-07 14:19:38 -07:00
Loic Dachary
0c715f6971
Merge pull request #4532 from dachary/wip-init-system-detection
...
ceph-detect-init helper and associated tests
Reviewed-by: Ken Dreyer <kdreyer@redhat.com>
Reviewed-by: Sage Weil <sage@redhat.com>
2015-05-07 22:21:26 +02:00
Kefu Chai
410175be89
Merge pull request #3743 from trociny/wip-osd_create
...
mon: osd create: add optional 'id' parameter
Reviewed-by: Joao Eduardo Luis <joao@suse.de>
2015-05-08 00:13:37 +08:00
Loic Dachary
2801c1b52f
doc: clarify the release cycle and LTS meaning
...
* Explain the development cycle and stable release cycle
* Replace the 18 month duration with the LTS+2 overlap logic
* Explain that the estimated retirement is an educated guess
that depends on the stable release frequency
* Replace Support with Stable in LTS to avoid confusion with
professional services
* Do not promise bugs will be handled, only that they will be triaged
Signed-off-by: Loic Dachary <ldachary@redhat.com>
2015-05-07 10:48:29 +02:00
Loic Dachary
d776f93ddc
doc: add v9.0.0 to the release timeline
...
Signed-off-by: Loic Dachary <ldachary@redhat.com>
2015-05-07 10:29:38 +02:00
Loic Dachary
2c62430cb9
doc: replace End Of Life with retirement
...
End Of Life has a definitive tone that is scary.
Signed-off-by: Loic Dachary <ldachary@redhat.com>
2015-05-07 10:28:48 +02:00
Loic Dachary
d21d545f9c
doc: fix releases broken links
...
Signed-off-by: Loic Dachary <ldachary@redhat.com>
2015-05-07 10:27:11 +02:00
Jason Dillaman
b556d3173a
librbd: add new deep-flatten RBD feature
...
Copy-on-read/write will now use an empty snapshot context to
deep-copy the object through all existing snapshots. With the
deep-flatten feature enabled, the flatten operation will now
disconnect a child image from its parent even if it has existing
snapshots.
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
2015-05-06 21:51:31 -04:00
Loic Dachary
4ca500d840
Merge pull request #4234 from dmitryya/bug_10163
...
obj_bencher rados cli: rados bench producing wrong values when different blocksize used in writes and reads
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2015-05-06 20:13:44 +02:00
Dmitry Yatsushkevich
70585a6f7b
rados cli: fix documentation for -b option
...
Fix focumentation for block size option for rados cli
Signed-off-by: Dmitry Yatsushkevich <dyatsushkevich@mirantis.com>
2015-05-06 10:24:35 -07:00
Kefu Chai
5b2357e663
configure.ac: add an option: --with-man-pages
...
* do not require sphinx-build if --without-man-pages
* dist rst files for man pages
* build and dist .8 files if sphinx-build is found
Signed-off-by: Kefu Chai <kchai@redhat.com>
2015-05-06 10:17:42 +08:00
Loic Dachary
35a16ffc1e
ceph-detect-init: integration with automake / make check
...
* Add the files to the distribution tarbal via EXTRA_DIST
* Build the module via the all-local target
* Add run-tox.sh to the tests run via make check
* Add manual page
Signed-off-by: Loic Dachary <ldachary@redhat.com>
2015-05-06 01:54:36 +02:00
Loic Dachary
8ee5a82832
ceph-disk: implement activate --no-start-daemon
...
And improve the --mark-init documentation as well.
Signed-off-by: Loic Dachary <ldachary@redhat.com>
2015-05-06 01:54:36 +02:00
Sage Weil
538e6eafb9
doc/release-notes: 9.0.0
...
Signed-off-by: Sage Weil <sage@redhat.com>
2015-05-05 14:37:04 -07:00
Sage Weil
7f209b4bc8
Merge remote-tracking branch 'gh/next'
2015-05-05 09:53:51 -07:00
Sage Weil
9da4c45e24
doc: link to sepia report for lab info
...
Signed-off-by: Sage Weil <sage@redhat.com>
2015-05-04 16:34:37 -07:00
Kefu Chai
156e55b7f9
man: do not dist man pages if sphinx is not available
...
Signed-off-by: Kefu Chai <kchai@redhat.com>
2015-05-05 02:00:02 +08:00
Loic Dachary
701a0a5bf0
Merge pull request #4476 from dachary/wip-releases
...
doc: add giant v0.87.2 to the release timeline
Reviewed-by: Abhishek Lekshmanan <abhishek.lekshmanan@ril.com>
2015-04-30 13:52:17 +02:00
Josh Durgin
94a7d11e4a
Merge pull request #4186 from ceph/wip-7787
...
librbd: add fast diff feature
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
2015-04-29 16:42:03 -07:00
Loic Dachary
f93df4394e
doc: add giant v0.87.2 to the release timeline
...
Signed-off-by: Loic Dachary <ldachary@redhat.com>
2015-04-28 10:22:04 +02:00
Sage Weil
fd11e32993
doc/release-notes: v0.87.2
...
Signed-off-by: Sage Weil <sage@redhat.com>
2015-04-27 11:45:43 -07:00
Robin H. Johnson
79d17af1a1
rgw: make compatability deconfliction optional.
...
Per request from Yehuda, the deconfliction for having both
HTTP_CONTENT_LENGTH and CONTENT_LENGTH set is now optional, and
controlled by new configuration boolean, which defaults to false.
rgw content length compat
X-URL: https://github.com/ceph/ceph/pull/4436#issuecomment-95994887
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2015-04-24 10:51:03 -07:00
Kefu Chai
27cee2f1f4
doc: add ceph-create-keys.8
...
Fixes : #10725
Signed-off-by: Kefu Chai <kchai@redhat.com>
2015-04-22 21:35:01 +08:00
Kefu Chai
a4627aabb7
doc: rework ceph-conf.8
...
* sync it with the code
* reformat it like a proper man page
Signed-off-by: Kefu Chai <kchai@redhat.com>
2015-04-22 21:30:27 +08:00
Ilya Dryomov
3bfdf54ca3
doc: don't mention ceph osd setmap
...
ceph osd setmap command was disabled and subsequently removed 5 years
ago. See 9aadd41b20
("mon: disable 'osd setmap'") and 6d292397aa
("mon: remove dead 'setmap' code").
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
2015-04-21 20:27:59 +03:00
Ilya Dryomov
b1d3f918fb
rbd: allow unmapping by spec
...
Make use of krbd_unmap_by_spec() and allow unmapping by <image-name>
(i.e. pool/image@snap spec) with a bunch of careful adjustments to the
fragile command args/options parsing process to make --pool, --image
and --snap options work as expected for rbd unmap <image-name> case.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
2015-04-19 14:45:37 +03:00
Nilamdyuti Goswami
e36df09896
doc: Removes references to s3gw.fcgi in simple gateway configuration file.
...
Fixes : #11396
Signed-off-by: Nilamdyuti Goswami <ngoswami@redhat.com>
2015-04-17 17:21:16 +05:30
Loic Dachary
dc4388029d
releases: table of estimated end of life
...
Signed-off-by: Loic Dachary <ldachary@redhat.com>
2015-04-16 10:59:06 +02:00
Robin H. Johnson
e97111dae0
doc: Changes in region hostname do not seem to take effect until radosgw is restarted.
...
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2015-04-15 00:14:43 -07:00
Robin H. Johnson
f7311ec334
doc: Document region hostnames settings.
...
The hostnames key in region settings was undocumented. Also includes how
the setting interacts with the ``rgw dns name`` configuration setting.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2015-04-14 18:12:18 -07:00
Nilamdyuti Goswami
4a6deb3955
doc: Corrected the steps of Apache configuration for Debian-based distros
...
in object gateway installation guide.
Signed-off-by: Nilamdyuti Goswami <ngoswami@redhat.com>
2015-04-14 22:19:32 +05:30
Sage Weil
e7ee206fb7
Merge pull request #4354 from zhouyuan/fix_ct_doc
...
doc: Fix misleading overlay settting in Cache Tier
Reviewed-by: Sage Weil <sage@redhat.com>
2015-04-14 09:26:13 -07:00
Yuan Zhou
e1f789994e
doc: Fix misleading overlay settting in Cache Tier
...
set-overlay is needed in either writeback or readonly mode of Cache
Tier setup.
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
2015-04-14 14:47:40 +08:00
Jason Dillaman
11cc7b2715
rbd: add support for new fast diff feature
...
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
2015-04-13 15:24:14 -04:00
Sage Weil
6d22065c1a
doc/release-notes: v0.94.1
...
Signed-off-by: Sage Weil <sage@redhat.com>
2015-04-13 08:31:40 -07:00
Jason Dillaman
eed80f022a
rbd: add new --object-extents option to diff / export-diff
...
The rbd CLI can now use the object map to compute the diffs between
two snapshots. This option is enabled with the new '--object-extents'
option.
Fixes : #7787
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
2015-04-12 21:17:33 -04:00
Mykola Golub
0d1e770391
mon: osd create: add optional 'id' parameter
...
Signed-off-by: Mykola Golub <mgolub@mirantis.com>
2015-04-12 14:25:45 +03:00
Josh Durgin
458901dfb2
Merge pull request #4140 from ceph/wip-rbd-rebuild-object-map
...
rbd: add ability to rebuild corrupt/missing object maps
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
2015-04-10 17:56:48 -07:00
Jason Dillaman
6ce79ab008
rbd: add object map rebuild command
...
An invalid object map can now be rebuilt via the rbd CLI.
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
2015-04-10 14:10:05 -04:00
Loic Dachary
95249571b8
release-notes: draft v0.94.1 release notes
...
Signed-off-by: Loic Dachary <ldachary@redhat.com>
2015-04-10 11:43:11 +02:00
Gregory Farnum
d77de49eb1
Merge pull request #4306 from dachary/wip-ec-troubleshooting
...
doc: an erasure code crush ruleset can be dynamically modified
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
2015-04-09 15:41:05 -07:00
Loic Dachary
b09b4581f0
doc: when and why publish a point release
...
Explain who decides when to cut a point release and the tradeoffs
involved.
Signed-off-by: Loic Dachary <ldachary@redhat.com>
2015-04-09 13:53:13 +02:00