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