From 68af98bbdf00d9e9cbf3cb83df9dffa2be2c655b Mon Sep 17 00:00:00 2001 From: "Taylor, Stephen (st053q)" Date: Fri, 17 May 2019 11:20:51 -0600 Subject: [PATCH] Update git submodules * Update openstack-helm-infra from branch 'master' - Do not use blkid to create partition symlinks This removes the use of blkid to find disk partitions and their associated partition UUIDs. Instead /proc/partitions is parsed to enumerate disk partitions and sgdisk is used to extract their partition UUIDs. This prevents a race condition from causing a deadlock between ceph-osd and krbd when deploying ceph-osd pods. Change-Id: I875f8c0565ce6efb7cd2052725af37dec3bb3a59 --- openstack-helm-infra | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack-helm-infra b/openstack-helm-infra index b69584bd65..47a4b611b3 160000 --- a/openstack-helm-infra +++ b/openstack-helm-infra @@ -1 +1 @@ -Subproject commit b69584bd658ae5cb6744e499975f9c5a505774e5 +Subproject commit 47a4b611b3745526fec6e58284dd3843d2f200a8