From 7c8abb29df2e8cc22c43f67117486e4e717110dd Mon Sep 17 00:00:00 2001 From: Tony Asleson Date: Tue, 19 Nov 2013 14:54:18 -0600 Subject: [PATCH] liblvm/python API: Additions & fixes Signed-off-by: Tony Asleson --- WHATS_NEW | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WHATS_NEW b/WHATS_NEW index bd18c6f78..e47f0e550 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -1,5 +1,8 @@ Version 2.02.105 - ===================================== + liblvm/python API Add ability to validate VG/LV names. + liblvm/python API Add ability to create PV with arguments. + liblvm/python API Fail VG reduce when insufficient metadata copies Fix install of conf subdir when not building in srcdir. Add reporting of thin_id device id for thin volumes. Fix reporting of empty numerical values.