mirror of
https://github.com/ceph/ceph
synced 2025-03-06 08:20:12 +00:00
rados.py: missing parameter to make_ex()
Signed-off-by: Dan Mick <dan.mick@inktank.com> Reviewed-by: Sage Weil <sage@inktank.com>
This commit is contained in:
parent
8af47755af
commit
0041e9f8ff
@ -278,7 +278,7 @@ Rados object in state %s." % (self.state))
|
||||
ret = run_in_thread(self.librados.rados_conf_parse_argv_remainder,
|
||||
(self.cluster, len(args), cargs, cretargs))
|
||||
if ret:
|
||||
raise make_ex("error calling conf_parse_argv_remainder")
|
||||
raise make_ex(ret, "error calling conf_parse_argv_remainder")
|
||||
|
||||
# cretargs was allocated with fixed length; collapse return
|
||||
# list to eliminate any missing args
|
||||
|
Loading…
Reference in New Issue
Block a user