mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 17:43:14 +00:00
Fix volume name creation
The volume names were not being honored, fix passing the arguments.
This commit is contained in:
parent
fcd46c7b72
commit
8d72f4d64a
@ -103,7 +103,8 @@ def createstorage(noderange, options, args):
|
||||
names = options.name
|
||||
if names is None:
|
||||
names = ''
|
||||
parms = {'disks': options.disks, 'raidlevel': options.raidlevel}
|
||||
parms = {'disks': options.disks, 'raidlevel': options.raidlevel,
|
||||
'name': options.names}
|
||||
if options.size:
|
||||
parms['size'] = options.size
|
||||
for rsp in session.create(
|
||||
|
Loading…
Reference in New Issue
Block a user