From df6f16c081ffca48f2c812e539851995b7563b68 Mon Sep 17 00:00:00 2001 From: David Teigland Date: Fri, 25 Sep 2020 12:29:10 -0500 Subject: [PATCH] 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. --- tools/commands.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/commands.h b/tools/commands.h index c1670ae66..ae1bf3934 100644 --- a/tools/commands.h +++ b/tools/commands.h @@ -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)",