lvg module issue in 1.6.6?

After upgrading from 1.4 to 1.6 i’m having an issue creating a vg with multiple disks. It seems to be stripping the comma. Anyone else?

  • name: create hdfs vol group

lvg: vg=hdfs_vg pvs=/dev/sdj,/dev/sdi vg_options=“-p 100” # vg_options seems to be required now

Result:

TASK: [create hdfs vol group] *************************************************

failed: [voltest-01.mxstg] => {“err”: " Device /dev/sdj /dev/sdi not found (or ignored by filtering).\n Unable to add physical volume ‘/dev/sdj /dev/sdi’ to volume group ‘hdfs_vg’.\n", “failed”: true, “rc”: 5}

msg: Creating volume group ‘hdfs_vg’ failed

If seeing this in the latest 1.6 (i.e. 1.6.10), then please file a bug, this should be fixable in the module by using a “type=‘list’” in the “argument_spec”, but I could be barking up the wrong tree.

Ideally if you can, check on the devel branch. We’re aiming at releasing a 1.7 in a couple of weeks and it contains some additional improvements.

Thanks!