[thin_scan] first draft

This commit is contained in:
Ming-Hung Tsai
2016-02-27 15:24:14 +08:00
parent 80783e7729
commit b05b9aa227
4 changed files with 426 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ thin_provisioning::register_thin_commands(base::application &app)
app.add_cmd(command::ptr(new thin_restore_cmd()));
app.add_cmd(command::ptr(new thin_repair_cmd()));
app.add_cmd(command::ptr(new thin_rmap_cmd()));
app.add_cmd(command::ptr(new thin_scan_cmd()));
app.add_cmd(command::ptr(new thin_trim_cmd()));
}