diff options
author | Peter Portante <peter.portante@redhat.com> | 2012-10-31 06:51:54 -0400 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2012-11-16 04:48:02 -0800 |
commit | 89aff74157857517bedfe10ef2da0a7f2a7b28a7 (patch) | |
tree | ad7a1884fa2d5d244dd8611b585f55f21976ec0c /swift/1.4.8/plugins | |
parent | d2040d1213d0486d36ddb8280a232ef64d81a481 (diff) |
object-storage: fix trailing whitespace
Change-Id: Ib3c671e693c2c332af98a593ca14c42c36f5ca76
Signed-off-by: Peter Portante <peter.portante@redhat.com>
Reviewed-on: http://review.gluster.org/4175
Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com>
Reviewed-by: Mohammed Junaid <junaid@redhat.com>
Tested-by: Kaleb KEITHLEY <kkeithle@redhat.com>
Diffstat (limited to 'swift/1.4.8/plugins')
-rw-r--r-- | swift/1.4.8/plugins/DiskDir.py | 2 | ||||
-rw-r--r-- | swift/1.4.8/plugins/fs_utils.py | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/swift/1.4.8/plugins/DiskDir.py b/swift/1.4.8/plugins/DiskDir.py index 65845b93308..af924f1fef9 100644 --- a/swift/1.4.8/plugins/DiskDir.py +++ b/swift/1.4.8/plugins/DiskDir.py @@ -357,7 +357,7 @@ class DiskDir(DiskCommon): """ Get global data for the container. :returns: dict with keys: account, container, object_count, bytes_used, - hash, id, created_at, put_timestamp, delete_timestamp, + hash, id, created_at, put_timestamp, delete_timestamp, reported_put_timestamp, reported_delete_timestamp, reported_object_count, and reported_bytes_used. If include_metadata is set, metadata is included as a key diff --git a/swift/1.4.8/plugins/fs_utils.py b/swift/1.4.8/plugins/fs_utils.py index 76fcbbc2b9c..0c74836cdfb 100644 --- a/swift/1.4.8/plugins/fs_utils.py +++ b/swift/1.4.8/plugins/fs_utils.py @@ -154,4 +154,3 @@ def rmdirs(path): else: logging.error("rmdirs failed dir may not be empty or not valid dir") return False - |