summaryrefslogtreecommitdiffstats
path: root/src/ceph/doc/changelog/v0.67.7.txt
diff options
context:
space:
mode:
authorQiaowei Ren <qiaowei.ren@intel.com>2018-01-04 13:43:33 +0800
committerQiaowei Ren <qiaowei.ren@intel.com>2018-01-05 11:59:39 +0800
commit812ff6ca9fcd3e629e49d4328905f33eee8ca3f5 (patch)
tree04ece7b4da00d9d2f98093774594f4057ae561d4 /src/ceph/doc/changelog/v0.67.7.txt
parent15280273faafb77777eab341909a3f495cf248d9 (diff)
initial code repo
This patch creates initial code repo. For ceph, luminous stable release will be used for base code, and next changes and optimization for ceph will be added to it. For opensds, currently any changes can be upstreamed into original opensds repo (https://github.com/opensds/opensds), and so stor4nfv will directly clone opensds code to deploy stor4nfv environment. And the scripts for deployment based on ceph and opensds will be put into 'ci' directory. Change-Id: I46a32218884c75dda2936337604ff03c554648e4 Signed-off-by: Qiaowei Ren <qiaowei.ren@intel.com>
Diffstat (limited to 'src/ceph/doc/changelog/v0.67.7.txt')
-rw-r--r--src/ceph/doc/changelog/v0.67.7.txt110
1 files changed, 110 insertions, 0 deletions
diff --git a/src/ceph/doc/changelog/v0.67.7.txt b/src/ceph/doc/changelog/v0.67.7.txt
new file mode 100644
index 0000000..71442f6
--- /dev/null
+++ b/src/ceph/doc/changelog/v0.67.7.txt
@@ -0,0 +1,110 @@
+commit d7ab4244396b57aac8b7e80812115bbd079e6b73 (tag: refs/tags/v0.67.7, refs/remotes/gh/dumpling)
+Author: Ken Dreyer <ken.dreyer@inktank.com>
+Date: Wed Feb 19 18:09:39 2014 +0000
+
+ v0.67.7
+
+ Signed-off-by: Ken Dreyer <ken.dreyer@inktank.com>
+
+commit c1f42770f45205c8a3eae774d09e747408130c50
+Author: Yehuda Sadeh <yehuda@inktank.com>
+Date: Mon Jan 6 12:53:58 2014 -0800
+
+ radosgw-admin: fix object policy read op
+
+ Fixes: #7083
+ This was broken when we fixed #6940. We use the same function to both
+ read the bucket policy and the object policy. However, each needed to be
+ treated differently. Restore old behavior for objects.
+
+ Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
+ (cherry picked from commit b1976dd00f5b29c01791272f63a18250319f2edb)
+
+commit 404500811adc74c79583bbf3122dc333e0b41b51
+Merge: 3e7ea33 fec55a2
+Author: Sage Weil <sage@inktank.com>
+Date: Sat Feb 15 22:20:45 2014 -0800
+
+ Merge pull request #1243 from dachary/wip-ceph-disk-dumpling
+
+ ceph-disk: unit tests (dumpling)
+
+ Reviewed-by: Sage Weil <sage@inktank.com>
+
+commit 3e7ea33cfc80031aed8d6c61e1bdca947b36d69b
+Author: Ken Dreyer <ken.dreyer@inktank.com>
+Date: Fri Jan 3 16:38:25 2014 -0700
+
+ add autotools-generated files to .gitignore
+
+ When running "make check", Automake generates test-suite.log, along with
+ various *.log and *.trs files in the tree. Add these files to
+ .gitignore.
+
+ (It looks like this feature arrived in Automake 1.13.)
+
+ Signed-off-by: Ken Dreyer <ken.dreyer@inktank.com>
+ (cherry picked from commit bb8b7503b03fac5830fb71b9723963fdc803ca90)
+
+commit fec55a2174b49ef68c816755c1218f9cd69033b6
+Author: Loic Dachary <loic@dachary.org>
+Date: Sat Feb 15 18:34:04 2014 +0100
+
+ ceph-disk: unit tests
+
+ src/test/ceph-disk.sh replaces src/test/cli/ceph-disk/data-dir.t
+
+ Signed-off-by: Loic Dachary <loic@dachary.org>
+
+commit 0679b11b4d2f7cb7bd9c1cd86854a064aaa83f8a
+Author: Loic Dachary <loic@dachary.org>
+Date: Thu Jan 2 22:42:17 2014 +0100
+
+ ceph-disk: cannot run unit tests
+
+ Because ceph-disk relies on hardcoded paths. The corresponding test will
+ be added back when ceph-disk can run from sources.
+
+ Fixes: #7085
+
+ Signed-off-by: Loic Dachary <loic@dachary.org>
+ (cherry picked from commit 2ba6930d62263a39f150ab43bf8cd860b9245188)
+
+commit 9dae9993e9b36e741e05804807bdb738fbe52e6f
+Author: Sage Weil <sage@inktank.com>
+Date: Fri Feb 14 23:52:06 2014 -0800
+
+ Revert "librbd: remove limit on number of objects in the cache"
+
+ This reverts commit 367cf1bbf86233eb20ff2304e7d6caab77b84fcc.
+
+ Removing the limit on objects means we leak memory, since Objects without
+ any buffers can exist in the cache.
+
+commit 2795339d3632df975486d51e69762f9f567fb43d
+Author: Sage Weil <sage@inktank.com>
+Date: Mon Oct 7 05:22:20 2013 -0700
+
+ os/FileStore: fix ENOENT error code for getattrs()
+
+ In commit dc0dfb9e01d593afdd430ca776cf4da2c2240a20 the omap xattrs code
+ moved up a block and r was no longer local to the block. Translate
+ ENOENT -> 0 to compensate.
+
+ Fix the same error in _rmattrs().
+
+ Signed-off-by: Sage Weil <sage@inktank.com>
+ Reviewed-by: Greg Farnum <greg@inktank.com>
+ Reviewed-by: Samuel Just <sam.just@inktank.com>
+ (cherry picked from commit 6da4b91c07878e07f23eee563cf1d2422f348c2f)
+
+commit c158de232fcfb0e39f4b7eaac6dacbaaaee84b5f
+Author: Sage Weil <sage@inktank.com>
+Date: Tue Oct 15 16:00:26 2013 -0700
+
+ test/filestore/run_seed_to.sh: avoid obsolete --filestore-xattr-use-omap
+
+ This option no longer exists.
+
+ Signed-off-by: Sage Weil <sage@inktank.com>
+ (cherry picked from commit 1d4f501a015727a7ff4b2f9b20dc91f2bbd9707b)