Skip to content

Commit 039314e

Browse files
committed
crimson/osd/osd_meta: change osd_superblock to be a head object
Signed-off-by: Xuehan Xu <[email protected]>
1 parent e299273 commit 039314e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crimson/osd/osd_meta.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,5 +153,5 @@ ghobject_t OSDMeta::final_pool_info_oid(int64_t pool)
153153

154154
ghobject_t OSDMeta::superblock_oid()
155155
{
156-
return ghobject_t(hobject_t(sobject_t(object_t("osd_superblock"), 0)));
156+
return ghobject_t(hobject_t(sobject_t(object_t("osd_superblock"), CEPH_NOSNAP)));
157157
}

0 commit comments

Comments
 (0)