cocalele / PureFlash

A ServerSAN storage system designed for flash device
GNU General Public License v3.0
105 stars 29 forks source link

use per-init compaction tool to save metadata #48

Closed qiyuanzhi closed 10 months ago

qiyuanzhi commented 10 months ago
  1. per init compact tool to save metadata instead of share lmt entry pool of PfFlashStore;
  2. not load metadata repeatedly while compacting, if metadata alreay loaded before;
  3. Encapsulate metdata load/init as start_metadata_service ;