breaking format change: removed support for groups in block manager, this produces bigger, tightly packed blocks

align pack blocks to 4096 bytes and insert random preamble
This commit is contained in:
Jarek Kowalski
2018-02-03 18:33:47 -08:00
parent 7e16471a21
commit 4564bc704f
21 changed files with 352 additions and 804 deletions

View File

@@ -15,7 +15,7 @@ func runListObjectsAction(context *kingpin.ParseContext) error {
rep := mustOpenRepository(nil)
defer rep.Close()
info, err := rep.Blocks.ListBlocks(*objectListPrefix, "all")
info, err := rep.Blocks.ListBlocks(*objectListPrefix)
if err != nil {
return err
}