1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

man lvmetad: mention repair as a reason for disabling

lvconvert --repair now also disables lvmetad.
This commit is contained in:
David Teigland 2017-05-05 10:48:58 -05:00
parent 405a3689bc
commit c5fee2ee6e

View File

@ -53,10 +53,13 @@ metadata.
In some cases, lvmetad will be temporarily disabled while it continues In some cases, lvmetad will be temporarily disabled while it continues
running. In this state, LVM commands will ignore the lvmetad cache and running. In this state, LVM commands will ignore the lvmetad cache and
revert to scanning disks. A warning will also be printed which includes revert to scanning disks. A warning will also be printed which includes
the reason why lvmetad is not being used. The most common reason is the the reason why lvmetad is not being used. The most common reasons are the
existence of duplicate PVs (lvmetad cannot cache data for duplicate PVs.) existence of duplicate PVs (lvmetad cannot cache data for duplicate PVs),
Once duplicates have been resolved, the lvmetad cache is can be updated or an 'lvconvert --repair' command has been run (the lvmetad cache may
with pvscan --cache and commands will return to using the cache. not be reliable while repairs are neeeded.)
Once duplicates have been resolved, or repairs have been completed,
the lvmetad cache is can be updated with pvscan --cache and commands
will return to using the cache.
Use of lvmetad is enabled/disabled by: Use of lvmetad is enabled/disabled by:
.br .br