Home
last modified time | relevance | path

Searched refs:drbd_err (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/drivers/block/drbd/
Ddrbd_receiver.c355 drbd_err(device, "%s: allocation failed\n", __func__); in drbd_alloc_peer_req()
503 drbd_err(connection, "sock_recvmsg returned %d\n", rv); in drbd_recv()
647 drbd_err(connection, "%s failed, err = %d\n", what, err); in drbd_try_connect()
730 drbd_err(connection, "%s failed, err = %d\n", what, err); in prepare_listen_socket()
772 drbd_err(connection, "accept failed, err = %d\n", err); in drbd_wait_for_connect()
948 drbd_err(connection, "Logic error in conn_connect()\n"); in conn_connect()
1050 drbd_err(connection, "Authentication of peer failed\n"); in conn_connect()
1053 drbd_err(connection, "Authentication of peer failed, trying again.\n"); in conn_connect()
1132 drbd_err(connection, "Header padding is not zero\n"); in decode_header()
1151 drbd_err(connection, "Wrong magic value 0x%08x in protocol version %d\n", in decode_header()
[all …]
Ddrbd_bitmap.c123 drbd_err(device, "FIXME %s[%d] in %s, bitmap locked for '%s' by %s[%d]\n", in __bm_print_lock_info()
135 drbd_err(device, "FIXME no bitmap in drbd_bm_lock!?\n"); in drbd_bm_lock()
149 drbd_err(device, "FIXME bitmap already locked in bm_lock\n"); in drbd_bm_lock()
160 drbd_err(device, "FIXME no bitmap in drbd_bm_unlock!?\n"); in drbd_bm_unlock()
165 drbd_err(device, "FIXME bitmap not locked in bm_unlock\n"); in drbd_bm_unlock()
882 drbd_err(device, "offset=%lu number=%lu bm_words=%lu\n", in drbd_bm_get_lel()
963 drbd_err(device, "IO ERROR %d on bitmap page idx %u\n", in drbd_bm_endio()
1070 drbd_err(device, "ASSERT FAILED: get_ldev_if_state() == 1 in bm_rw()\n"); in bm_rw()
1246 drbd_err(device, "bm_fo=%lu bm_bits=%lu\n", bm_fo, b->bm_bits); in __bm_find_next()
1341 drbd_err(device, "ASSERT FAILED: bit_s=%lu bit_e=%lu bm_bits=%lu\n", in __bm_change_bits_to()
[all …]
Ddrbd_actlog.c133 drbd_err(device, "meta-data IO operation timed out\n"); in wait_until_done_or_force_detached()
169 drbd_err(device, "ASSERT FAILED: get_ldev_if_state() == 1 in _drbd_md_sync_page_io()\n"); in _drbd_md_sync_page_io()
211 drbd_err(device, "drbd_md_sync_page_io(,%llus,%s) failed with error %d\n", in drbd_md_sync_page_io()
414 drbd_err(device, "al_complete_io() called on inactive extent %u\n", enr); in drbd_al_complete_io()
470 drbd_err(device, "disk is %s, cannot start al transaction\n", in al_write_transaction()
477 drbd_err(device, in al_write_transaction()
487 drbd_err(device, "disk failed while waiting for md_io buffer\n"); in al_write_transaction()
728 drbd_err(device, "lc_get() failed! locked=%d/%d flags=%lu\n", in update_rs_extent()
842 drbd_err(device, "%s: sector=%llus size=%d nonsense!\n", in __drbd_change_sync()
1130 drbd_err(device, "drbd_rs_complete_io() called, but extent not found\n"); in drbd_rs_complete_io()
[all …]
Ddrbd_main.c228 drbd_err(connection, "BAD! BarrierAck #%u received, but no epoch in tl!?\n", in tl_release()
233 drbd_err(connection, "BAD! BarrierAck #%u received, expected #%u!\n", in tl_release()
239 drbd_err(connection, "BAD! BarrierAck #%u received with n_writes=%u, expected n_writes=%u!\n", in tl_release()
402 drbd_err(resource, "Failed to get module reference in drbd_thread_start\n"); in drbd_thread_start()
421 drbd_err(resource, "Couldn't start thread\n"); in drbd_thread_start()
796 drbd_err(connection, "--dry-run is not supported by peer"); in __drbd_send_protocol()
1139 drbd_err(device, "unexpected zero runlength while encoding bitmap " in fill_bitmap_rle_bits()
1148 drbd_err(device, "error while encoding bitmap: %d\n", bits); in fill_bitmap_rle_bits()
1257 drbd_err(device, "Failed to write bitmap to disk!\n"); in _drbd_send_bitmap()
1447 drbd_err(connection, "[%s/%d] sock_sendmsg time expired, ko = %u\n", in we_should_drop_the_connection()
[all …]
Ddrbd_worker.c354 drbd_err(device, "kmalloc() of digest failed.\n"); in w_e_send_csum()
363 drbd_err(device, "drbd_send_drequest(..., csum) failed\n"); in w_e_send_csum()
590 drbd_err(device, "Disk broke down during resync!\n"); in make_resync_request()
707 drbd_err(device, "drbd_send_drequest() failed, aborting...\n"); in make_resync_request()
846 drbd_err(device, "Warn failed to drbd_rs_del_all() and to kmalloc(dw).\n"); in drbd_resync_finished()
934 drbd_err(device, "device->p_uuid is NULL! BUG\n"); in drbd_resync_finished()
1013 drbd_err(device, "Sending NegDReply. sector=%llus.\n", in w_e_end_data_req()
1024 drbd_err(device, "drbd_send_block() failed\n"); in w_e_end_data_req()
1059 drbd_err(device, "Not sending RSDataReply, " in w_e_end_rsdata_req()
1065 drbd_err(device, "Sending NegRSDReply. sector %llus.\n", in w_e_end_rsdata_req()
[all …]
Ddrbd_req.c107 drbd_err(device, "drbd_req_destroy: Logic BUG rq_state = 0x%x, completion_ref = %d\n", in drbd_req_destroy()
133drbd_err(device, "drbd_req_destroy: Logic BUG: interval empty, but: rq_state=0x%x, sect=%llu, size… in drbd_req_destroy()
236 drbd_err(device, "drbd_req_complete: Logic BUG rq_state = 0x%x\n", s); in drbd_req_complete()
241 drbd_err(device, "drbd_req_complete: Logic BUG, master_bio == NULL!\n"); in drbd_req_complete()
524 drbd_err(device, in mod_rq_state()
592 drbd_err(device, "LOGIC BUG in %s:%u\n", __FILE__ , __LINE__); in __req_mod()
881 drbd_err(device, "FIXME (BARRIER_ACKED but pending)\n"); in __req_mod()
1194 drbd_err(device, "could not kmalloc() req\n"); in drbd_request_prepare()
1304 drbd_err(device, "IO ERROR: neither local nor remote data, sector %llu+%u\n", in drbd_send_and_submit()
Ddrbd_nl.c449 drbd_err(connection, "Expected cstate < C_WF_REPORT_PARAMS\n"); in conn_try_outdate_peer()
500 drbd_err(connection, "fence-peer() = 7 && fencing != Stonith !!!\n"); in conn_try_outdate_peer()
507 drbd_err(connection, "fence-peer helper broken, returned %d\n", (r>>8)&0xff); in conn_try_outdate_peer()
557 drbd_err(connection, "out of mem, failed to invoke fence-peer helper\n"); in conn_try_outdate_peer_async()
950 drbd_err(device, "OUT OF MEMORY! " in drbd_determine_dev_size()
953 drbd_err(device, "BM resizing failed. " in drbd_determine_dev_size()
1059 drbd_err(device, "Both nodes diskless!\n"); in drbd_new_dev_size()
1063 drbd_err(device, "Requested disk size is too big (%lu > %lu)\n", in drbd_new_dev_size()
1097 drbd_err(device, "Cannot allocate act_log lru!\n"); in drbd_check_al_size()
1105 drbd_err(device, "refcnt(%d)==%d\n", in drbd_check_al_size()
[all …]
Ddrbd_int.h138 #define drbd_err(obj, fmt, args...) \ macro
152 drbd_err(device, "ASSERT( " #exp " ) in %s:%d\n", __FILE__, __LINE__); \
163 drbd_err(device, "ASSERTION %s FAILED in %s\n", \
1506 drbd_err(device, "Out of sync: start=%llu, size=%lu (sectors)\n", in ov_out_of_sync_print()
1605 drbd_err(device, "drbd_generic_make_request: bio->bi_bdev == NULL\n"); in drbd_generic_make_request()
1744 drbd_err(device, "Local IO failed in %s.\n", where); in __drbd_chk_io_error_()
1779 drbd_err(device, in __drbd_chk_io_error_()
2010 drbd_err(device, "in %s:%d: " #which " = %d < 0 !\n", \
Ddrbd_state.c443 drbd_err(device, " %s = { cs:%s ro:%s/%s ds:%s/%s %c%c%c%c%c%c }\n", in print_st()
464 drbd_err(device, "State change failed: %s\n", drbd_set_st_err_str(err)); in print_st_err()
1190 drbd_err(device, "Could not kmalloc an ascw\n"); in __drbd_set_state()
1213 drbd_err(device, "Writing the bitmap failed not starting resync.\n"); in abw_start_sync()
1481 drbd_err(device, in after_state_ch()
1505 drbd_err(device, in after_state_ch()
1887 drbd_err(connection, "Could not kmalloc an acscw\n"); in _conn_request_state()
1900 drbd_err(connection, "State change failed: %s\n", drbd_set_st_err_str(rv)); in _conn_request_state()
1901 drbd_err(connection, " mask = 0x%x val = 0x%x\n", mask.i, val.i); in _conn_request_state()
1902 drbd_err(connection, " old_conn:%s wanted_conn:%s\n", drbd_conn_str(oc), drbd_conn_str(val.conn)); in _conn_request_state()
Ddrbd_debugfs.c505 drbd_err(resource, "failed to create debugfs dentry\n"); in drbd_debugfs_resource_add()
676 drbd_err(connection, "failed to create debugfs dentry\n"); in drbd_debugfs_connection_add()
847 drbd_err(device, "failed to create debugfs entries\n"); in drbd_debugfs_device_attr()
878 drbd_err(peer_device, "failed to create debugfs entries\n"); in drbd_debugfs_peer_device_add()