This commit is contained in:
Thomas S Hatch 2013-05-18 09:56:00 -06:00
parent 9edf597b33
commit 119a59e838

View File

@ -111,7 +111,7 @@ def zpool_create(pool_name, *disks):
# Check if the pool_name is already being used # Check if the pool_name is already being used
if pool_exists(pool_name): if pool_exists(pool_name):
ret['Error'] = 'Storage Pool `{0}` already exists meow'.format(pool_name) ret['Error'] = 'Storage Pool `{0}` already exists'.format(pool_name)
return ret return ret
# make sure files are present on filesystem # make sure files are present on filesystem