From bb097a97eade0721251f6faf92e5bd88b6339e6f Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Wed, 6 Feb 2008 15:47:28 +0000 Subject: split orphan VG by format type --- tools/vgreduce.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/vgreduce.c') diff --git a/tools/vgreduce.c b/tools/vgreduce.c index 4b4dea48..ccda5d96 100644 --- a/tools/vgreduce.c +++ b/tools/vgreduce.c @@ -376,7 +376,7 @@ static int _vgreduce_single(struct cmd_context *cmd, struct volume_group *vg, if (pvl) list_del(&pvl->list); - pv->vg_name = ORPHAN; + pv->vg_name = vg->fid->fmt->orphan_vg_name; pv->status = ALLOCATABLE_PV; if (!dev_get_size(pv_dev(pv), &pv->size)) { -- cgit