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>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user