Project

General

Profile

Bug #65113

Updated by Matan Breizman about 2 months ago

From: https://github.com/ceph/ceph/pull/56378 

 <pre><code class="text"> 
 SnapTrimObjSubEvent calculation of num_bytes seems to be off. 
 I suspect this is caused due to wrong clone_overlap which are used in SnapSet::get_clone_bytes. 
 </code></pre> 

 The unittest: LibRadosSnapshotsSelfManagedPP, SnapOverlapPP should be re-enabled as well and will help with identifying obvious issues. 

Back