Allow recreation of same FS with force=yes

reviewable/pr18780/r1
Alexander Bulimov 9 years ago
parent 39d6066f51
commit ab9b0558d3

@ -140,7 +140,7 @@ def main():
rc,raw_fs,err = module.run_command("%s -c /dev/null -o value -s TYPE %s" % (cmd, dev))
fs = raw_fs.strip()
if fs == fstype and resizefs == False:
if fs == fstype and resizefs == False and not force:
module.exit_json(changed=False)
elif fs == fstype and resizefs == True:
cmd = module.get_bin_path(growcmd, required=True)

Loading…
Cancel
Save