Commit 3be063aa by James Cammarata

Merge branch 'sergevanginderachter-lvg_fix' into devel

parents 7dae6b02 55724f87
......@@ -116,7 +116,7 @@ def main():
state = module.params['state']
force = module.boolean(module.params['force'])
pesize = module.params['pesize']
vgoptions = module.params.get('vg_options', '').split()
vgoptions = module.params['vg_options'].split()
if module.params['pvs']:
dev_string = ' '.join(module.params['pvs'])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment