Merge "Update diskfile docstring for get_ondisk_files"

This commit is contained in:
Jenkins 2016-09-29 18:10:04 +00:00 committed by Gerrit Code Review
commit 12ed64247b

View File

@ -749,10 +749,17 @@ class BaseDiskFileManager(object):
ts_file -> path to a .ts file or None ts_file -> path to a .ts file or None
data_file -> path to a .data file or None data_file -> path to a .data file or None
meta_file -> path to a .meta file or None meta_file -> path to a .meta file or None
ctype_file -> path to a .meta file or None
and may contain keys: and may contain keys:
ts_info -> a file info dict for a .ts file ts_info -> a file info dict for a .ts file
data_info -> a file info dict for a .data file data_info -> a file info dict for a .data file
meta_info -> a file info dict for a .meta file meta_info -> a file info dict for a .meta file
ctype_info -> a file info dict for a .meta file which
contains the content-type value
unexpected -> a list of file paths for unexpected
files
possible_reclaim -> a list of file info dicts for possible
reclaimable files
obsolete -> a list of file info dicts for obsolete files obsolete -> a list of file info dicts for obsolete files
""" """
# Build the exts data structure: # Build the exts data structure: