diff options
author | Peter Portante <peter.portante@redhat.com> | 2012-10-29 14:56:55 -0400 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2012-11-16 04:39:42 -0800 |
commit | a1fd8c85eabc40b401e116285240af0b367e167f (patch) | |
tree | 5a67139f8d0ec062a3ac2b6ad96c40a8536d4a8c | |
parent | a6b51d60b07dea9ce5ef4cfb2ea9c2c2f7ecfe41 (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.py | 6 |
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 e057dff956d..ea6beee6592 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, |