Merge "Included reference in swift.obj.diskfile to enumerate the string used for data file paths."

This commit is contained in:
Jenkins 2015-09-02 12:27:23 +00:00 committed by Gerrit Code Review
commit 84e91e0064

View File

@ -1364,6 +1364,10 @@ class BaseDiskFile(object):
The arguments to the constructor are considered implementation
specific. The API does not define the constructor arguments.
The following path format is used for data file locations:
<devices_path/<device_dir>/<datadir>/<partdir>/<suffixdir>/<hashdir>/
<datafile>.<ext>
:param mgr: associated DiskFileManager instance
:param device_path: path to the target device or drive
:param threadpool: thread pool to use for blocking operations