mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
parent
d4b90933ac
commit
da2e30dfce
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ def formatted(name, fs_type='ext4', force=False, **kwargs):
|
|||
|
||||
# Repeat fstype check up to 10 times with 3s sleeping between each
|
||||
# to avoid detection failing although mkfs has succeeded
|
||||
# see https://github.com/saltstack/salt/issues/25775i
|
||||
# see https://github.com/saltstack/salt/issues/25775
|
||||
# This retry maybe superfluous - switching to blkid
|
||||
for i in range(10):
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue