Update git submodules

* Update manila-tempest-plugin from branch 'master'
  to 4a2f09514f39927a4deb1b3060dd9312037d09e1
  - Merge "Optimize the dd command to improve performance"
  - Optimize the dd command to improve performance
    
    Use if=/dev/zero: Instead of reading from /dev/urandom,
    which is slow for generating random data, use /dev/zero
    to write zeros to the disk. Zeros are generated much faster.
    Omit conv=fsync: The conv=fsync option forces dd to
    synchronize the data after each write, which can be slow for
    large writes.
    
    Change-Id: Id845c60c39072a03171fa5906461eb254c2736a7
This commit is contained in:
Zuul 2023-10-31 13:01:58 +00:00 committed by Gerrit Code Review
parent 508038510b
commit a8857f674c
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 20a38d094a5f19c85100d08f7157ccaaf1649f75
Subproject commit 4a2f09514f39927a4deb1b3060dd9312037d09e1