From ba610e0d1158c6a5e1a116a85c6c3026ee41fc8e Mon Sep 17 00:00:00 2001 From: Thiago da Silva Date: Wed, 7 Sep 2016 13:32:06 -0400 Subject: [PATCH] add missing partition directory to example Change-Id: I2e806432d7d49e8fa940598cc6be680a362dec8b --- swift/obj/diskfile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swift/obj/diskfile.py b/swift/obj/diskfile.py index 620e641086..3877195e6e 100644 --- a/swift/obj/diskfile.py +++ b/swift/obj/diskfile.py @@ -171,12 +171,12 @@ def extract_policy(obj_path): The device-relative path is everything after the mount point; for example: - /srv/node/d42/objects-5/179/ + /srv/node/d42/objects-5/30/179/ 485dc017205a81df3af616d917c90179/1401811134.873649.data would have device-relative path: - objects-5/179/485dc017205a81df3af616d917c90179/1401811134.873649.data + objects-5/30/179/485dc017205a81df3af616d917c90179/1401811134.873649.data :param obj_path: device-relative path of an object, or the full path :returns: a :class:`~swift.common.storage_policy.BaseStoragePolicy` or None