Casey Bodley
6869cf1ca4
doc: add docs for rgw compression
...
Signed-off-by: Casey Bodley <cbodley@redhat.com>
2016-11-30 16:26:36 -05:00
Casey Bodley
b3e2719abd
Merge pull request #12138 from oritwas/wip-rgw-doc-upgrade-region-pool
...
rgw: add documentation for upgrading with rgw_region_root_pool
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-by: Abhishek Lekshmanan <abhishek@suse.com>
2016-11-30 09:50:45 -05:00
Gregory Farnum
0e60bf85b8
Merge pull request #12022 from jcsp/wip-17853
...
mds: more deterministic timing on frag split/join
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2016-11-28 16:28:21 -05:00
Orit Wasserman
3c8711e613
rgw: add documentation for upgrading with rgw_region_root_pool
...
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
2016-11-28 16:34:02 +01:00
Kefu Chai
5233aa0b84
Merge pull request #12168 from liewegas/doc-perf
...
doc/dev/perf: a few notes on perf
Reviewed-by: Kefu Chai <kchai@redhat.com>
2016-11-28 15:27:52 +08:00
Kefu Chai
da9be4ce0a
Merge pull request #12176 from ovh/wip-doc-osd-scrub-during-recovery-chunk-min-max-sleep
...
doc: Add doc about osd scrub {during recovery|chunk {min|max}| sleep}
Reviewed-by: Abhishek Lekshmanan <abhishek@suse.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
2016-11-28 11:40:18 +08:00
chrone
2ba740896d
doc: Remove duplicate command for Ubuntu
...
Remove duplicate "sudo service radosgw restart id=rgw.<short-hostname>" command for Ubuntu in Configure Bucket Sharding.
Signed-off-by: chrone <charlesalva@gmail.com>
2016-11-28 01:02:03 +07:00
Nathan Cutler
effc36c0d0
doc: we can now run multiple MDS, so qualify warning
...
Fixes: http://tracker.ceph.com/issues/18040
Signed-off-by: Nathan Cutler <ncutler@suse.com>
2016-11-24 20:29:31 +01:00
Paweł Sadowski
71c03bc610
doc: Add doc about osd scrub {during recovery|chunk {min|max}| sleep}
...
Signed-off-by: Paweł Sadowski <pawel.sadowski@corp.ovh.com>
2016-11-24 15:13:31 +01:00
John Spray
15c6147f79
doc: explain directory fragmenation settings
...
...and update the config ref.
Includes the new mds_bal_fragment_fast_factor setting.
Signed-off-by: John Spray <john.spray@redhat.com>
2016-11-24 10:45:59 +00:00
Kefu Chai
20c445c84d
Merge pull request #11943 from wido/docs-pool-remove
...
doc: Add documentation about mon_allow_pool_delete before pool remove
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
2016-11-24 11:53:32 +08:00
Sage Weil
f5a15f0474
doc/dev/perf: a few notes on perf and flame graphs
...
Signed-off-by: Sage Weil <sage@redhat.com>
2016-11-23 17:05:37 -05:00
Gregory Farnum
366e93057d
Merge pull request #12000 from jcsp/wip-doc-exports
...
src/doc: fix class names in exports.txt
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Reviewed-by: Sage Weil <sage@redhat.com>
2016-11-23 10:34:53 -05:00
Sage Weil
c4623710e9
Merge pull request #12126 from branch-predictor/bp-doc-async-opts
...
doc/rados/configuration/ms-ref.rst: document a few async msgr options
Reviewed-by: Haomai Wang <haomai@xsky.com>
2016-11-23 10:00:44 -05:00
Piotr Dałek
8f9ee150cb
doc/rados/configuration/ms-ref.rst: document a few async msgr options
...
Documentation of a few of Async Messenger configuration options.
Signed-off-by: Piotr Dałek <git@predictor.org.pl>
2016-11-23 14:03:01 +01:00
Wido den Hollander
95ed04a536
doc: Add documentation about mon_allow_pool_delete before pool remove
...
Tell users they need to set this to true before Monitors will allow
pools to be removed.
Also update the Pending Release Notes so that users can find this change
there.
This was changed with commit 5d7f4ea
Signed-off-by: Wido den Hollander <wido@42on.com>
2016-11-23 12:18:21 +01:00
Sage Weil
58f9387acf
Merge pull request #12127 from renhwztetecs/renhw-wip-doc-mds
...
doc/mds: fixup "mds bal mode" Description
Reviewed-by: John Spray <john.spray@redhat.com>
2016-11-22 19:35:43 -05:00
John Spray
b1171f8c7e
src/doc: move exports.txt into doc/
...
Signed-off-by: John Spray <john.spray@redhat.com>
2016-11-22 23:14:15 +00:00
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
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
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