Hi List,

I’m trying to create an lvg using the lvg ansible module like so:

- name: Maak een vg-tc
  lvg: vg=vg.osddata.raven pvs=/dev/xvdb,/dev/xvdc state=present

But I’m getting this error back:

failed: [10.220.225.96] => {"err": "  Device /dev/xvdb /dev/xvdc not found (or 
ignored by filtering).\n  Unable to add physical volume '/dev/xvdb /dev/xvdc' 
to volume group 'vg.osddata.raven'.\n", "failed": true, "rc": 5}

It seems like it’s looking for a device called ‘/dev/xvdb /dev/xvdc’ 
instead of two separate devices.

I used the example from:
http://docs.ansible.com/lvg_module.html

Am I calling it wrong or is this a bug?

Thanks,
Mark
​

-- 
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/6e7bf4ff-6f33-4d67-9bff-59c481f0079c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to