[lvm-devel] [PATCH 2/6] Always query device by using uuid only and not name.

Milan Broz mbroz at redhat.com
Sat Jan 23 20:58:44 UTC 2010


Otherwise confusion with the device of the same name
(but different UUID, e.g. non-lvm device) can happen.
---
 lib/activate/activate.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/activate/activate.c b/lib/activate/activate.c
index f18ecf9..433c8cc 100644
--- a/lib/activate/activate.c
+++ b/lib/activate/activate.c
@@ -492,7 +492,7 @@ int lv_info_by_lvid(struct cmd_context *cmd, const char *lvid_s,
 	if (!(lv = lv_from_lvid(cmd, lvid_s, 0)))
 		return 0;
 
-	r = _lv_info(cmd, lv, 0, info, with_open_count, with_read_ahead, 0);
+	r = _lv_info(cmd, lv, 0, info, with_open_count, with_read_ahead, 1);
 	vg_release(lv->vg);
 
 	return r;
-- 
1.6.6




More information about the lvm-devel mailing list