Skip to content

Commit 71ce487

Browse files
Igor Fedotovifed01
authored andcommitted
os/bluestore: add free space spatial histogram to adminsock
Signed-off-by: Igor Fedotov <[email protected]>
1 parent 84a42f7 commit 71ce487

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/os/bluestore/Allocator.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,4 +140,3 @@ double Allocator::get_fragmentation_score()
140140
double terrible = (sum / block_size) * get_score(block_size);
141141
return (ideal - score_sum) / (ideal - terrible);
142142
}
143-

0 commit comments

Comments
 (0)