diff --git a/SOURCES/lvm2-2_02_187-pvs-fix-locking_type-4.patch b/SOURCES/lvm2-2_02_187-pvs-fix-locking_type-4.patch
new file mode 100644
index 0000000..fc6a5c0
--- /dev/null
+++ b/SOURCES/lvm2-2_02_187-pvs-fix-locking_type-4.patch
@@ -0,0 +1,16 @@
+ lib/metadata/metadata.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/lib/metadata/metadata.c b/lib/metadata/metadata.c
+index 123f7f5..d448fd9 100644
+--- a/lib/metadata/metadata.c
++++ b/lib/metadata/metadata.c
+@@ -3435,6 +3435,8 @@ static struct volume_group *_vg_read_orphans(struct cmd_context *cmd,
+ 
+ 	dm_list_init(&head.list);
+ 
++	*consistent = 1;
++
+ 	if (!(vginfo = lvmcache_vginfo_from_vgname(orphan_vgname, NULL)))
+ 		return_NULL;
+ 
diff --git a/SPECS/lvm2.spec b/SPECS/lvm2.spec
index 4a90264..ffcc22d 100644
--- a/SPECS/lvm2.spec
+++ b/SPECS/lvm2.spec
@@ -67,7 +67,7 @@ Summary: Userland logical volume management tools
 Name: lvm2
 Epoch: 7
 Version: 2.02.186
-Release: 7%{?dist}%{?scratch}
+Release: 7%{?dist}%{?scratch}.1
 License: GPLv2
 Group: System Environment/Base
 URL: http://sources.redhat.com/lvm2
@@ -114,7 +114,8 @@ Patch25: lvm2-2_02_187-bcache-Fix-overwriting-headers-on-incorrect-device.patch
 # BZ 1784695:
 Patch26: lvm2-2_02_187-raid-more-limitted-prohibition-of-stacked-raid-usage.patch
 Patch27: lvm2-2_02_187-raid-better-place-for-blocking-reshapes.patch
-
+# BZ 1812441:
+Patch28: lvm2-2_02_187-pvs-fix-locking_type-4.patch
 
 BuildRequires: libselinux-devel >= %{libselinux_version}, libsepol-devel
 BuildRequires: libblkid-devel >= %{util_linux_version}
@@ -195,6 +196,7 @@ or more physical volumes and creating one or more logical volumes
 %patch25 -p1 -b .bcache_Fix_overwriting_headers_on_incorrect_device
 %patch26 -p1 -b .raid_more_limitted_prohibition_of_stacked_raid_usage
 %patch27 -p1 -b .raid_better_place_for_blocking_reshapes
+%patch28 -p1 -b .pvs_fix_locking_type_4
 
 %build
 %global _default_pid_dir /run
@@ -942,7 +944,7 @@ the device-mapper event library.
 %package -n %{boom_pkgname}
 Summary: %{boom_summary}
 Version: %{boom_version}
-Release: %{boom_release}%{?dist}%{?scratch}
+Release: %{boom_release}%{?dist}%{?scratch}.1
 License: GPLv2
 Group: System Environment/Base
 BuildArch: noarch
@@ -973,6 +975,9 @@ This package provides the python2 version of boom.
 %endif
 
 %changelog
+* Thu Mar 12 2020 Marian Csontos <mcsontos@redhat.com> - 7:2.02.186-7.el7_8.1
+- Fix failing pvs with locking_type 4.
+
 * Mon Feb 10 2020 Marian Csontos <mcsontos@redhat.com> - 7:2.02.186-7
 - More limited prohibition of raid reshapes.