| abf212ea | 27-Apr-2023 |
Michal Berger <michal.berger@intel.com> |
test/spdkcli: Wait until spdkcli_clear_config settled
Similarly to https://review.spdk.io/gerrit/c/spdk/spdk/+/17559, this part may also be affected by:
Error in cmd: load_config /root/spdk/test/sp
test/spdkcli: Wait until spdkcli_clear_config settled
Similarly to https://review.spdk.io/gerrit/c/spdk/spdk/+/17559, this part may also be affected by:
Error in cmd: load_config /root/spdk/test/spdkcli/config.json ( load_config /root/spdk/test/spdkcli/config.json request: { "action_on_timeout": "none", "timeout_us": 0, "timeout_admin_us": 0, "keep_alive_timeout_ms": 10000, "transport_retry_count": 4, "arbitration_burst": 0, "low_priority_weight": 0, "medium_priority_weight": 0, "high_priority_weight": 0, "nvme_adminq_poll_period_us": 10000, "nvme_ioq_poll_period_us": 0, "io_queue_requests": 1024, "delay_cmd_submit": true, "bdev_retry_count": 3, "transport_ack_timeout": 0, "ctrlr_loss_timeout_sec": 0, "reconnect_delay_sec": 0, "fast_io_fail_timeout_sec": 0, "generate_uuids": false, "transport_tos": 0, "io_path_stat": false, "method": "bdev_nvme_set_options", "req_id": 31 } Got JSON-RPC error response response: { "code": -1, "message": "RPC not permitted with nvme controllers already attached" }
so make sure the nvme controller was fully detached.
Change-Id: Iaebed7b640d96fbabfc694dfebc5a725902caad2 Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17850 Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
show more ...
|
| 6732946d | 12-Apr-2023 |
Michal Berger <michal.berger@intel.com> |
test/spdkcli: Include errors from a failed command
Dump it to stdin to make the debugging easier.
Change-Id: I9b13d0a77e45aa84ec2a55b7b982225592f2566d Signed-off-by: Michal Berger <michal.berger@in
test/spdkcli: Include errors from a failed command
Dump it to stdin to make the debugging easier.
Change-Id: I9b13d0a77e45aa84ec2a55b7b982225592f2566d Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17560 Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
show more ...
|
| 6f3127ad | 07-Feb-2023 |
Michal Berger <michal.berger@intel.com> |
test/spdkcli: Adjust traps
Mainly, don't trigger them on ERR, simply on EXIT - the ERR is reserved for the main tracing trap set by autotest_common.sh and it should not be overwritten.
Signed-off-b
test/spdkcli: Adjust traps
Mainly, don't trigger them on ERR, simply on EXIT - the ERR is reserved for the main tracing trap set by autotest_common.sh and it should not be overwritten.
Signed-off-by: Michal Berger <michal.berger@intel.com> Change-Id: I435d1c08c29557692c134a087350f8538ebf92f9 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16708 Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
| 79415753 | 03-Feb-2022 |
Konrad Sztyber <konrad.sztyber@intel.com> |
bdev: register bdev's UUID as its alias
In many cases, addressing bdevs by their UUIDs is often easier than using their names, which can be somewhat arbitrary. For instance, the NVMe bdev builds a
bdev: register bdev's UUID as its alias
In many cases, addressing bdevs by their UUIDs is often easier than using their names, which can be somewhat arbitrary. For instance, the NVMe bdev builds a name by addng the n{NSID} suffix to the controller's name, while the UUID is filled with NGUID (if available).
The UUID alias is stored in the form defined by RFC 4122, meaning five groups of lower-case hexadecimal characters. It's important to note that bdev layer uses case-sensitive name comparison, so the user needs to use the same textual UUID representation.
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: I8b112fb81f29e952459d5f81d97fdc7a591730f8 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/11395 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Community-CI: Mellanox Build Bot Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com>
show more ...
|