Spdk/python/spdk/rpc
Shuhei Matsumoto 00d46b80b2 bdev/nvme: Disable automatic failback in multipath mode
By default, failback to the preferred I/O path is done automatically
if it is restored. Some users may want to keep using the backup I/O
path even if the preferred I/O path is restored. In this case,
bdev_nvme_set_preferred_path can be used to do manual failback.

We may be able to clear/fill I/O path cache more strictly but it will
be complicated and have bugs. This patch does the minimal change,
just skips an apparent case.

Signed-off-by: Shuhei Matsumoto <smatsumoto@nvidia.com>
Change-Id: I78fe5faee6ff04e88ae3d7c6be6da1c20637c912
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/12431
Community-CI: Mellanox Build Bot
Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
2022-05-17 12:54:45 +00:00
..
__init__.py scripts: move python modules to python directory 2022-04-05 14:40:47 +00:00
app.py scripts: move python modules to python directory 2022-04-05 14:40:47 +00:00
bdev.py bdev/nvme: Disable automatic failback in multipath mode 2022-05-17 12:54:45 +00:00
blobfs.py scripts: move python modules to python directory 2022-04-05 14:40:47 +00:00
client.py scripts: move python modules to python directory 2022-04-05 14:40:47 +00:00
cmd_parser.py scripts: move python modules to python directory 2022-04-05 14:40:47 +00:00
env_dpdk.py scripts: move python modules to python directory 2022-04-05 14:40:47 +00:00
helpers.py scripts: move python modules to python directory 2022-04-05 14:40:47 +00:00
idxd.py scripts: move python modules to python directory 2022-04-05 14:40:47 +00:00
ioat.py scripts: move python modules to python directory 2022-04-05 14:40:47 +00:00
iscsi.py iscsi, scsi: remove support for deprecated RPC names 2022-05-09 23:03:02 +00:00
log.py log: remove support for deprecated RPC names 2022-05-12 07:26:35 +00:00
lvol.py scripts: move python modules to python directory 2022-04-05 14:40:47 +00:00
nbd.py nbd: remove support for deprecated RPC names 2022-05-09 23:13:39 +00:00
notify.py scripts: move python modules to python directory 2022-04-05 14:40:47 +00:00
nvme.py scripts: move python modules to python directory 2022-04-05 14:40:47 +00:00
nvmf.py nvmf: remove support for deprecated RPC names 2022-05-12 07:27:45 +00:00
pmem.py scripts: move python modules to python directory 2022-04-05 14:40:47 +00:00
sock.py sock: fix typo 2022-05-04 08:03:48 +00:00
subsystem.py scripts: move python modules to python directory 2022-04-05 14:40:47 +00:00
trace.py scripts: move python modules to python directory 2022-04-05 14:40:47 +00:00
vhost.py scripts: move python modules to python directory 2022-04-05 14:40:47 +00:00
vmd.py scripts: move python modules to python directory 2022-04-05 14:40:47 +00:00