Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

LVG module fix when using multiple devices (string to list) #56

Merged
merged 1 commit into from Nov 6, 2014

Conversation

filipenf
Copy link
Contributor

@filipenf filipenf commented Oct 6, 2014

I've found out that when running the pvcreate command we were passing all devices as if they were one parameter like:

['/sbin/vgcreate', '-s', '4', 'vg0', '/dev/xvdb /dev/xvdc']

while the correct way would be:

['/sbin/vgcreate', '-s', '4', 'vg0', '/dev/xvdb', '/dev/xvdc']

@bcoca bcoca added P2 and removed P3 labels Nov 6, 2014
@bcoca bcoca changed the title Replace dev_string to dev_list LVG module fix when using multiple devices (string to list) Nov 6, 2014
bcoca added a commit that referenced this pull request Nov 6, 2014
LVG module fix when using multiple devices (string to list)
@bcoca bcoca merged commit 664858e into ansible:devel Nov 6, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants