summaryrefslogtreecommitdiffstats
path: root/lib/format1/import-extents.c
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2004-11-23 18:23:23 +0000
committerAlasdair Kergon <agk@redhat.com>2004-11-23 18:23:23 +0000
commitbd46a496c73725b5e46af4e4abccf9e2bca51966 (patch)
treef8f2afd7c595a66dcf4c927ea9675775a897cc05 /lib/format1/import-extents.c
parentd528aaa63f3f4e8dc0671925766fe6b91e13ec99 (diff)
downloadlvm2-bd46a496c73725b5e46af4e4abccf9e2bca51966.tar.gz
lvm2-bd46a496c73725b5e46af4e4abccf9e2bca51966.tar.xz
lvm2-bd46a496c73725b5e46af4e4abccf9e2bca51966.zip
pool debugging
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) {