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



-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/79d63c99-8205-4f55-a37a-0db1c899519b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to