diff --git a/.anaconda.metadata b/.anaconda.metadata
index 1cf9d77..68188fd 100644
--- a/.anaconda.metadata
+++ b/.anaconda.metadata
@@ -1 +1 @@
-36e7ed87b529b7c38fe191f3058856d732803702 SOURCES/anaconda-33.16.5.5.tar.bz2
+b1f1099486de74fbc7e072def7acdaec7c165f32 SOURCES/anaconda-33.16.5.6.tar.bz2
diff --git a/.gitignore b/.gitignore
index f1fd0e1..af845fa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/anaconda-33.16.5.5.tar.bz2
+SOURCES/anaconda-33.16.5.6.tar.bz2
diff --git a/SPECS/anaconda.spec b/SPECS/anaconda.spec
index d4f5b2f..d93922e 100644
--- a/SPECS/anaconda.spec
+++ b/SPECS/anaconda.spec
@@ -1,6 +1,6 @@
 Summary: Graphical system installer
 Name:    anaconda
-Version: 33.16.5.5
+Version: 33.16.5.6
 Release: 1%{?dist}
 License: GPLv2+ and MIT
 URL:     http://fedoraproject.org/wiki/Anaconda
@@ -367,6 +367,10 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
 %{_prefix}/libexec/anaconda/dd_*
 
 %changelog
+* Fri Sep 24 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.5.6-1
+- Payload should wait for all storage related threads to finish (mkolman)
+  Resolves: rhbz#2002203
+
 * Mon Sep 13 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.5.5-1
 - Remove misleading warning about inst.ks.device replacing ksdevice (rvykydal)
   Resolves: rhbz#2001913