You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on the most current master (599fb6b) the ioc clone command fails with the following output:
# ioc clone jail1 jail2
No jail matching 'jail2' was found
Traceback (most recent call last):
File "/usr/local/bin/ioc", line 10, in <module>
sys.dd:exit(cli())
File "/usr/local/lib/python3.6/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/usr/local/lib/python3.6/site-packages/click/core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/local/lib/python3.6/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/local/lib/python3.6/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/click/decorators.py", line 17, in new_func
return f(get_current_context(), *args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/ioc_cli/clone.py", line 74, in cli
host=ctx.parent.host
File "/usr/local/lib/python3.6/site-packages/libioc/Jail.py", line 339, in __init__
data["id"] = self._resolve_name(data["id"])
File "/usr/local/lib/python3.6/site-packages/libioc/Jail.py", line 2065, in _resolve_name
raise libioc.errors.JailNotFound(text, logger=self.logger)
libioc.errors.JailNotFound: jail2
The text was updated successfully, but these errors were encountered:
on the most current master (599fb6b) the ioc clone command fails with the following output:
The text was updated successfully, but these errors were encountered: