diff options
author | Vladimir Sementsov-Ogievskiy | 2019-06-11 12:27:18 +0200 |
---|---|---|
committer | Eric Blake | 2019-06-13 16:35:53 +0200 |
commit | 0a93b359db270788b81c1dba6ce868877381fa94 (patch) | |
tree | 7753ad0dcbb3f3ba9dabbfc4915d283e2bced949 /block/trace-events | |
parent | nbd/server: Nicer spelling of max BLOCK_STATUS reply length (diff) | |
download | qemu-0a93b359db270788b81c1dba6ce868877381fa94.tar.gz qemu-0a93b359db270788b81c1dba6ce868877381fa94.tar.xz qemu-0a93b359db270788b81c1dba6ce868877381fa94.zip |
block/nbd-client: drop stale logout
Drop one on failure path (we have errp) and turn two others into trace
points.
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Message-Id: <20190611102720.86114-2-vsementsov@virtuozzo.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'block/trace-events')
-rw-r--r-- | block/trace-events | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/block/trace-events b/block/trace-events index eab51497fc..01fa5eb081 100644 --- a/block/trace-events +++ b/block/trace-events @@ -165,6 +165,8 @@ nbd_parse_blockstatus_compliance(const char *err) "ignoring extra data from non- nbd_structured_read_compliance(const char *type) "server sent non-compliant unaligned read %s chunk" nbd_read_reply_entry_fail(int ret, const char *err) "ret = %d, err: %s" nbd_co_request_fail(uint64_t from, uint32_t len, uint64_t handle, uint16_t flags, uint16_t type, const char *name, int ret, const char *err) "Request failed { .from = %" PRIu64", .len = %" PRIu32 ", .handle = %" PRIu64 ", .flags = 0x%" PRIx16 ", .type = %" PRIu16 " (%s) } ret = %d, err: %s" +nbd_client_connect(const char *export_name) "export '%s'" +nbd_client_connect_success(const char *export_name) "export '%s'" # ssh.c ssh_restart_coroutine(void *co) "co=%p" |