diff --git a/swift/obj/diskfile.py b/swift/obj/diskfile.py index 51158a0fe4..d3937cf9a5 100644 --- a/swift/obj/diskfile.py +++ b/swift/obj/diskfile.py @@ -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: + ///// + . + :param mgr: associated DiskFileManager instance :param device_path: path to the target device or drive :param threadpool: thread pool to use for blocking operations