Dunrong Huang
be55a275de
doc: s/Bucket/BucketName
...
from amazon s3 documentaion, the name shoule be BucketName rather than Bucket.
Signed-off-by: Dunrong Huang <riegamaths@gmail.com>
2015-12-23 15:35:12 +08:00
Dunrong Huang
dd065d890b
doc: update SetACL API
...
Since v2 and later version, SetACLRequest() and SetACL() were removed,
and replaced by PutACLRequest() and PutACL()
Reference:
http://docs.aws.amazon.com/sdkfornet/latest/apidocs/items/MS3_S3PutACL_PutACLRequestNET4_5.html
http://docs.aws.amazon.com/sdkfornet/v3/apidocs/items/S3/MS3_S3PutACL_PutACLRequest.html
Signed-off-by: Dunrong Huang <riegamaths@gmail.com>
2015-12-23 15:24:03 +08:00
Dunrong Huang
d46297e7d8
doc: s/ListBucketResponse/ListBucketsResponse
...
From following documentation:
- http://docs.aws.amazon.com/sdkfornet/v3/apidocs/items/S3/MS3ListBucketsResponsector_.html
- http://docs.aws.amazon.com/sdkfornet/latest/apidocs/items/TS3ListBucketsResponse_NET4_5.html
the correct class name is ListBucketsResponse.
Signed-off-by: Dunrong Huang <riegamaths@gmail.com>
2015-12-23 15:15:43 +08:00
Kefu Chai
d821acada3
doc: document "readforward" and "readproxy" cache mode
...
Signed-off-by: Kefu Chai <kchai@redhat.com>
2015-12-23 13:43:36 +08:00
Yehua
777564c870
doc:adding "--allow-shrink" in decreasing the size of the rbd block to distinguish from the increasing option
...
In the original file, the increasing and decreaing of the size of the rbd block shares the same option:
"rbd resize --size 2048 foo".
However, it is not proper, as the "--allow-shrink" needs to be added while decreasing the size of the rbd block.
As a result, it is necessary to make a distinguish between these two options as follows:
"rbd resize --size 2048 foo (to increase)"
"rbd resize --size 2048 foo --allow-shrink (to decrease)"
Signed-off-by: Yehua <chen.yehua@h3c.com>
2015-12-23 13:13:04 +08:00
Dunrong Huang
fd6fca7f28
doc: `Amazon.AWSClientFactory' is obsolete
...
From http://blogs.aws.amazon.com/net/post/Tx2JT7AYCL2F6CB/ , Amazon.AWSClientFactory was removed
Signed-off-by: Dunrong Huang <riegamaths@gmail.com>
2015-12-23 12:09:53 +08:00
Kefu Chai
c2e391301e
man: document listwatchers cmd in "rados" manpage
...
Signed-off-by: Kefu Chai <kchai@redhat.com>
2015-12-23 11:23:49 +08:00
litianqing
877f332f57
ceph doc fix slip of pen
...
mon client hung interval -> mon client hunt interval
Signed-off-by: tianqing <tianqing@unitedstack.com>
2015-12-23 10:56:19 +08:00
Orit Wasserman
cacc38e9cc
Merge pull request #7005 from YankunLi/patch-4
...
delete default zone
2015-12-22 16:26:13 +01:00
YankunLi
4dd86ca93e
correct radosgw-admin command
...
the command to disable users quota should be 'radosgw-admin quota disable --quota-scope=<user | bucket> --uid=<uid>'
2015-12-22 13:56:50 +08:00
YankunLi
b1df12c000
delete default zone
...
if the default zone exist, delete the default zone from both the east and west pools.
2015-12-22 13:46:13 +08:00
Yuan Zhou
0b951fde26
Doc: fix misleading configuration guide on cache tiering
...
* The flush/evict won't work if target_max_bytes/objects are not configured.
* All client requests will be blocked only when target_max_bytes/objects
are reached. Hitting on cache_target_full_ratio will not block client
requests.
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
2015-12-21 16:27:37 +08:00
Sage Weil
fbd5959fc9
doc/release-notes: v10.0.1
...
Signed-off-by: Sage Weil <sage@redhat.com>
2015-12-16 13:03:45 -05:00
Nathan Cutler
fec545839c
doc: fix typo in developer guide
...
Signed-off-by: Nathan Cutler <ncutler@suse.com>
2015-12-15 15:25:45 +01:00
Wido den Hollander
f4a077c72d
doc: Use 'ceph auth get-or-create' for creating RGW keyring
...
This saves us a lot of steps which the old documentation took. The
result is however the same.
2015-12-15 13:35:28 +01:00
Loic Dachary
736532cac9
Merge pull request #6934 from smithfarm/wip-14070
...
doc: Update list of admin/build-doc dependencies
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2015-12-15 13:24:47 +01:00
Nathan Cutler
eadc771d27
doc: Update list of admin/build-doc dependencies
...
http://tracker.ceph.com/issues/14070 Fixes : #14070
Signed-off-by: Nathan Cutler <ncutler@suse.com>
2015-12-15 12:41:29 +01:00
Loic Dachary
9c34d0c4e4
Merge pull request #6910 from dachary/wip-dev-guide-ceph-qa-suite
...
doc: dev: introduction to tests
Reviewed-by: Nathan Cutler <ncutler@suse.com>
2015-12-15 11:21:51 +01:00
Sage Weil
d5cee59b02
doc/cephfs/posix: update
...
Signed-off-by: Sage Weil <sage@redhat.com>
2015-12-14 10:45:30 -05:00
Sage Weil
beacff5c2a
doc/rados/operations/crush-map: update docs on crush tunables
...
Signed-off-by: Sage Weil <sage@redhat.com>
2015-12-14 09:46:05 -05:00
Loic Dachary
5440334dec
doc: dev: introduction to tests
...
Signed-off-by: Loic Dachary <loic@dachary.org>
2015-12-13 22:02:27 +01:00
Nilamdyuti Goswami
c36d73eedb
doc: Modified a note section in rbd-snapshot doc.
...
Elaborates the note section a bit more as to why stopping I/O before
taking a snapshot is recommended and how to do it.
Signed-off-by: Nilamdyuti Goswami <ngoswami@redhat.com>
2015-12-13 01:23:30 +05:30
Yan, Zheng
021743938d
Merge pull request #6858 from jcsp/wip-cephfs-auth-doc
...
doc: note that cephfs auth stuff is new in jewel
2015-12-10 16:30:13 +08:00
Josh Durgin
f9f4d5c662
Merge pull request #6830 from vumrao/wip-12112-vumrao
...
rbd: add --object-size option, deprecate --order
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
2015-12-08 15:30:09 -08:00
John Spray
1b6a7e3600
doc: note that cephfs auth stuff is new in jewel
...
+ bonus whitespace fixes to the code blocks to
get them to render properly
Signed-off-by: John Spray <john.spray@redhat.com>
2015-12-08 14:10:18 +00:00
John Spray
534ff381ab
Merge pull request #6848 from H3C/wip-zcl-layout-rst
...
doc:file must be empty when writing layout fields of file use "setfattr"
Reviewed-by: John Spray <john.spray@redhat.com>
2015-12-08 11:47:22 +00:00
Vikhyat Umrao
71690e707f
rbd: add --object-size option
...
Object size can be specified when creating an image with the --order option,
as a number of bits in the size.
This patch is adding new option --object-size. This new option will specify
object size directly for example --object-size 2M.
It would be easier to use. --order is still present for backwards compatibility.
For simplicity, we are rounding up the object size to the nearest power of 2.
Fixes #12112
Signed-off-by: Vikhyat Umrao <vumrao@redhat.com>
2015-12-08 16:14:03 +05:30
Cilang Zhao
07c334a2ca
doc:file must be empty when writing layout fields of file use "setfattr"
...
When the layout fields of a file are modified, this file must be empty, otherwise an error would occur.
Signed-off-by:Cilang Zhao zhao.cilang@h3c.com
2015-12-08 03:45:43 -05:00
Yehuda Sadeh
54a6222501
Merge pull request #6829 from LenzGr/master
...
doc: Fixed incorrect name of a "List Multipart Upload Parts" Response Entity
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
2015-12-07 11:09:41 -08:00
Lenz Grimmer
3e23e45dd7
doc: Fixed incorrect name of a "List Multipart Upload Parts" Response Entity
...
Fixed incorrect name of a "List Multipart Upload Parts" Response Entity:
"InitiatedMultipartUploadsResult" -> "ListPartsResult"
Fixes : #14003
Signed-off-by: Lenz Grimmer <lenz@grimmer.com>
2015-12-07 15:54:49 +01:00
Loic Dachary
8eb0ed1dcd
Merge pull request #6816 from drunkard/doc
...
doc: rst style fix for pools document
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2015-12-07 10:02:02 +01:00
Gregory Farnum
66de0e3215
Merge pull request #6567 from jcsp/wip-layout-restrict
...
mds: add 'p' flag in auth caps to control setting pool in layout
Reviewed-by: Sage Weil <sage@redhat.com>
2015-12-06 21:05:30 -08:00
Drunkard Zhang
593c1249d2
doc: rst style fix for pools document
...
Signed-off-by: Drunkard Zhang <gongfan193@gmail.com>
2015-12-07 10:45:03 +08:00
Nathan Cutler
c1daf4e6f8
doc/dev/index.rst: wholesale refactor
...
Signed-off-by: Nathan Cutler <ncutler@suse.com>
2015-12-04 23:58:11 +01:00
Loic Dachary
15a81bb712
Merge pull request #6780 from smithfarm/wip-index-20151201
...
doc/dev/index.rst: fix headings
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2015-12-03 22:40:17 +01:00
Nathan Cutler
6807b35a21
doc/dev/index.rst: fix links
...
Signed-off-by: Nathan Cutler <ncutler@suse.com>
2015-12-03 18:11:37 +01:00
Nathan Cutler
f3366401eb
doc/dev/index.rst: Flesh out the IRC section
...
Signed-off-by: Nathan Cutler <ncutler@suse.com>
2015-12-03 18:11:25 +01:00
Nathan Cutler
8d281bc5f0
doc/dev/index.rst: Make Issue tracker a separate chapter
...
Signed-off-by: Nathan Cutler <ncutler@suse.com>
2015-12-03 18:11:09 +01:00
Nathan Cutler
6e7f9c8ed3
doc/dev/index.rst: start writing Bugfixing chapter
...
Signed-off-by: Nathan Cutler <ncutler@suse.com>
2015-12-03 13:31:28 +01:00
Nathan Cutler
002d26b097
doc/dev/index.rst: rewrite introductory material
...
Signed-off-by: Nathan Cutler <ncutler@suse.com>
2015-12-03 09:53:35 +01:00
Yehuda Sadeh
39ba840fce
Merge pull request #6784 from ceph/wip-5073
...
rgw multitenancy
Buckets and users can now have a tenant associated with them. Buckets can be specified as [<tenant>:]<bucket> and users can be specified as [<tenant>$]<uid>. The existing users and buckets are part of the default global tenant.
This is first phase. Future work will add tighter integration (e.g., swift tenant mapping, s3 subdomain tenant mapping, etc.)
Reviewed-by: Pete Zaitcev <zaitcev@redhat.com>
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
2015-12-02 21:52:00 -08:00
Nathan Cutler
bc21a23555
doc/dev/index.rst: fix headings
...
This commit fixes the headings so they render properly on http://ceph.com
Signed-off-by: Nathan Cutler <ncutler@suse.com>
2015-12-03 00:30:24 +01:00
Loic Dachary
12efe7f2c9
Merge pull request #6727 from smithfarm/wip-index
...
doc/dev/index.rst: begin writing Contributing to Ceph
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2015-12-03 00:18:31 +01:00
Nathan Cutler
b6f9a9b2b1
doc/dev/index.rst: begin writing Contributing to Ceph
...
Replace existing index.rst with the beginnings of a comprehensive
developer guide.
Move the old index.rst to index-old.rst.
Signed-off-by: Nathan Cutler <ncutler@suse.com>
2015-12-02 23:37:06 +01:00
Jason Dillaman
1786fa8aa9
Merge pull request #6657 from kylinstorage/wip-rbd-nbd
...
rbd-nbd: network block device (NBD) support for RBD
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
2015-12-02 10:38:54 -05:00
Yunchuan Wen
b0deee4961
Update man page for new rbd nbd command
...
Signed-off-by: Yunchuan Wen <yunchuan.wen@kylin-cloud.com>
2015-12-02 11:29:41 +08:00
Yunchuan Wen
2c7cc532a8
add rbd-nbd man page reference
...
Signed-off-by: Yunchuan Wen <yunchuan.wen@kylin-cloud.com>
2015-12-02 11:29:30 +08:00
Sage Weil
57c7d55856
Merge pull request #6745 from drunkard/master
...
doc: fix typo in cephfs/quota
2015-12-01 08:59:57 -05:00
Drunkard Zhang
9fba402413
doc: typo fix in cephfs/quota
2015-12-01 17:15:29 +08:00
Accela Zhao
117e63041a
Correct typo 'restared' to 'restarted'
...
There is a typo in document "Monitoring OSDs and PGs" as below
An OSD was ``down``, was restared, and is now ``recovering``.
This patch corrects 'restared' to 'restarted'. The whole code base
is also searched to ensure there is no more 'restared'.
Signed-off-by: Yilong Zhao <accelazh@gmail.com>
2015-11-30 22:24:26 +08:00
Mykola Golub
e6dcf1419a
osd: store per pool scrub intervals in pool options
...
ceph osd pool set $POOL scrub_min_interval N
ceph osd pool set $POOL scrub_max_interval N
ceph osd pool set $POOL deep_scrub_interval N
If N > 0, this value is used for the pool instead of
the corresponding global parameter from the config
(osd_scrub_min_interval, osd_scrub_max_interval or
osd_deep_scrub_interval).
Fixes : #13077
Signed-off-by: Mykola Golub <mgolub@mirantis.com>
2015-11-27 13:35:51 +02:00
Pete Zaitcev
f7ca00a6e9
rgw: make APIs to work with tenants
...
Previous commits introduced the tenant infrastructure such as
rgw_user, but did not allow anyone to access it productively.
Done:
- radosgw-admin
- bucket creation, listing, deletion with non-empty tenant
- COPY
- ACLs
- Using colon for S3 with URL addressing
TODO:
- Fix S3 remapping of DNS so that period turns into colon in buckets,
possibly using typed endpoint domains, some assuming tenants
- Have Swift authentication to set tenant into URL, then pick it there
- Resolve leftover XXX
Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>
2015-11-25 11:16:06 -08:00
Sage Weil
4025f75466
doc/release-notes: fix typo
...
Signed-off-by: Sage Weil <sage@redhat.com>
2015-11-23 11:02:58 -05:00
Sage Weil
efbcd120da
doc/release-notes: final v10.0.0 notes
...
Signed-off-by: Sage Weil <sage@redhat.com>
2015-11-23 11:00:29 -05:00
Sage Weil
d4694f6a8e
Merge branch 'master' of github.com:ceph/ceph
2015-11-23 09:01:30 -05:00
Sage Weil
8631b72590
Merge pull request #6666 from dachary/wip-release-notes
...
release-notes: draft v10.0.0 release notes
2015-11-23 09:01:48 -05:00
Sage Weil
5135292d95
Merge branch 'wip-bigbang'
...
Reviewed-by: Joao Eduardo Luis <joao@suse.de>
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
2015-11-23 08:39:46 -05:00
Sage Weil
6cbdd6750c
mon/PGMonitor: remove map_pg_creates, send_pg_creates commands
...
These shouldn't be triggered manually.
Signed-off-by: Sage Weil <sage@redhat.com>
2015-11-23 08:38:50 -05:00
Loic Dachary
240542da1a
Merge pull request #6659 from cholcombe973/master
...
Doc: Typo in the apt-get command
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2015-11-21 18:18:22 +01:00
Yunchuan Wen
5ac1cbf979
add rbd-nbd doc
...
Signed-off-by: Yunchuan Wen <yunchuan.wen@kylin-cloud.com>
2015-11-21 23:26:44 +08:00
Chris Holcombe
07f68b5b7a
Typo in the apt-get command.
...
Signed-off-by: Chris Holcombe <xfactor973@gmail.com>
2015-11-20 08:00:14 -08:00
Loic Dachary
c44ab62571
release-notes: draft v10.0.0 release notes
...
Signed-off-by: Loic Dachary <loic@dachary.org>
2015-11-20 15:19:00 +01:00
Loic Dachary
4bc39bcdda
Merge pull request #6658 from dachary/wip-releases
...
doc: add v0.80.11 to the release timeline
Reviewed-by: Nathan Cutler <ncutler@suse.cz>
2015-11-20 00:10:53 +01:00
Loic Dachary
1420a1f150
doc: add v0.80.11 to the release timeline
...
Signed-off-by: Loic Dachary <loic@dachary.org>
2015-11-19 23:47:48 +01:00
Sage Weil
9e9b03ea8d
doc/releases: add v0.80.11 to release table
...
Signed-off-by: Sage Weil <sage@redhat.com>
2015-11-19 17:05:38 -05:00
Sage Weil
4b5afe5f06
doc/release-notes: final v0.80.11 notes
...
Signed-off-by: Sage Weil <sage@redhat.com>
2015-11-19 17:04:22 -05:00
Sage Weil
842deb8895
Merge pull request #6374 from dachary/wip-release-notes-firefly
...
release-notes: draft v0.80.11 release notes
2015-11-19 17:03:43 -05:00
Vicente Cheng
1633d3e17a
doc: Update ceph-disk manual page to remove some option description.
...
- remove `--mark-init` and `--activate-key` from options because
they are not options that are common to all subcommands.
Signed-off-by: Vicente Cheng <freeze.bilsted@gmail.com>
2015-11-19 09:34:51 +08:00
Vicente Cheng
d3d139b496
doc: Update ceph-disk manual page with new feature deactivate/destroy.
...
- Update the ceph-disk manual page
Signed-off-by: Vicente Cheng <freeze.bilsted@gmail.com>
2015-11-19 09:33:21 +08:00
Josh Durgin
46249fe5b2
Merge pull request #6541 from dillaman/wip-11287
...
librbd: integrate journaling support for IO operations
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
2015-11-17 11:39:51 -08:00
Sage Weil
d5bf38e6d5
Merge pull request #6575 from ceph/update-infernalis-releasenotes
...
doc: update infernalis release notes
2015-11-14 21:45:03 -05:00
Ilya Dryomov
f2432e01f2
rbd: recognize cephx_sign_messages option
...
Signed-off-by: Ilya Dryomov <idryomov@redhat.com>
2015-11-14 16:39:35 +01:00
Sage Weil
8d3082df78
Merge pull request #4737 from kylinstorage/wip-temp-based-object-eviction
...
osd: improve temperature calculation for cache tier agent
Reviewed-by: Sage Weil
2015-11-13 15:39:54 -05:00
vasukulkarni
2b8c30d4b6
Update infernalis release notes
...
Update infernalis release notes
Signed-off-by: Vasu Kulkarni vasu@redhat.com
2015-11-13 09:02:20 -08:00
John Spray
2829e9dc78
doc: flesh out MDS auth docs
...
...including updating for 'rwp'.
Signed-off-by: John Spray <john.spray@redhat.com>
2015-11-13 14:18:44 +00:00
Jason Dillaman
750771c6ff
librbd: add new RBD_FEATURE_JOURNALING feature code
...
When enabled, all mutable operations against an RBD image
will be recorded to a journal prior to changing the underlying
RBD image.
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
2015-11-12 20:17:52 -05:00
MingXin Liu
738d64c7e4
Doc: add temperature related stuff in documents and test scripts
...
Signed-off-by: MingXin Liu <mingxinliu@ubuntukylin.com>
Reviewed-by: Li Wang <liwang@ubuntukylin.com>
2015-11-11 15:22:33 +08:00
Vikhyat Umrao
b30d1b8d00
doc: Adding --cluster option to rbd man page.
...
Fixes #13457
Signed-off-by: Vikhyat Umrao <vumrao@redhat.com>
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
2015-11-10 22:05:59 -08:00
Yehuda Sadeh
0507cff4eb
Merge pull request #5969 from rzarzynski/wip-conf-md-add
...
rgw: extend rgw_extended_http_attrs to affect Swift accounts and containers as well
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
2015-11-06 13:58:05 -08:00
Kefu Chai
f33282eb22
doc/releases-notes: fix build error
...
also change the release year of infernalis from 2014 to 2015
Signed-off-by: Kefu Chai <kchai@redhat.com>
2015-11-06 20:52:22 +08:00
Sage Weil
3eccde9d9c
Merge tag 'v9.2.0'
...
v9.2.0
2015-11-04 19:40:17 -05:00
Sage Weil
2ac35be431
doc/release-notes: edits from Nathan Cutler
...
Signed-off-by: Sage Weil <sage@redhat.com>
2015-11-04 16:37:53 -05:00
Sage Weil
6e87d23301
doc/release-notes: final infernalis notes
...
Signed-off-by: Sage Weil <sage@redhat.com>
2015-11-04 16:37:53 -05:00
Alfredo Deza
92e0201639
doc: update rpm links to download.ceph.com
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2015-10-30 17:48:21 -04:00
Alfredo Deza
caa4780b3c
doc: update debian links to download.ceph.com
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2015-10-30 17:46:12 -04:00
Loic Dachary
1d1ecb86f3
Merge pull request #6384 from ktdreyer/wip-doc-download-gpg-key
...
doc: download GPG key from download.ceph.com
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2015-10-28 15:14:18 +09:00
Ken Dreyer
f119fb5f3d
doc: download GPG key from download.ceph.com
...
Fixes : #13603
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
2015-10-26 13:19:40 -06:00
Sage Weil
ed88d886e7
doc/release-notes: v0.94.5
...
Signed-off-by: Sage Weil <sage@redhat.com>
2015-10-26 15:10:37 -04:00
Loic Dachary
284f4dfe95
release-notes: draft v0.94.5 release notes
...
Signed-off-by: Loic Dachary <ldachary@redhat.com>
2015-10-26 15:05:22 -04:00
Loic Dachary
1e4b37d53a
release-notes: draft v0.80.11 release notes
...
Signed-off-by: Loic Dachary <ldachary@redhat.com>
2015-10-26 20:31:30 +09:00
Sage Weil
136bc3fcd3
Merge pull request #6355 from ritz303/wip-doc-12784
...
doc: Updated the OS recommendations for newer Ceph releases
Reviewed-by: Sage Weil <sage@redhat.com>
2015-10-22 16:18:15 -04:00
ritz303
03e556be67
doc: Removed the NOTE section about non-LTS supported distributions
...
Fixes: 12784
Signed-off-by: ritz303 <ritz_303@yahoo.com>
2015-10-22 15:10:19 -05:00
Samuel Just
2a6b90f686
doc/release-notes.rst: recovery isn't in the unified queue yet
...
Signed-off-by: Samuel Just <sjust@redhat.com>
2015-10-22 09:37:19 -07:00
ritz303
9bf21ee2b9
doc: Updated the OS recommendations for newer Ceph releases
...
Fixes: 12784
Signed-off-by: ritz303 <ritz_303@yahoo.com>
2015-10-22 11:20:49 -05:00
Sage Weil
0278f5f725
doc/release-notes: drop 0.94.4 plaintext
...
Signed-off-by: Sage Weil <sage@redhat.com>
2015-10-19 17:31:04 -04:00
Sage Weil
5f8ba743ea
doc/releases: fix 0.94.4 link
...
Signed-off-by: Sage Weil <sage@redhat.com>
2015-10-19 17:29:01 -04:00
Sage Weil
49d3367fde
doc/release-notes: final v0.94.4 notes
...
Signed-off-by: Sage Weil <sage@redhat.com>
2015-10-19 17:05:31 -04:00
Sage Weil
993f5d437f
Merge pull request #6238 from dachary/wip-release-notes
...
release-notes: draft v0.94.4 release notes
2015-10-19 17:03:15 -04:00
John Wilkins
b0a819530f
Merge pull request #6297 from ritz303/wip-doc-13502
...
doc: Renamed the "Create a Ceph User" section and added verbage about…
Reviewed-by: jowilkin@redhat.com
2015-10-19 09:42:59 -07:00
Loic Dachary
912a06830b
Merge pull request #6248 from rzarzynski/wip-rgw-swift-acctmd-doc-infernalis
...
rgw, doc: remove remark for lack of custom account metadata of Swift API
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2015-10-17 00:48:55 +02:00