blockdev: fix url from comment

This commit is contained in:
Alberto Planas 2018-09-17 10:18:26 +02:00
parent fe35a9ec49
commit 4a2fd4c615

View File

@ -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):