summaryrefslogtreecommitdiffstats
path: root/lib/format1/import-extents.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/format1/import-extents.c')
-rw-r--r--lib/format1/import-extents.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/format1/import-extents.c b/lib/format1/import-extents.c
index f2287f92..cc644d61 100644
--- a/lib/format1/import-extents.c
+++ b/lib/format1/import-extents.c
@@ -344,7 +344,7 @@ int import_extents(struct cmd_context *cmd, struct volume_group *vg,
struct list *pvds)
{
int r = 0;
- struct pool *scratch = pool_create(10 * 1024);
+ struct pool *scratch = pool_create("lvm1 import_extents", 10 * 1024);
struct hash_table *maps;
if (!scratch) {