Update git submodules

* Update ironic-lib from branch 'master'
  - Run sync and partprobe after adding a configdrive partition
    
    We're hitting a problem in the CI where /dev/sda2 does not exist after
    being created. The logs suggest running partprobe may fix the problem,
    so let's try it.
    
    With this, we can also encounter a case where there refresh will fail
    because the partition was created using fsync calls to force the write
    of the partition table. However, filesystem VFS layer does impact this
    behavior, and fsync on files in a ramdisk is a noop, so we must force
    everything to be flushed to disk before attempting to execute partprobe.
    
    Also run 'sgdisk -v' after partitioning to leave some traces in the logs
    for debugging when something goes wrong.
    
    Story: #2004744
    Task: #28815
    Change-Id: I9db48a3462422749290bbb887c14816734ab0478
    Depends-On: I8d6f8c99e1ab5f26e3537630d0f6086e02a2b1ec
This commit is contained in:
Dmitry Tantsur 2019-01-09 16:30:47 +01:00 committed by Gerrit Code Review
parent c493b33e40
commit a8e5a1799d
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit b2c184f723ec6086ff128d9488de7752ce944276
Subproject commit 653b59a09d93af736ac02733de05045097bb2b3d