Home
last modified time | relevance | path

Searched refs:drbd_info (Results 1 – 9 of 9) sorted by relevance

/drivers/block/drbd/
Ddrbd_receiver.c530 drbd_info(connection, "sock was reset by peer\n"); in drbd_recv()
545 drbd_info(connection, "sock was shut down by peer\n"); in drbd_recv()
1275 drbd_info(device, "local disk FLUSH FAILED with status %d\n", bio->bi_status); in one_flush_endio()
1489drbd_info(resource, "Method to ensure write ordering: %s\n", write_ordering_str[resource->write_or… in drbd_bump_write_ordering()
2846 drbd_info(device, "Online Verify start sector: %llu\n", in receive_DataRequest()
3112 drbd_info(device, "%s uuid info vanished while I was looking!\n", text); in drbd_uuid_dump()
3115 drbd_info(device, "%s %016llX:%016llX:%016llX:%016llX bits:%llu flags:%llX\n", in drbd_uuid_dump()
3172 drbd_info(device, "was SyncSource, missed the resync finished event, corrected myself:\n"); in drbd_uuid_compare()
3181 drbd_info(device, "was SyncSource (peer failed to write sync_uuid)\n"); in drbd_uuid_compare()
3195 drbd_info(device, "was SyncTarget, peer missed the resync finished event, corrected peer:\n"); in drbd_uuid_compare()
[all …]
Ddrbd_bitmap.c658 drbd_info(device, "drbd_bm_resize called with capacity == %llu\n", in drbd_bm_resize()
693 drbd_info(device, "bits = %lu\n", bits); in drbd_bm_resize()
694 drbd_info(device, "bits_on_disk = %llu\n", bits_on_disk); in drbd_bm_resize()
753 drbd_info(device, "resync bitmap: bits=%lu words=%lu pages=%lu\n", bits, words, want); in drbd_bm_resize()
1163 drbd_info(device, "bitmap %s of %u pages took %u ms\n", in bm_rw()
1181 drbd_info(device, "recounting of set bits took additional %lu jiffies\n", in bm_rw()
1187 drbd_info(device, "%s (%lu bits) marked out-of-sync by on disk bit-map.\n", in bm_rw()
Ddrbd_nl.c362 drbd_info(device, "helper command: %s %s %s\n", drbd_usermode_helper, cmd, mb); in drbd_khelper()
373 drbd_info(device, "helper command: %s %s %s exit code %u (0x%x)\n", in drbd_khelper()
405 drbd_info(connection, "helper command: %s %s %s\n", drbd_usermode_helper, cmd, resource_name); in conn_khelper()
415 drbd_info(connection, "helper command: %s %s %s exit code %u (0x%x)\n", in conn_khelper()
549 drbd_info(connection, "fence-peer helper returned %d (%s)\n", in conn_try_outdate_peer()
561 drbd_info(connection, "Ignoring fence-peer exit code\n"); in conn_try_outdate_peer()
1003 drbd_info(device, "size = %s (%llu KB)\n", ppsize(ppb, size>>1), in drbd_determine_dev_size()
1035 drbd_info(device, "Writing the whole bitmap, %s\n", in drbd_determine_dev_size()
1048 drbd_info(device, "Changed AL layout to al-stripes = %d, al-stripe-size-kB = %d\n", in drbd_determine_dev_size()
1205 drbd_info(connection, "peer DRBD too old, does not support TRIM: disabling discards\n"); in decide_on_discard_support()
[all …]
Ddrbd_worker.c926 drbd_info(device, "%s done (total %lu sec; paused %lu sec; %lu K/sec)\n", in drbd_resync_finished()
950 drbd_info(device, "%u %% had equal checksums, eliminated: %luK; " in drbd_resync_finished()
960 drbd_info(device, " %lu failed blocks\n", device->rs_failed); in drbd_resync_finished()
1772 drbd_info(device, "before-resync-target handler returned %d, " in drbd_start_resync()
1782 drbd_info(device, "before-resync-source handler returned %d, " in drbd_start_resync()
1785 drbd_info(device, "before-resync-source handler returned %d, " in drbd_start_resync()
1867 drbd_info(device, "Began resync as %s (will sync %lu KB [%lu bits set]).\n", in drbd_start_resync()
Ddrbd_state.c808 drbd_info(device, "%s\n", pb); in drbd_pr_state_change()
825 drbd_info(connection, "%s\n", pb); in conn_pr_state_change()
1233 drbd_info(device, "Resumed AL updates\n"); in drbd_resume_al()
1378 drbd_info(device, "Online Verify reached sector %llu\n", in _drbd_set_state()
1384 drbd_info(device, "Syncer continues.\n"); in _drbd_set_state()
1393 drbd_info(device, "Resync suspended\n"); in _drbd_set_state()
1416 drbd_info(device, "Starting Online Verify from sector %llu\n", in _drbd_set_state()
Ddrbd_actlog.c551 drbd_info(device, "LOGIC BUG for enr=%u\n", enr); in drbd_al_begin_io_nonblock()
1221 drbd_info(device, "dropping %u in drbd_rs_del_all, apparently" in drbd_rs_del_all()
1231 drbd_info(device, "Retrying drbd_rs_del_all() later. " in drbd_rs_del_all()
Ddrbd_main.c355 drbd_info(resource, "Restarting %s thread\n", thi->name); in drbd_thread_setup()
367 drbd_info(resource, "Terminating %s\n", current->comm); in drbd_thread_setup()
402 drbd_info(resource, "Starting %s thread (from %s [%d])\n", in drbd_thread_start()
442 drbd_info(resource, "Restarting %s thread (from %s [%d])\n", in drbd_thread_start()
886 drbd_info(device, "%s %016llX:%016llX:%016llX:%016llX\n", in drbd_print_uuids()
894 drbd_info(device, "%s effective data uuid: %016llX\n", in drbd_print_uuids()
1289 drbd_info(device, "Writing the whole bitmap, MDF_FullSync was set.\n"); in _drbd_send_bitmap()
Ddrbd_req.c1029 drbd_info(device, "Congestion-fill threshold reached\n"); in maybe_pull_ahead()
1034 drbd_info(device, "Congestion-extents threshold reached\n"); in maybe_pull_ahead()
Ddrbd_int.h132 #define drbd_info(obj, fmt, args...) \ macro