summaryrefslogtreecommitdiffstats
path: root/tools/pvcreate.c
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2003-07-04 22:34:56 +0000
committerAlasdair Kergon <agk@redhat.com>2003-07-04 22:34:56 +0000
commit914c97239fe2dcc551ce28f2b1b40af8c7797369 (patch)
treebe45472e984e6098a1a8e02fd1ad1e0f1532bb41 /tools/pvcreate.c
parent8ac97125399fb2cbcad7ae61e49f4af1a021ce25 (diff)
downloadlvm2-914c97239fe2dcc551ce28f2b1b40af8c7797369.tar.gz
lvm2-914c97239fe2dcc551ce28f2b1b40af8c7797369.tar.xz
lvm2-914c97239fe2dcc551ce28f2b1b40af8c7797369.zip
Another sync point - numerous fixes & clean ups.
Diffstat (limited to 'tools/pvcreate.c')
-rw-r--r--tools/pvcreate.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/pvcreate.c b/tools/pvcreate.c
index 5211b2da..cedf6a31 100644
--- a/tools/pvcreate.c
+++ b/tools/pvcreate.c
@@ -39,6 +39,7 @@ static int pvcreate_check(struct cmd_context *cmd, const char *name)
}
/* is there a pv here already */
+ /* FIXME Use partial mode here? */
if (!(pv = pv_read(cmd, name, NULL, NULL)))
return 1;