Skip to content

Commit

Permalink
Merge pull request #49668 from aplanas/fix_comment_url
Browse files Browse the repository at this point in the history
blockdev: fix url from comment
  • Loading branch information
Nicole Thomas authored Sep 17, 2018
2 parents 5c5798f + 4a2fd4c commit 034e897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/states/blockdev.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):

Expand Down

0 comments on commit 034e897

Please sign in to comment.