mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-05 18:23:09 +00:00
Fix for issue #1074. Now able to create volume without replica's.
This commit is contained in:
committed by
Matt Clay
parent
d504253257
commit
6fc533d663
@@ -353,6 +353,9 @@ def main():
|
||||
if cluster != None and cluster[-1] == '':
|
||||
cluster = cluster[0:-1]
|
||||
|
||||
if cluster == None:
|
||||
cluster = [myhostname]
|
||||
|
||||
if brick_paths != None and "," in brick_paths:
|
||||
brick_paths = brick_paths.split(",")
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user