Skip to content

Commit

Permalink
mdadm_raid: convert metadata to text
Browse files Browse the repository at this point in the history
  • Loading branch information
aplanas committed Apr 2, 2019
1 parent 1bf25a1 commit 1e7c682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/modules/mdadm_raid.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def create(name,
'-v',
'-l', six.text_type(level),
] + opts + [
'-e', metadata,
'-e', six.text_type(metadata),
'-n', six.text_type(raid_devices),
] + devices

Expand Down

0 comments on commit 1e7c682

Please sign in to comment.