From ffc7618270522bb4550d29a11a81ab5aeca42d99 Mon Sep 17 00:00:00 2001 From: Peter Portante Date: Wed, 31 Oct 2012 17:16:07 -0400 Subject: 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 Reviewed-on: http://review.gluster.org/4176 Reviewed-by: Pete Zaitcev Reviewed-by: Kaleb KEITHLEY Tested-by: Kaleb KEITHLEY Reviewed-by: Mohammed Junaid --- swift/1.4.8/gluster-swift.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'swift/1.4.8/gluster-swift.spec') 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 - 1.3.0-1 -- Update to 1.3.0 +- Update to 1.3.0 * Tue Feb 08 2011 Fedora Release Engineering - 1.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild -- cgit