mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
meow?
This commit is contained in:
parent
9edf597b33
commit
119a59e838
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user