From 5c211db015f91ff62dea0b65966e2a28880a39fe Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Thu, 11 Oct 2001 13:34:17 +0000 Subject: [PATCH] o set PV_ALLOCATABLE flag correctly --- lib/format1/import-export.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/format1/import-export.c b/lib/format1/import-export.c index d42785cbb..16146c55d 100644 --- a/lib/format1/import-export.c +++ b/lib/format1/import-export.c @@ -157,7 +157,7 @@ int export_pv(struct pv_disk *pvd, struct physical_volume *pv) pvd->pv_status |= PV_ACTIVE; if (pv->status & ALLOCATED_PV) - pvd->pv_allocatable = ALLOCATED_PV; + pvd->pv_allocatable = PV_ALLOCATABLE; pvd->pv_size = pv->size; pvd->lv_cur = 0; /* this is set when exporting the lv list */