Home
last modified time | relevance | path

Searched refs:JSONRPCException (Results 1 – 18 of 18) sorted by relevance

/spdk/python/spdk/sma/device/
H A Dnvmf_tcp.py8 from spdk.rpc.client import JSONRPCException
34 except JSONRPCException:
78 except JSONRPCException:
111 except (JSONRPCException, CryptoException):
114 except JSONRPCException:
141 except (JSONRPCException, CryptoException):
174 except JSONRPCException:
211 except JSONRPCException:
233 except JSONRPCException:
245 except JSONRPCException:
H A Dnvmf_vfiouser.py13 from spdk.rpc.client import JSONRPCException
58 except JSONRPCException:
67 except JSONRPCException:
74 except JSONRPCException:
82 except JSONRPCException:
91 except JSONRPCException:
110 except JSONRPCException:
229 except (JSONRPCException, CryptoException):
248 except JSONRPCException:
276 except JSONRPCException:
[all …]
H A Dvhost_blk.py11 from spdk.rpc.client import JSONRPCException
52 except JSONRPCException:
79 except JSONRPCException:
87 except (JSONRPCException, CryptoException):
104 except JSONRPCException:
221 except JSONRPCException:
/spdk/python/spdk/rpc/
H A Dclient.py38 class JSONRPCException(Exception): class
97 raise JSONRPCException("Error while connecting to %s\n"
170 … raise JSONRPCException("Connection closed with partial response:\n%s\n" % self._recv_buf)
179 raise JSONRPCException("Timeout while waiting for response:\n%s\n" % self._recv_buf)
188 raise JSONRPCException("Timeout value is invalid: %s\n" % self.timeout)
192 except JSONRPCException as e:
207 raise JSONRPCException(msg)
240 raise JSONRPCException(f'Failed to load the Go RPC client at {client_path}')
265 raise JSONRPCException(rpc_error)
279 raise JSONRPCException(msg)
H A D__init__.py169 raise rpc_client.JSONRPCException("Unknown method was included in the config file")
229 raise rpc_client.JSONRPCException("Unknown method was included in the config file")
/spdk/python/spdk/sma/volume/
H A Dcrypto_bdev.py8 from spdk.rpc.client import JSONRPCException
51 except JSONRPCException:
65 except JSONRPCException:
118 except JSONRPCException:
129 except JSONRPCException:
H A Dvolume.py11 from spdk.rpc.client import JSONRPCException
93 except JSONRPCException as ex:
100 except JSONRPCException:
123 except JSONRPCException:
140 except JSONRPCException:
161 except JSONRPCException:
/spdk/python/spdk/spdkcli/
H A Dui_node_nvmf.py5 from ..rpc.client import JSONRPCException
114 except JSONRPCException as e:
117 raise JSONRPCException(rpc_messages)
221 except JSONRPCException as e:
224 raise JSONRPCException(rpc_messages)
284 except JSONRPCException as e:
287 raise JSONRPCException(rpc_messages)
352 except JSONRPCException as e:
355 raise JSONRPCException(rpc_messages)
H A Dui_node_iscsi.py6 from ..rpc.client import JSONRPCException
137 except JSONRPCException as e:
140 raise JSONRPCException(rpc_messages)
335 except JSONRPCException as e:
338 raise JSONRPCException(rpc_messages)
346 except JSONRPCException as e:
413 except JSONRPCException as e:
416 raise JSONRPCException(rpc_messages)
566 except JSONRPCException as e:
569 raise JSONRPCException(rpc_messages)
[all …]
H A Dui_node.py7 from ..rpc.client import JSONRPCException
132 except JSONRPCException as e:
135 raise JSONRPCException(rpc_messages)
161 except JSONRPCException as e:
164 raise JSONRPCException(rpc_messages)
312 except JSONRPCException as e:
315 raise JSONRPCException(rpc_messages)
/spdk/scripts/
H A Dspdkcli.py16 from spdk.rpc.client import JSONRPCException, JSONRPCClient # noqa
59 except JSONRPCException as e:
86 except (JSONRPCException, ExecutionError) as e:
H A Dsma.py112 except rpcclient.JSONRPCException:
H A Drpc.py25 from spdk.rpc.client import print_dict, print_json, JSONRPCException # noqa
3989 except JSONRPCException as ex:
4066 except JSONRPCException as ex:
4079 except JSONRPCException as ex:
4087 except JSONRPCException as ex:
4094 except JSONRPCException as ex:
/spdk/python/spdk/sma/
H A Dqos.py7 from spdk.rpc.client import JSONRPCException
51 except JSONRPCException:
/spdk/test/bdev/bdevio/
H A Dtests.py13 from spdk.rpc.client import print_dict, JSONRPCException
72 except JSONRPCException as ex:
/spdk/test/json_config/
H A Dclear_config.py12 from spdk.rpc.client import print_dict, JSONRPCException
169 except JSONRPCException as ex:
216 except JSONRPCException as ex:
/spdk/test/app/fuzz/common/
H A Dfuzz_rpc.py7 from spdk.rpc.client import print_dict, JSONRPCException
89 except JSONRPCException as ex:
/spdk/test/nvmf/target/
H A Dmultitarget_rpc.py9 from spdk.rpc.client import print_dict, JSONRPCException
67 except JSONRPCException as ex: