huanwen ren
3975b28b98
doc/mds: fixup "mds bal mode" Description
...
mds_load code is:
switch(g_conf->mds_bal_mode) {
case 0:
return
.8 * auth.meta_load() +
.2 * all.meta_load() +
req_rate +
10.0 * queue_len;
case 1:
return req_rate + 10.0*queue_len;
case 2:
return cpu_load_avg;
}
from Brett Niver <bniver@redhat.com>
Signed-off-by: huanwen ren <ren.huanwen@zte.com.cn>
2016-11-22 20:10:51 +08:00
Piotr Dałek
9c5d253a2e
doc/rados/configuration/osd-config-ref.rst: document the fast mark down
...
Document the "osd fast fail on connection refused" option.
Signed-off-by: Piotr Dałek <git@predictor.org.pl>
2016-11-22 10:42:28 +01:00
Casey Bodley
139452c6cb
Merge pull request #11827 from oritwas/wip-rgw-upgrade-doc
...
rgw: add recovery procedure for upgrade to older version of jewel
Reviewed-by: Casey Bodley <cbodley@redhat.com>
2016-11-21 13:12:29 -05:00
whu_liuchang
525331bff1
doc: moves commands to the Code block
...
* move commands to the Code block, make document more clear
* change `metadata/bucket index/data` items to subsubtitle
* use itemize list for commands varibales, fix the problem that all variables comments appear in one line.
Signed-off-by: liuchang0812 <liuchang0812@gmail.com>
2016-11-18 04:38:27 +00:00
Loic Dachary
8249503688
Merge pull request #10585 from zhjwpku/patch-2
...
doc/start/hardware-recommentdations: cosmetic
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2016-11-17 23:41:11 +01:00
Sage Weil
f61b7ce6a9
Merge pull request #12054 from ddiss/doc_osd_pool_restriction
...
doc: clarify file deletion from OSD restricted pool behaviour
Reviewed-by: Sage Weil <sage@redhat.com>
2016-11-17 14:57:24 -06:00
Abhishek Lekshmanan
2c9dbda46a
doc: release notes for 10.2.4
...
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
2016-11-17 21:37:18 +01:00
David Disseldorp
a138178fbe
doc/cephfs/standby: fix minor typos
...
Signed-off-by: David Disseldorp <ddiss@suse.de>
2016-11-17 20:46:17 +01:00
David Disseldorp
f00546fee0
doc/cephfs: add note about deletion from OSD restricted pool
...
As described in http://tracker.ceph.com/issues/17937 , a client with
restricted pool access can still delete files unless a corresponding
MDS path restriction is also in place.
Signed-off-by: David Disseldorp <ddiss@suse.de>
2016-11-17 20:45:57 +01:00
Samuel Just
4740fe46ec
doc/dev/osd_internals: add some docs for ECBackend
...
Also, clean up some old ones.
Signed-off-by: Samuel Just <sjust@redhat.com>
2016-11-17 10:41:34 -08:00
Jason Dillaman
eb0248c6e3
Merge pull request #12020 from leseb/glance-mitaka
...
doc: openstack glance mitaka uses show_multiple_locations
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
2016-11-17 09:31:22 -05:00
Sébastien Han
def903a7ef
doc: openstack glance mitaka uses show_multiple_locations
...
As of the Mitaka release show_image_direct_url is not needed, but
instead show_multiple_locations should be used.
Adding the necessary guidance for Mitaka release.
Signed-off-by: Sébastien Han <seb@redhat.com>
2016-11-17 10:57:36 +01:00
Kefu Chai
2c7f08b849
Merge pull request #9613 from dzafman/wip-16064
...
common osd: Improve scrub analysis, list-inconsistent-obj output and osd-scrub-repair test
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
2016-11-17 15:48:32 +08:00
David Zafman
eb73dd4736
doc, test: Add schemas for list-inconsistent-* rados command output
...
If jsonschema cmd is available use it to test output against schema
Signed-off-by: David Zafman <dzafman@redhat.com>
2016-11-16 09:38:15 -08:00
John Spray
556c8caf23
Merge pull request #11957 from batrick/mds-deactivate-doc
...
doc: clarify mds deactivate purpose
Reviewed-by: John Spray <john.spray@redhat.com>
2016-11-15 22:21:16 +00:00
Kefu Chai
6a5bd23c4f
Merge pull request #11962 from tchaikov/wip-doc-rebuilddb
...
doc: fix the script for rebuild monitor db
Reviewed-by: Shylesh Kumar <shmohan@redhat.com>
2016-11-16 00:44:02 +08:00
Gregory Farnum
d54b8a2bc4
Merge pull request #11912 from SUSE/wip-17747-followup
...
doc: drop --journal-check from ceph-mds man page
Reviewed-by: John Spray <john.spray@redhat.com>
2016-11-14 13:07:06 -08:00
Orit Wasserman
6d8f7bfe59
rgw: add recovery procedure for upgrade to older version of jewel
...
Fixes: http://tracker.ceph.com/issues/17820
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
2016-11-14 15:36:45 +01:00
Kefu Chai
a29a3c686e
doc: fix the script for rebuild monitor db
...
- escape the "$" in "$osd", so it won't be expanded by local shell
- fix the permission bits of /var/lib/ceph/mon/mon.0/store.db
- add the doc to explain the step to prepare the keyring
Signed-off-by: Kefu Chai <kchai@redhat.com>
2016-11-14 15:34:46 +08:00
Patrick Donnelly
b9a63e49ea
doc: clarify mds deactivate purpose
...
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2016-11-13 21:51:51 -05:00
Patrick Donnelly
e5a05739ed
doc: remove broken sentence
...
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2016-11-13 21:51:29 -05:00
Yehuda Sadeh
8cb3a5d42f
Merge pull request #11392 from Oloremo/keystone_docs
...
Update keystone doc about v3 options
Reviewed-by: Radoslaw Zarzynski <rzarzynski@mirantis.com>
2016-11-11 15:40:47 -08:00
Ken Dreyer
9a9637d176
doc: add infernalis EOL date
...
Remove the estimated Infernalis EOL date, and add the actual EOL date.
As discussed on the ceph-devel mailing list, we decided to say that this
infernalis EOL date is the same date that we made the first Jewel
release available.
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
2016-11-11 15:45:19 -07:00
Sage Weil
53fb099d1e
Merge pull request #7784 from ceph/wip-da-SCA-20160219
...
Coverity and SCA fixes
Reviewed-by: Sage Weil <sage@redhat.com>
2016-11-11 13:36:45 -06:00
Nathan Cutler
5e2f05ef7d
doc: drop --journal-check from ceph-mds man page
...
References: http://tracker.ceph.com/issues/17747
Signed-off-by: Nathan Cutler <ncutler@suse.com>
2016-11-11 12:21:29 +01:00
John Spray
36905d7caf
Merge pull request #11783 from jcsp/wip-17796
...
mds: enable rmxattr on pool_namespace attrs
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
2016-11-11 12:09:57 +01:00
Wido den Hollander
61bf31f847
doc: Add MON docs about pool flags and pool removal config settings
...
Signed-off-by: Wido den Hollander <wido@42on.com>
2016-11-11 10:00:27 +01:00
Danny Al-Gaaf
bf634d23a3
ceph-deploy.rst: document missing --mkfs option
...
Add missing option to the correct section to fix build
warnings. Resort the 'Options' section to alphabetical order.
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
2016-11-09 14:44:57 -05:00
Kefu Chai
8fd95430fe
doc: add doc for pybind of rgw
...
Signed-off-by: Kefu Chai <kchai@redhat.com>
2016-11-09 21:07:29 +08:00
Bartłomiej Święcki
253df6b2d7
doc: Update filestore xattr config documentation.
...
Signed-off-by: Bartłomiej Święcki <bartlomiej.swiecki@corp.ovh.com>
2016-11-08 13:41:24 +01:00
Yehuda Sadeh
ace03b97ab
Merge pull request #8712 from diwakargoel/master
...
doc: Correcting the sample python tempurl generation script.
Reviewed-by: Abhishek Lekshmanan <abhishek@suse.com>
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
2016-11-07 10:41:04 -08:00
whu_liuchang
6735a681c5
Update crush-map.rst
...
fix typo
2016-11-04 22:14:39 +08:00
Kefu Chai
23b591c0f9
Merge pull request #11784 from jcsp/wip-jcsp-docs
...
Documentation syntax cleanup
Reviewed-by: Kefu Chai <kchai@redhat.com>
2016-11-04 21:14:17 +08:00
John Spray
e7858ecf87
doc/cephfs: separate front page section for dev stuff
...
The "additional details" section was getting longer
and longer, and I don't want developer-only stuff
in there anyway.
Signed-off-by: John Spray <john.spray@redhat.com>
2016-11-04 13:07:30 +00:00
John Spray
1dcdf35455
doc/mgr: fix rst syntax in plugin guide
...
Signed-off-by: John Spray <john.spray@redhat.com>
2016-11-04 13:07:30 +00:00
John Spray
7d4c4c83d1
doc/cephfs: fix rst syntax in mantle.rst
...
Signed-off-by: John Spray <john.spray@redhat.com>
2016-11-04 13:07:29 +00:00
John Spray
e33355d228
cephfs/capabilities: fix rst syntax
...
Although we don't link this into built docs,
it generates warnings during build.
Signed-off-by: John Spray <john.spray@redhat.com>
2016-11-04 13:07:29 +00:00
John Spray
8111fea1ad
doc/cephfs: s/CephFS Quotas/Quotas/
...
This looks odd in the TOC (we're already
in the cephfs section)
Signed-off-by: John Spray <john.spray@redhat.com>
2016-11-04 13:07:29 +00:00
John Spray
6c38e3adb0
doc/cephfs: fix header depths
...
Some files had multiple top-level headers resulting in
subsections being listed in the TOC alongside the
main page header.
Signed-off-by: John Spray <john.spray@redhat.com>
2016-11-04 13:07:28 +00:00
John Spray
1e7e2a94ce
doc/cephfs: link in mantle doc
...
...and add a warning at the very top of the document
that it is not for ordinary user use.
Considered just not linking this in at all, but it
seems a shame to have it here but not be able to
e.g. google it and link to it.
Signed-off-by: John Spray <john.spray@redhat.com>
2016-11-04 13:07:28 +00:00
John Spray
2c3d385c48
doc/cephfs: document the pool_namespace layout attr
...
...including the new ability to clear it.
Signed-off-by: John Spray <john.spray@redhat.com>
2016-11-04 13:00:05 +00:00
Kefu Chai
7cd371d914
Merge pull request #10852 from wido/doc-mon-dns
...
doc: Add docs about looking up Monitors through DNS
Reviewed-by: Kefu Chai <kchai@redhat.com>
2016-11-04 19:30:29 +08:00
Kefu Chai
6478a3dd1d
Merge pull request #11617 from umullan/brokenlinks
...
doc: Fixing the broken hyperlinks by pointing to correct documentation.
Reviewed-by: Kefu Chai <kchai@redhat.com>
2016-11-04 01:03:10 +08:00
Orit Wasserman
40ba752410
Merge pull request #11494 from aclamk/wip-rgw-compression
...
[RGW] Wip rgw compression
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Reviewed-by: Casey Bodley <cbodley@redhat.com>
2016-11-03 17:25:02 +01:00
Weibing Zhang
654112000e
doc: rgw: fix a typo in S3 java api example
...
ObjectSummary.getSize() should be objectSummary.getSize()
Signed-off-by: Weibing Zhang <zhangweibing@unitedstack.com>
2016-11-03 18:23:02 +08:00
Uday Mullangi
7c7395c1cc
doc: Fixing the broken hyperlinks by pointing to correct documentation.
...
Signed-off-by: umullangi@walmartlabs.com
2016-11-03 14:55:12 +05:30
Casey Bodley
42a18edf26
doc/rgw: document rgw_compression_type
...
Signed-off-by: Casey Bodley <cbodley@redhat.com>
2016-11-02 11:18:19 -04:00
Alfredo Deza
6d01da687c
Merge pull request #10248 from ktdreyer/wip-doc-no-rpm-md
...
doc: rm "type=rpm-md" from yum repositories
Reviewed-by: Alfredo Deza <adeza@redhat.com>
2016-11-01 08:24:17 -04:00
Orit Wasserman
63e86e542e
Merge pull request #11280 from ceph/wip-17440
...
rgw: fixes for virtual hosting of buckets
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
2016-11-01 10:14:13 +01:00
Ken Dreyer
932a0e9862
doc: rm "type=rpm-md" from yum repositories
...
As far as I can tell, this is only relevant to SUSE's Zypper, and yum
does not need it.
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
2016-10-31 11:29:30 -06:00
Malte Fiala
34cd50c4c4
doc: Fixed mapping error in legacy mds command
...
Signed-off-by: Malte Fiala <maltefiala@produktion.io>
2016-10-27 19:27:19 +02:00
Josh Durgin
3d80e609ee
Merge pull request #11658 from hjwsm1989/doc
...
doc: change the osd_max_backfills default to 1
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
2016-10-26 16:17:56 -07:00
John Spray
32b15e329a
Merge pull request #10887 from michaelsevilla/mantle
...
fs: Mantle: A Programmable Metadata Load Balancer
Reviewed-by: John Spray <john.spray@redhat.com>
2016-10-26 20:31:28 +01:00
huangjun
e112664bf3
doc: change the osd_max_backfills default to 1
...
Fixes: http://tracker.ceph.com/issues/17701
Signed-off-by: huangjun <hjwsm1989@gmail.com>
2016-10-26 16:55:53 +08:00
Kefu Chai
fe1a6cf72f
Merge pull request #11653 from ktdreyer/doc-epel-instructions
...
doc: standardize EPEL instructions
Reviewed-by: Kefu Chai <kchai@redhat.com>
2016-10-26 15:39:42 +08:00
Ken Dreyer
9411017fd3
doc: standardize EPEL instructions
...
Prior to this change, the documentation pages contained different ways
to enable EPEL. Pick a simple, secure (https) way and standardize on
that.
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
2016-10-25 20:02:48 -06:00
Ken Dreyer
be7de7ab0d
doc: fix mgr literal block rST syntax
...
Prior to this change, there were double-colon ("::") characters in the
HTML docs to indicate literal blocks.
The proceeding paragraphs were not pre-formatted because there was no
newline between the double-colon and the to-be-pre-formatted paragraph.
Move the "::" characters inline to simplify the syntax and make Sphinx
properly interpret these texts as literal blocks.
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
2016-10-25 19:51:53 -06:00
Michael Sevilla
5cc43cf0a7
mantle: re-design and fixes
...
- fix legacy encoding in mds map and add balancer to dumps
- fix blocking rados read and remove temporary files
- fix beacon message spamming
Signed-off-by: Michael Sevilla <mikesevilla3@gmail.com>
2016-10-25 13:27:34 -07:00
Michael Sevilla
0829028d1c
mantle: store balancer in RADOS, balancer version in MDSMap
...
- add docs and sample balancer (greedy-spill)
Signed-off-by: Michael Sevilla <mikesevilla3@gmail.com>
2016-10-25 13:27:34 -07:00
John Wilkins
f7a761ac22
Merge pull request #11352 from dachary/wip-17526-rados-bench
...
doc: document hostname constraints for rados bench
reviewed-by: John Wilkins <jowilkin@redhat.com>
2016-10-25 12:26:31 -07:00
John Wilkins
2e987aef46
Merge pull request #11602 from dillaman/wip-17665
...
doc: clarify QEMU rbd cache settings
reviewed-by: John Wilkins <jowilkin@redhat.com>
2016-10-25 12:23:31 -07:00
Yuri Weinstein
fc70cd9ac3
Merge pull request #11036 from tomy-ac/wip-tc-rados_append
...
Added append functionality to rados tool.
Reviewed-by: Samuel Just <sjust@redhat.com>
2016-10-24 14:45:42 -07:00
Jason Dillaman
cb897a4e98
doc: clarify QEMU rbd cache settings
...
http://tracker.ceph.com/issues/17665
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
2016-10-21 14:55:05 -04:00
John Spray
c83cb7a11d
tools/cephfs: add pg_files command
...
Sometimes users know that particular data pool PGs
have been damaged, and they would like to scan
their files to work out which ones might have
been affected.
Fixes: http://tracker.ceph.com/issues/17249
Signed-off-by: John Spray <john.spray@redhat.com>
2016-10-19 23:06:41 +01:00
Sage Weil
d8105622fa
Merge pull request #11546 from umullan/uday
...
doc: Fix broken link for caps
2016-10-19 08:58:34 -05:00
John Spray
0928f53d97
Merge pull request #11550 from renhwztetecs/renhw-wip-mgr-doc
...
doc/mgr: fix mgr how long to wait to failover
Reviewed-by: John Spray <john.spray@redhat.com>
2016-10-19 15:21:45 +02:00
John Spray
6d40a8140f
Merge pull request #11434 from batrick/mds-cmd-deprecated
...
Flag deprecated mds commands and omit deprecated mon commands in help output
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Reviewed-by: Sage Weil <sage@redhat.com>
2016-10-19 12:23:34 +02:00
huanwen ren
b7891ee3f2
doc/mgr: fix mgr how long to wait to failover
...
Signed-off-by: huanwen ren <ren.huanwen@zte.com.cn>
2016-10-19 17:01:28 +08:00
Uday Mullangi
b0ab0f9d98
doc: Fix broken link for caps
...
http://tracker.ceph.com/issues/17587
Signed-off-by: Uday udaymjl@gmail.com
2016-10-19 11:39:04 +05:30
Sage Weil
c4d774003f
Merge pull request #11518 from umullan/uday
...
doc: fix broken links
2016-10-18 09:31:54 -05:00
Kefu Chai
c5ee3b5274
Merge pull request #11432 from hansbogert/patch-3
...
doc: Update install-ceph-gateway.rst
Reviewed-by: Kefu Chai <kchai@redhat.com>
2016-10-18 17:19:15 +08:00
Uday Mullangi
2393f9e4ba
Fixes : #17587
...
doc: Fixing the broken link which was refactored for authentication as part of other PR
Signed-off-by: uday udaymjl@gmail.com
2016-10-18 11:51:58 +05:30
Wido den Hollander
4dfacf8031
doc: Add docs about looking up Monitors through DNS
...
Signed-off-by: Wido den Hollander <wido@42on.com>
2016-10-17 13:48:36 +02:00
Wido den Hollander
9b634ec802
doc: Small styling fix to mirror documentation
...
Signed-off-by: Wido den Hollander <wido@42on.com>
2016-10-17 13:46:54 +02:00
Uday Mullangi
6b78568980
Fixes : #17587
...
doc: Fixing the broken link which was refactored for authentication as part of other PR
Signed-off-by: uday udaymjl@gmail.com
2016-10-17 16:34:25 +05:30
Uday Mullangi
fe9b146ad7
Fixes : #17587
...
doc: Fixing the broken link which was refactored for authentication as part of other PR
Signed-off-by: uday udaymjl@gmail.com
2016-10-17 16:10:42 +05:30
Kefu Chai
754ad16eae
Merge pull request #11276 from tchaikov/wip-17400
...
tools/ceph_monstore_tool: update pgmap_meta also when rebuilding store.db
Tested-by: Huawen Ren <ren.huanwen@zte.com.cn>
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
2016-10-15 11:50:54 +08:00
Hans van den Bogert
76939ce389
doc: Update install-ceph-gateway.rst
...
Make the s3test.py script PIP-8 complaint, and more importantly it no
longer fails because of the wrong indentation on the line of the
for-loop.
Signed-off-by: Hans van den Bogert <hansbogert@gmail.com>
2016-10-13 22:33:52 +02:00
Leo Zhang
f281f8d30e
doc: fix dead link of "os-recommendations" in troubleshooting-osd
...
Signed-off-by: Leo Zhang <nguzcf@gmail.com>
2016-10-13 10:38:10 +08:00
Casey Bodley
90b8196b4b
Merge pull request #11269 from yehudasa/wip-multipart-uploads-cp
...
rgw: multipart upload copy
Reviewed-by: Casey Bodley <cbodley@redhat.com>
2016-10-12 14:48:28 -04:00
Patrick Donnelly
4323d47122
mds: remove deprecated commands from docs
...
This mostly is just removing the commands from the man page ceph(1). I
left the legacy section in doc/cephfs/administration.rst as-is.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2016-10-12 10:58:38 -04:00
Kefu Chai
4f40fca56a
Merge pull request #11233 from zealoussnow/wip-0927
...
doc: fix start development cluster operation in index.rst
Reviewed-by: Kefu Chai <kchai@redhat.com>
2016-10-11 23:48:21 +08:00
Proskurin Kirill
d869df59e9
Update keystone doc about v3 options
...
Signed-off-by: Proskurin Kirill <kproskurin@mirantis.com>
2016-10-11 09:12:44 +00:00
Jason Dillaman
99cd30914f
Merge pull request #11370 from ceph/wip-krbd-unmap-options
...
rbd: expose rbd unmap options
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
2016-10-10 10:17:09 -04:00
Kefu Chai
af8e211637
doc: fill keyring with caps before passing it to ceph-monstore-tool
...
to make sure the recovered monitor store is ready for use.
Signed-off-by: Kefu Chai <kchai@redhat.com>
2016-10-10 18:43:40 +08:00
Leo Zhang
c387c87434
doc: fix dead link "Hardware Recommendations"
...
Signed-off-by: Leo Zhang <nguzcf@gmail.com>
2016-10-08 22:41:59 +08:00
Ilya Dryomov
620f5e1455
rbd: expose rbd unmap options
...
Reuse rbd map -o infrastructure to expose rbd unmap options in
a similar fashion. Currently it's just one bool option, but we may
need more in the future.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
2016-10-07 17:21:15 +02:00
Josh Durgin
61ffc1c553
Merge pull request #11302 from asheplyakov/rados-doc-fixup
...
doc: fix librados example programs
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
2016-10-06 16:24:52 -07:00
Loic Dachary
1d7e8188b9
doc: document hostname constraints for rados bench
...
Fixes: http://tracker.ceph.com/issues/17526
Signed-off-by: Loic Dachary <loic@dachary.org>
2016-10-06 19:39:20 +02:00
Yehuda Sadeh
1b90ab375e
Merge pull request #11127 from SirishaGuduru/multitenancy-doc-change
...
Changed config parameter "rgw keystone make new tenants" in radosgw multitenancy
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
2016-10-05 09:07:17 -07:00
Yehuda Sadeh
086cebc9a3
Merge pull request #10159 from mhackett/wip-mhackett-16604
...
doc: add rgw_enable_usage_log option in Rados Gateway admin guide
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
2016-10-05 09:04:02 -07:00
Yehuda Sadeh
a173427232
Merge pull request #10641 from weiqiaomiao/wqm-wip-rgw-s3api
...
doc/radosgw: fix description of response elements 'Part'
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
2016-10-05 08:55:34 -07:00
Jason Dillaman
7176b61bad
Merge pull request #11313 from ceph/wip-krbd-lock-on-read-option
...
rbd: recognize lock_on_read option
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
2016-10-05 10:00:29 -04:00
Yehuda Sadeh
5b3cd2efbe
Merge pull request #10223 from mikulely/doc-s3-static-website-support
...
doc: update s3 static webiste feature support status
Reviewed-by: Abhishek Lekshmanan <abhishek@suse.com>
2016-10-04 17:12:30 -07:00
Ilya Dryomov
e857b78965
rbd: recognize lock_on_read option
...
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
2016-10-04 19:50:32 +02:00
Ilya Dryomov
d38dc29ed5
doc: clarify rbd size units
...
It wasn't clear from the man page that --size defaults to M.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
2016-10-04 10:21:36 +02:00
Alexey Sheplyakov
5c291855ac
doc: fix librados example programs
...
basically s/rados_wait_for_(safe|complete)/rados_aio_wait_for_\1/g
Signed-off-by: Alexey Sheplyakov <asheplyakov@mirantis.com>
2016-10-04 09:39:51 +03:00
Casey Bodley
36203c28ba
doc: configuring virtual hosted buckets for radosgw
...
Signed-off-by: Casey Bodley <cbodley@redhat.com>
2016-10-03 14:25:23 -04:00
John Spray
567b9fb692
doc: add initial ceph-mgr docs
...
Signed-off-by: John Spray <john.spray@redhat.com>
2016-09-29 17:27:05 +01:00
Javier M. Mellid
8a7ebeee2f
rgw: doc: add multipart uploads copy part feature as supported
...
Signed-off-by: Javier M. Mellid <jmunhoz@igalia.com>
2016-09-28 17:12:28 -07:00
Jiaying Ren
ed65930270
doc: cleanup outdated radosgw description
...
radosgw support is on by default, as built-in Civetweb, set up Apache
is no necessary any more.
Signed-off-by: Jiaying Ren <jiaying.ren@umcloud.com>
2016-09-28 16:52:08 +08:00
Tomy Cheru
cb919cae34
tools/rados: Added append functionality to rados tool.
...
Signed-off-by: Tomy Cheru <tomy.cheru@sandisk.com>
2016-09-28 09:23:37 +05:30
Abhishek Lekshmanan
9c691776aa
doc/changelog: add v10.2.3
...
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
2016-09-27 17:59:55 +02:00
Abhishek Lekshmanan
9f97af26b8
doc/release-notes: more fixes to 10.2.3
...
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
2016-09-27 16:38:26 +02:00
Abhishek Lekshmanan
d12b5f6b5a
doc/release-notes: v10.2.3 jewel
...
Adding release notes for the next jewel release
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
2016-09-27 16:28:05 +02:00
Abhishek Lekshmanan
de0e0edbd5
doc: add v10.2.3 to releases table
...
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
2016-09-27 16:28:05 +02:00
Leo Zhang
5582407721
doc: drop start development cluster area in index.rst, quick_start.rst also documents this area
...
Signed-off-by: Leo Zhang <nguzcf@gmail.com>
2016-09-27 17:15:04 +08:00
Leo Zhang
ee1de7dc14
doc: fix start development cluster operation in index.rst
...
Signed-off-by: Leo Zhang <nguzcf@gmail.com>
2016-09-27 15:43:07 +08:00
Sage Weil
1f5d75f31a
Merge pull request #11226 from zealoussnow/wip-0926
...
doc: missing "make vstart" in quick_guide.rst
2016-09-26 15:48:40 -05:00
Sage Weil
784fe23812
doc: remove old .libs reference
...
Signed-off-by: Sage Weil <sage@redhat.com>
2016-09-26 15:50:30 -04:00
Leo Zhang
9996b49265
doc: missing "make vstart" in quick_guide.rst
...
Signed-off-by: Leo Zhang <nguzcf@gmail.com>
2016-09-26 23:25:29 +08:00
Sage Weil
c621146001
Merge pull request #11172 from batrick/ceph-conf-metavar
...
doc: add $pid metavar conf doc
Reviewed-by: Sage Weil <sage@redhat.com>
2016-09-23 08:45:02 -05:00
Alfredo Deza
9bb7cf7211
doc/rados/troubleshooting: remove references to premium support from inktank.com
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2016-09-22 07:43:43 -04:00
Alfredo Deza
c8dc8d3998
doc/rados: remove references to premium support from inktank.com
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2016-09-22 07:43:43 -04:00
Patrick Donnelly
8d7d24e0a4
doc: add $pid metavar conf doc
...
$pid introduced in 2012 via cf2a0454
.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2016-09-21 10:58:45 -04:00
John Spray
18ccaeaa89
doc: update vstart guide for cmake-ish paths
...
Signed-off-by: John Spray <john.spray@redhat.com>
2016-09-21 10:04:33 +01:00
John Spray
d89b876d57
doc: update build instructions for cmake
...
Signed-off-by: John Spray <john.spray@redhat.com>
2016-09-21 10:04:32 +01:00
Casey Bodley
b606ab1ff8
Merge pull request #11134 from tserlin/wip-tserlin-fix-radosgw-admin-manpage
...
Add two options to radosgw-admin.rst manpage
Reviewed-by: Casey Bodley <cbodley@redhat.com>
2016-09-19 16:19:55 -04:00
tserlin
697f30d86f
Add two options to radosgw-admin.rst manpage
...
Add '--job-id' and '--max-concurrent-ios' to Orphan Search Options
Fixes: http://tracker.ceph.com/issues/17281
Signed-off-by: Thomas Serlin <tserlin@redhat.com>
2016-09-19 15:28:37 -04:00
John Wilkins
bf613881e9
Merge pull request #11115 from petermaloney/peter-mds-docs3
...
doc: manual instructions to set up mds daemon
Reviewed-by: John Wilkins<jowilkin@redhat.com>
2016-09-19 08:52:52 -07:00
Samuel Just
22053d057f
Merge pull request #11063 from ceph/wip-doc-BZ#1368528
...
Removed reference about pool ownership based on BZ#1368528
Reviewed-by: Samuel Just <sjust@redhat.com>
2016-09-19 05:31:04 -07:00
SirishaGuduru
bd9695d50c
doc: Radosgw multitenancy config paramater change
...
Radosgw multitenancy configuration parameter
"rgw keystone make new tenants" never works even
applied. When gone through the code, itseems this
parameter is not used. But "rgw keystone implicit
tenants" works as the code looks for this.
Modified the configuration parameter in two files
mentioned below from "rgw keystone make new tenants"
to "rgw keystone implicit tenants"
Fixes: http://tracker.ceph.com/issues/17293
Signed-off-by: SirishaGuduru <SGuduru@walmartlabs.com>
2016-09-19 12:06:36 +05:30
Peter Maloney
9fd92a5ecf
doc: manual instructions to set up mds daemon
...
Signed-off-by: Peter Maloney <peter.maloney@brockmann-consult.de>
2016-09-17 22:29:49 +02:00
Kefu Chai
19acda71d2
Merge pull request #10933 from tchaikov/wip-rebuild-monstore
...
tools: rebuild monstore
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Reviewed-by: Joao Eduardo Luis <joao@suse.de>
2016-09-17 21:29:52 +08:00
Andreas Gerstmayr
a004254a02
doc: fix description for rsize and rasize
...
Signed-off-by: Andreas Gerstmayr <andreas.gerstmayr@gmail.com>
2016-09-15 22:02:23 +02:00
Ken Dreyer
a676c51606
doc: add "--orphan-stale-secs" to radosgw-admin(8)
...
The radosgw-admin(8) manual page did not include the description of the
`--orphan-stale-secs` option of the `orphans find` command. The option sets
the number of seconds to wait before declaring an object to be an
orphan.
Fixes: http://tracker.ceph.com/issues/17280
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
2016-09-15 11:41:04 -06:00
Kefu Chai
79a9f29925
doc: add rados/operations/disaster-recovery.rst
...
document the process to recover from leveldb corruption.
Fixes: http://tracker.ceph.com/issues/17179
Signed-off-by: Kefu Chai <kchai@redhat.com>
2016-09-15 17:56:35 +08:00
Barbora Ančincová
a9c0e7b789
Removed reference about pool ownership based on BZ#1368528
...
Signed-off-by: Bara Ancincova <bara@redhat.com>
https://bugzilla.redhat.com/show_bug.cgi?id=1368528
From email conversation with Sage and Sam:
I don't think it is used at all, and at a minimum it is
untested and undocumented and the implementation is alomst
certainly incomplete.
I definitely support removing any trace of it from the docs.
sage
2016-09-13 17:38:25 +05:30
Ricardo Dias
a8f8598a73
cmake: Use WITH_TESTS flag to guard the build of ceph-test scripts/binaries
...
Signed-off-by: Ricardo Dias <rdias@suse.com>
2016-09-09 14:12:44 +01:00
Sage Weil
fba798dcad
remove autotools
...
Signed-off-by: Sage Weil <sage@redhat.com>
2016-09-07 11:50:14 -04:00
John Spray
4a3085bc63
Merge pull request #10914 from batrick/mds-no-maxmds
...
mds: remove max_mds config option
Reviewed-by: John Spray <john.spray@redhat.com>
2016-09-06 12:50:20 +01:00
Loic Dachary
8de8d7283f
Merge pull request #9758 from SUSE/wip-btrfs-not-ideal
...
doc: remove btrfs contradiction
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2016-09-04 19:58:19 +02:00
Patrick Donnelly
52f4e545e0
mds: remove max_mds config option
...
It is now required that all changes to max_mds use the run-time `ceph fs
set max_mds` command. The rationale for this change is that it is
confusing to have a configuration for max_mds which is only observed at
file system creation.
Fixes: http://tracker.ceph.com/issues/17105
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2016-08-31 22:17:28 -04:00
Sage Weil
8df6bf89b2
doc/release-notes: v0.94.9
...
Signed-off-by: Sage Weil <sage@redhat.com>
2016-08-30 15:08:49 -04:00
John Spray
0725f3ddfd
Merge pull request #10897 from batrick/caps-graphic
...
doc: add graphic for cap bit field
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
2016-08-29 17:15:36 +01:00
Radoslaw Zarzynski
585026833d
Merge pull request #10280 from rzarzynski/wip-rgw-swift-at-root-features
...
rgw: add suport for Swift-at-root dependent features of Swift API
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-by: Pritha Srivastava <prsrivas@redhat.com>
Reviewed-by: Radoslaw Zarzynski <rzarzynski@mirantis.com>
2016-08-29 15:36:17 +02:00
Nathan Cutler
88d3fe9232
doc: add 11.0.0 to releases table
...
Signed-off-by: Nathan Cutler <ncutler@suse.com>
2016-08-28 09:42:42 +02:00
Nathan Cutler
ea3ddeec41
doc: fix two broken links in releases.rst
...
Signed-off-by: Nathan Cutler <ncutler@suse.com>
2016-08-28 09:40:25 +02:00
Nathan Cutler
b83d25d291
doc: release-notes.rst: move misplaced line
...
46264a3b6c
added the missing line to the wrong
section. This commit moves it to the right section (v0.94.8).
Signed-off-by: Nathan Cutler <ncutler@suse.com>
2016-08-28 09:22:23 +02:00
Loic Dachary
cedc643319
Merge pull request #10899 from SUSE/wip-retirement
...
doc: do not list all major versions in get-packages.rst
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2016-08-27 20:38:18 +02:00
Nathan Cutler
46264a3b6c
doc: add missing PR to hammer 0.94.8 release notes
...
Signed-off-by: Nathan Cutler <ncutler@suse.com>
2016-08-27 20:20:50 +02:00
Nathan Cutler
1b62d9465a
doc: do not list all major versions in get-packages.rst
...
The list of major versions is difficult to maintain. This commit drops it and
replaces it with a link to releases.rst plus some general language about how we
recommend that everyone keep their clusters up-to-date.
Signed-off-by: Nathan Cutler <ncutler@suse.com>
2016-08-27 20:11:04 +02:00
Patrick Donnelly
11bf807563
doc: add graphic for cap bit field
...
Thanks to Jeff for putting this doc together!
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2016-08-26 15:13:58 -04:00
Sage Weil
1ac3997b03
doc/release-notes: fix v10.2.2 changelog link
...
Signed-off-by: Sage Weil <sage@redhat.com>
2016-08-26 09:51:41 -04:00
Sage Weil
902b5e3a10
doc/releases: add v0.94.8 to timeline
...
Signed-off-by: Sage Weil <sage@redhat.com>
2016-08-26 09:27:22 -04:00
Sage Weil
d865190150
doc: add v0.94.8 changelog
...
Signed-off-by: Sage Weil <sage@redhat.com>
2016-08-26 09:27:14 -04:00
Sage Weil
68215aea97
doc: add v0.94.7 changelog
...
Signed-off-by: Sage Weil <sage@redhat.com>
2016-08-26 09:26:24 -04:00
Sage Weil
41ddc8be35
Merge pull request #10730 from SUSE/wip-release-notes-draft
...
release-notes.rst: draft 0.94.8 release notes
Reviewed-by: Sage Weil <sage@redhat.com>
2016-08-25 15:23:23 -05:00
Kefu Chai
586cfc998b
Merge pull request #10840 from david-z/wip-fix-manpage
...
doc: fix wrong osdkeepalive name in mount.ceph manpage
Reviewed-by: Kefu Chai <kchai@redhat.com>
2016-08-24 18:51:44 +08:00
Zhi Zhang
55385bd137
doc: fix wrong osdkeepalive name in mount.ceph manpage
...
Signed-off-by: Zhi Zhang <zhangz.david@outlook.com>
2016-08-24 17:59:15 +08:00