diff options
author | Peter Portante <peter.portante@redhat.com> | 2012-10-31 17:16:07 -0400 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2012-11-16 04:49:37 -0800 |
commit | ffc7618270522bb4550d29a11a81ab5aeca42d99 (patch) | |
tree | 71fdaa5eb94e0bda4efbad28d5816c19b3a67ff2 /swift/1.4.8/gluster-swift.spec | |
parent | 89aff74157857517bedfe10ef2da0a7f2a7b28a7 (diff) |
object-storage: swift-diff removal: hide obj only
Towards swift-diff removal: hide object_only behavior inside DiskDir class
objects. See BZ 870589 (https://bugzilla.redhat.com/show_bug.cgi?id=870589)
One of the last few reasons for having the swift diff is the need to update
the account and container information from the file system when the
configuration is not for object-only use (meaning, other updates to the file
system can come from clients other than UFO, which means UFO currently has to
generate the necessary metadata for each request instead of caching it).
This change moves that logic into the DiskDir class methods so that the
container and account server code does not have to track that.
Change-Id: If0970c77c72245facd09c2035083e681d6d80303
BUG: 870589
Signed-off-by: Peter Portante <peter.portante@redhat.com>
Reviewed-on: http://review.gluster.org/4176
Reviewed-by: Pete Zaitcev <zaitcev@redhat.com>
Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com>
Tested-by: Kaleb KEITHLEY <kkeithle@redhat.com>
Reviewed-by: Mohammed Junaid <junaid@redhat.com>
Diffstat (limited to 'swift/1.4.8/gluster-swift.spec')
-rw-r--r-- | swift/1.4.8/gluster-swift.spec | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/swift/1.4.8/gluster-swift.spec b/swift/1.4.8/gluster-swift.spec index 47fafcb32..02dfe8149 100644 --- a/swift/1.4.8/gluster-swift.spec +++ b/swift/1.4.8/gluster-swift.spec @@ -4,7 +4,7 @@ Name: gluster-swift Version: 1.4.8 -Release: 6%{?dist} +Release: 7%{?dist} Summary: OpenStack Object Storage (swift) Group: Development/Languages @@ -152,7 +152,7 @@ mkdir -p doc/build #SPHINX_DEBUG=1 sphinx-1.0-build -b html doc/source doc/build/html #SPHINX_DEBUG=1 sphinx-1.0-build -b man doc/source doc/build/man #%endif -# Fix hidden-file-or-dir warning +# Fix hidden-file-or-dir warning #rm doc/build/html/.buildinfo %install @@ -324,7 +324,7 @@ fi %files doc %defattr(-,root,root,-) -%doc LICENSE +%doc LICENSE #%doc doc/build/html %changelog @@ -369,7 +369,7 @@ fi - Update to 1.4.0 * Fri May 20 2011 David Nalley <david@gnsa.us> - 1.3.0-1 -- Update to 1.3.0 +- Update to 1.3.0 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild |