Update git submodules

* Update ironic-lib from branch 'master'
  - Merge "Rescan after making partition changes"
  - Rescan after making partition changes
    
    Long story short, we need to rescan after making
    partition changes.
    
    Without forcing a filesystem sync and rescan operation,
    we rely upon lazy write-out from buffers to the block
    device when operating with a ramdisk.
    
    This is because ramfs does NOT actually operate with fsync
    where as GNU parted utilizes fsync on the device in an
    attempt to force the write to disk to occur. This is fine
    if your booted with devfs, or say even a physical block
    device that backs /dev, just not ramfs.
    
    Change-Id: I66481d5f3c17a489f7bdf0af82e31b9107605968
    Story: 2006423
    Task: 36316
This commit is contained in:
Zuul 2019-08-21 15:16:23 +00:00 committed by Gerrit Code Review
parent 6d3730bd09
commit 3ad5ccb61c
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 28a2ed1a90cd14e5dad20c51e05b20d0232477dc
Subproject commit 18f775b7ab67b82c793354919097d76988715e29