From aa928982498d56edc85dc7fdcc6bab0af5876c91 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Mon, 19 Nov 2018 15:32:03 -0500 Subject: [PATCH] Have nodestorage create optionally read names from args This is more symmetric with the way delete works. --- confluent_client/bin/nodestorage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_client/bin/nodestorage b/confluent_client/bin/nodestorage index 222d0a5f..cce1db57 100644 --- a/confluent_client/bin/nodestorage +++ b/confluent_client/bin/nodestorage @@ -110,7 +110,7 @@ def createstorage(noderange, options, args): session = client.Command() names = options.name if names is None: - names = '' + names = ''.join(args) parms = {'disks': options.disks, 'raidlevel': options.raidlevel, 'name': names} if options.size: