| /spdk/test/nvme/err_injection/ |
| H A D | err_injection.c | 30 static int failed = 0; variable 60 failed = 1; in attach_cb() 80 failed = 1; in get_feature_test_cb() 82 printf("%s: get features failed as expected\n", dev->name); in get_feature_test_cb() 91 failed = 1; in get_feature_test_cb() 108 printf("Error: failed to send Get Features command for dev=%p\n", dev); in get_feature_test() 109 failed = 1; in get_feature_test() 135 failed = 1; in read_test_cb() 137 printf("%s: read failed as expected\n", dev->name); in read_test_cb() 146 failed in read_test_cb() [all...] |
| /spdk/.github/ISSUE_TEMPLATE/ |
| H A D | intermittent_failure.md | 18 ## Link to the failed CI build 20 <!--- Please provide a link to the failed CI build --> 22 ## Execution failed at
|
| /spdk/test/iscsi_tgt/calsoft/ |
| H A D | calsoft.sh | 59 failed=$? 62 failed=$? 71 exit $failed
|
| H A D | calsoft.py | 126 failed = 0 130 failed = 1 131 exit(failed)
|
| /spdk/test/common/config/pkgdep/os/ |
| H A D | mariner | 4 # installation failed. 5 install tsocks || echo "Installation of the tsocks package failed, proxy may not be available"
|
| H A D | rhel | 4 # installation failed. 5 install tsocks || echo "Installation of the tsocks package failed, proxy may not be available"
|
| H A D | fedora | 4 # installation failed. 5 install tsocks || echo "Installation of the tsocks package failed, proxy may not be available"
|
| H A D | centos | 4 # installation failed. 5 install tsocks || echo "Installation of the tsocks package failed, proxy may not be available"
|
| /spdk/lib/json/ |
| H A D | json_write.c | 17 bool failed; member 27 w->failed = true; in fail() 62 w->failed = false; in spdk_json_write_begin() 71 bool failed; in spdk_json_write_end() local 78 failed = w->failed; in spdk_json_write_end() 82 failed = true; in spdk_json_write_end() 87 return failed ? -1 : 0; in spdk_json_write_end()
|
| /spdk/test/common/config/pkgdep/patches/qat/ |
| H A D | 0001-strlcpy-to-strscpy.patch | |
| /spdk/lib/accel/ |
| H A D | accel_internal.h | 27 uint64_t failed; member
|
| /spdk/test/app/fuzz/nvme_fuzz/ |
| H A D | README.md | 24 By default no output is generated when a specific command is returned with a failed status.
|
| /spdk/scripts/pkgdep/ |
| H A D | common.sh | 111 * Fetching $shfmt_url failed, $shfmt will not be available for format check. 179 echo "downloading protoc ${PROTOCVERSION} from ${protocurl} failed" 183 echo "extracting protoc ${PROTOCVERSION} from ${protocpkg} failed" 195 echo "protoc protoc-gen-go plugin install failed" 205 echo "protoc protoc-gen-go-grpc plugin install failed" 237 echo "go install failed" 259 echo "installing golangci-lint failed"
|
| /spdk/lib/iscsi/ |
| H A D | tgt_node.c | 815 goto failed; in iscsi_tgt_node_add_pg_ig_map() 823 goto failed; in iscsi_tgt_node_add_pg_ig_map() 828 failed: in iscsi_tgt_node_add_pg_ig_map()
|
| /spdk/scripts/bpf/ |
| H A D | nvmf.bt | 16 str(arg1), @subsystem[arg3], @subsystem[arg2], arg4 ? "failed" : "done");
|
| /spdk/doc/ |
| H A D | nvme_multipath.md | 7 This can lead to delays and failed I/O reported to upper layers, but it does reduce the number 129 For ABORT, the NVMe bdev module tries aborting the timed out I/O, and if failed, it starts the
|
| /spdk/module/bdev/iscsi/ |
| H A D | bdev_iscsi.c | 457 goto failed; in bdev_iscsi_unmap() 482 failed: in bdev_iscsi_unmap()
|
| /spdk/lib/nvme/ |
| H A D | nvme_rdma.c | 654 SPDK_ERRLOG("RDMA CQ resize failed: errno %d: %s\n", errno, spdk_strerror(errno)); in nvme_rdma_qpair_set_poller() 1018 SPDK_ERRLOG("nvme_rdma_qpair_init() failed\n"); in nvme_rdma_addr_resolved() 1245 SPDK_ERRLOG("dst_addr nvme_parse_addr() failed\n"); in nvme_rdma_ctrlr_connect_qpair() 1256 SPDK_ERRLOG("src_addr nvme_parse_addr() failed\n"); in nvme_rdma_ctrlr_connect_qpair() 1266 SPDK_ERRLOG("rdma_create_id() failed\n"); in nvme_rdma_stale_conn_reconnect() 1274 SPDK_ERRLOG("nvme_rdma_resolve_addr() failed\n"); in nvme_rdma_ctrlr_connect_qpair_poll() 1413 SPDK_ERRLOG("DMA memory translation failed, rc %d, iov count %u\n", rc, dma_translation.iov_count); in nvme_rdma_build_null_request() 1424 SPDK_ERRLOG("RDMA memory translation failed, rc %d\n", rc); 2004 SPDK_ERRLOG("failed to get create rqpair\n"); in nvme_rdma_stale_conn_disconnected() 2295 SPDK_ERRLOG("Retry failed in nvme_rdma_qpair_abort_reqs() [all...] |
| /spdk/scripts/ |
| H A D | check_format.sh | 511 Golangci lint failed:
|
| H A D | rpc.py | 58 **STATUS=0 if the command succeeded or **STATUS=1 if it failed. --server is meant \ 1773 One major iSCSI initiator may not retry login once it failed. Hence for such initiator, listening
|
| /spdk/test/common/config/pkgdep/ |
| H A D | git | 40 echo "failed to start the qat service. Something may be wrong with your device or package."
|