mirror of
https://github.com/ceph/ceph
synced 2025-02-24 11:37:37 +00:00
seastore: add the comment to explain disable_trim
Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
This commit is contained in:
parent
593543d0a7
commit
8260c7d8a6
@ -690,7 +690,14 @@ private:
|
||||
|
||||
SegmentSeqAllocatorRef ool_segment_seq_allocator;
|
||||
|
||||
bool disable_trim = false; // for test
|
||||
/**
|
||||
* disable_trim
|
||||
*
|
||||
* added to enable unit testing of CircularBoundedJournal before
|
||||
* proper support is added to SegmentCleaner.
|
||||
* Should be removed once proper support is added. TODO
|
||||
*/
|
||||
bool disable_trim = false;
|
||||
public:
|
||||
SegmentCleaner(
|
||||
config_t config,
|
||||
|
Loading…
Reference in New Issue
Block a user