summaryrefslogtreecommitdiffstats
path: root/lib/format_pool
diff options
context:
space:
mode:
authorPetr Rockai <prockai@redhat.com>2012-02-15 01:44:58 +0000
committerPetr Rockai <prockai@redhat.com>2012-02-15 01:44:58 +0000
commite22fddbff6fd979e12f8692b072cc163822adfc3 (patch)
treef55d048c3bfad9cf7588624af453739fa1f8c0b9 /lib/format_pool
parenta635143d62a11c9993225e6c2f4d563c29d7b639 (diff)
downloadlvm2-e22fddbff6fd979e12f8692b072cc163822adfc3.tar.gz
lvm2-e22fddbff6fd979e12f8692b072cc163822adfc3.tar.xz
lvm2-e22fddbff6fd979e12f8692b072cc163822adfc3.zip
Fix pool names of the format1/format_pool orphan VGs.
Diffstat (limited to 'lib/format_pool')
-rw-r--r--lib/format_pool/format_pool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/format_pool/format_pool.c b/lib/format_pool/format_pool.c
index 4e0600e9..583777b6 100644
--- a/lib/format_pool/format_pool.c
+++ b/lib/format_pool/format_pool.c
@@ -314,7 +314,7 @@ struct format_type *init_format(struct cmd_context *cmd)
return NULL;
}
- if (!(fmt->orphan_vg = alloc_vg("text_orphan", cmd, fmt->orphan_vg_name))) {
+ if (!(fmt->orphan_vg = alloc_vg("pool_orphan", cmd, fmt->orphan_vg_name))) {
log_error("Couldn't create lvm1 orphan VG.");
dm_free(fmt);
return NULL;