summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Portante <peter.portante@redhat.com>2012-10-29 14:56:55 -0400
committerPeter Portante <peter.portante@redhat.com>2013-04-29 16:35:55 -0400
commit60a371f4463e6d2042b2417486c81f0563729af0 (patch)
tree97117e426dd062ed68c1dc99bfd38f13a893822a
parentea83947fd7a20571429e183eaaee1d61edca44b8 (diff)
object-storage: add missing docs for params
Add missing documentation for constructor parameters. Change-Id: I3a656cd22f6a2a61e0b4d563c75c2f7fe68d3c54 Signed-off-by: Peter Portante <peter.portante@redhat.com> Reviewed-on: http://review.gluster.org/4167 Reviewed-by: Pete Zaitcev <zaitcev@redhat.com> Reviewed-by: Mohammed Junaid <junaid@redhat.com> Tested-by: Kaleb KEITHLEY <kkeithle@redhat.com>
-rw-r--r--swift/1.4.8/plugins/DiskDir.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/swift/1.4.8/plugins/DiskDir.py b/swift/1.4.8/plugins/DiskDir.py
index e057dff..ea6beee 100644
--- a/swift/1.4.8/plugins/DiskDir.py
+++ b/swift/1.4.8/plugins/DiskDir.py
@@ -140,9 +140,9 @@ class DiskDir(DiskCommon):
:param partition: partition on the device the object lives in
:param account: account name for the object
:param container: container name for the object
- :param obj: object name for the object
- :param keep_data_fp: if True, don't close the fp, otherwise close it
- :param disk_chunk_Size: size of chunks on file reads
+ :param logger: account or container server logging object
+ :param uid: user ID container object should assume
+ :param gid: group ID container object should assume
"""
def __init__(self, path, device, partition, account, container, logger,