From 95ad600c01b808c81b812baffb7a841ef2620960 Mon Sep 17 00:00:00 2001 From: frairon Date: Wed, 1 Apr 2020 22:23:51 +0200 Subject: [PATCH] Open Storage in PartitionTable when performing Setup --- partition_table.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/partition_table.go b/partition_table.go index 56ae760f..0e2a2e11 100644 --- a/partition_table.go +++ b/partition_table.go @@ -142,7 +142,7 @@ func (p *PartitionTable) setup(ctx context.Context) error { } p.st = storage - return nil + return p.st.Open() } // Close closes the partition table