mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +03:00
Disable long living process flag in lvm2app.
This option should be configurable, but for now do not set it at all. (lvm2app is used in udisks probers and there cac cause several nasty races when trying to update lvmcache during rescan.)
This commit is contained in:
parent
acb4b5e4de
commit
917c57e77b
@ -1,5 +1,6 @@
|
||||
Version 2.02.63 -
|
||||
================================
|
||||
Disable long living process flag in lvm2app.
|
||||
Fix pvcreate device md filter check.
|
||||
Suppress repeated errors about the same missing PV uuids.
|
||||
Bypass full device scans when using internally-cached VG metadata.
|
||||
|
@ -32,7 +32,8 @@ lvm_t lvm_init(const char *system_dir)
|
||||
|
||||
/* create context */
|
||||
/* FIXME: split create_toolcontext */
|
||||
cmd = create_toolcontext(1, system_dir);
|
||||
/* FIXME: make all globals configurable */
|
||||
cmd = create_toolcontext(0, system_dir);
|
||||
if (!cmd)
|
||||
return NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user