]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: rename obj expiration hint oids
authorYehuda Sadeh <yehuda@redhat.com>
Thu, 27 Aug 2015 19:05:23 +0000 (12:05 -0700)
committerYehuda Sadeh <yehuda@redhat.com>
Thu, 27 Aug 2015 19:05:23 +0000 (12:05 -0700)
Give a more clear name

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/rgw/rgw_rados.cc

index 00996cad3bbfd7e387729ff4f365775f3ba9f3c5..ace339433d068482b74f2d0d442e69e520ef5be0 100644 (file)
@@ -2355,7 +2355,7 @@ string RGWRados::objexp_hint_get_shardname(const utime_t &ts)
   char buf[32];
   snprintf(buf, sizeof(buf), "%010u", shnum);
 
-  string objname("time_index_hint.");
+  string objname("obj_delete_at_hint.");
   return objname + buf;
 }