gluster_volume: Finalize brick->bricks transition by previous author
This commit is contained in:
parent
c05d2875d1
commit
4f2a0cd16d
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ def main():
|
|||
action = module.params['state']
|
||||
volume_name = module.params['name']
|
||||
cluster= module.params['cluster']
|
||||
brick_paths = module.params['brick']
|
||||
brick_paths = module.params['bricks']
|
||||
stripes = module.params['stripes']
|
||||
replicas = module.params['replicas']
|
||||
transport = module.params['transport']
|
||||
|
|
Loading…
Reference in a new issue