34 lines
975 B
Diff
34 lines
975 B
Diff
|
commit 0bcd33ecffb97f09e1ffb75868844cea40f3cd77
|
||
|
Author: Peter Rajnoha <prajnoha@redhat.com>
|
||
|
Date: Tue Apr 9 10:07:49 2013 +0200
|
||
|
|
||
|
1
|
||
|
---
|
||
|
WHATS_NEW | 1 +
|
||
|
tools/pvscan.c | 1 +
|
||
|
2 files changed, 2 insertions(+)
|
||
|
|
||
|
diff --git a/WHATS_NEW b/WHATS_NEW
|
||
|
index c481e68..03345d8 100644
|
||
|
--- a/WHATS_NEW
|
||
|
+++ b/WHATS_NEW
|
||
|
@@ -1,5 +1,6 @@
|
||
|
Version 2.02.99 -
|
||
|
===================================
|
||
|
+ Synchronize with udev in pvscan --cache and fix dangling udev_sync cookies.
|
||
|
Fix autoactivation to not autoactivate VG/LV on each change of the PVs used.
|
||
|
Skip mlocking [vectors] on arm architecture.
|
||
|
Exit pvscan --cache immediately if cluster locking used or lvmetad not used.
|
||
|
diff --git a/tools/pvscan.c b/tools/pvscan.c
|
||
|
index 34ab792..fbd524b 100644
|
||
|
--- a/tools/pvscan.c
|
||
|
+++ b/tools/pvscan.c
|
||
|
@@ -223,6 +223,7 @@ static int _pvscan_lvmetad(struct cmd_context *cmd, int argc, char **argv)
|
||
|
}
|
||
|
|
||
|
out:
|
||
|
+ sync_local_dev_names(cmd);
|
||
|
unlock_vg(cmd, VG_GLOBAL);
|
||
|
|
||
|
return ret;
|