mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
lvpoll: don't use hints
There's a bug when lvpoll attempts to write new hints, related to the fact that lvpoll does not follow the same scanning process as standard commands. Fix by disabling the use of hints in lvpoll. We may want to renable hints in lvpoll in a way that they can be used, if valid, but not updated if they don't exist or are invalid.
This commit is contained in:
parent
da14cf68cb
commit
df6f16c081
@ -137,7 +137,7 @@ xx(pvmove,
|
||||
|
||||
xx(lvpoll,
|
||||
"Continue already initiated poll operation on a logical volume",
|
||||
ALLOW_HINTS)
|
||||
0)
|
||||
|
||||
xx(pvremove,
|
||||
"Remove LVM label(s) from physical volume(s)",
|
||||
|
Loading…
Reference in New Issue
Block a user