From a1fd8c85eabc40b401e116285240af0b367e167f Mon Sep 17 00:00:00 2001 From: Peter Portante Date: Mon, 29 Oct 2012 14:56:55 -0400 Subject: object-storage: add missing docs for params Add missing documentation for constructor parameters. Change-Id: I3a656cd22f6a2a61e0b4d563c75c2f7fe68d3c54 Signed-off-by: Peter Portante Reviewed-on: http://review.gluster.org/4167 Reviewed-by: Pete Zaitcev Reviewed-by: Mohammed Junaid Tested-by: Kaleb KEITHLEY --- swift/1.4.8/plugins/DiskDir.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'swift/1.4.8/plugins/DiskDir.py') diff --git a/swift/1.4.8/plugins/DiskDir.py b/swift/1.4.8/plugins/DiskDir.py index e057dff95..ea6beee65 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, -- cgit