puppet-swift/releasenotes/notes/add-parted-external-command-c89bcce3b3ea54dc.yaml
Xingchao Yu 8380976e33 Support to pass external args in parted command
Currently facter only support to fetch the partition's uuid,
If users want to mount device by uuid, then partitions should
be made in the disks.

This patch aims to add new param $ext_args in swift::storage::disk to
enable passing making partitions arguments in parted command.

Change-Id: I26dcfe73d2791a9033b555323847ddd211f02ceb
2017-07-14 11:33:43 +08:00

5 lines
157 B
YAML

---
features:
- Add support of external args in running parted command. When mounting device by uuid,
this param should be set to a appropriate value.