Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/block/drbd/
Ddrbd_receiver.c501 drbd_info(connection, "sock was reset by peer\n"); in drbd_recv()
516 drbd_info(connection, "sock was shut down by peer\n"); in drbd_recv()
1202 drbd_info(device, "local disk flush failed with status %d\n", rv); in drbd_flush()
1347drbd_info(resource, "Method to ensure write ordering: %s\n", write_ordering_str[resource->write_or… in drbd_bump_write_ordering()
2644 drbd_info(device, "Online Verify start sector: %llu\n", in receive_DataRequest()
2909 drbd_info(device, "%s uuid info vanished while I was looking!\n", text); in drbd_uuid_dump()
2912 drbd_info(device, "%s %016llX:%016llX:%016llX:%016llX bits:%llu flags:%llX\n", in drbd_uuid_dump()
2968 drbd_info(device, "was SyncSource, missed the resync finished event, corrected myself:\n"); in drbd_uuid_compare()
2977 drbd_info(device, "was SyncSource (peer failed to write sync_uuid)\n"); in drbd_uuid_compare()
2991 drbd_info(device, "was SyncTarget, peer missed the resync finished event, corrected peer:\n"); in drbd_uuid_compare()
[all …]
Ddrbd_bitmap.c649 drbd_info(device, "drbd_bm_resize called with capacity == %llu\n", in drbd_bm_resize()
686 drbd_info(device, "bits = %lu\n", bits); in drbd_bm_resize()
687 drbd_info(device, "bits_on_disk = %llu\n", bits_on_disk); in drbd_bm_resize()
746 drbd_info(device, "resync bitmap: bits=%lu words=%lu pages=%lu\n", bits, words, want); in drbd_bm_resize()
1133 drbd_info(device, "bitmap %s of %u pages took %lu jiffies\n", in bm_rw()
1149 drbd_info(device, "recounting of set bits took additional %lu jiffies\n", in bm_rw()
1155 drbd_info(device, "%s (%lu bits) marked out-of-sync by on disk bit-map.\n", in bm_rw()
Ddrbd_nl.c348 drbd_info(device, "helper command: %s %s %s\n", usermode_helper, cmd, mb); in drbd_khelper()
358 drbd_info(device, "helper command: %s %s %s exit code %u (0x%x)\n", in drbd_khelper()
389 drbd_info(connection, "helper command: %s %s %s\n", usermode_helper, cmd, resource_name); in conn_khelper()
398 drbd_info(connection, "helper command: %s %s %s exit code %u (0x%x)\n", in conn_khelper()
511 drbd_info(connection, "fence-peer helper returned %d (%s)\n", in conn_try_outdate_peer()
525 drbd_info(connection, "Ignoring fence-peer exit code\n"); in conn_try_outdate_peer()
962 drbd_info(device, "size = %s (%llu KB)\n", ppsize(ppb, size>>1), in drbd_determine_dev_size()
986 drbd_info(device, "Writing the whole bitmap, %s\n", in drbd_determine_dev_size()
998 drbd_info(device, "Changed AL layout to al-stripes = %d, al-stripe-size-kB = %d\n", in drbd_determine_dev_size()
1174 drbd_info(device, "Adjusting my ra_pages to backing device's (%lu -> %lu)\n", in drbd_setup_queue_param()
[all …]
Ddrbd_worker.c879 drbd_info(device, "%s done (total %lu sec; paused %lu sec; %lu K/sec)\n", in drbd_resync_finished()
903 drbd_info(device, "%u %% had equal checksums, eliminated: %luK; " in drbd_resync_finished()
913 drbd_info(device, " %lu failed blocks\n", device->rs_failed); in drbd_resync_finished()
1653 drbd_info(device, "before-resync-target handler returned %d, " in drbd_start_resync()
1663 drbd_info(device, "before-resync-source handler returned %d, " in drbd_start_resync()
1666 drbd_info(device, "before-resync-source handler returned %d, " in drbd_start_resync()
1754 drbd_info(device, "Began resync as %s (will sync %lu KB [%lu bits set]).\n", in drbd_start_resync()
Ddrbd_state.c522 drbd_info(device, "%s\n", pb); in drbd_pr_state_change()
539 drbd_info(connection, "%s\n", pb); in conn_pr_state_change()
937 drbd_info(device, "Resumed AL updates\n"); in drbd_resume_al()
1076 drbd_info(device, "Online Verify reached sector %llu\n", in __drbd_set_state()
1082 drbd_info(device, "Syncer continues.\n"); in __drbd_set_state()
1091 drbd_info(device, "Resync suspended\n"); in __drbd_set_state()
1114 drbd_info(device, "Starting Online Verify from sector %llu\n", in __drbd_set_state()
Ddrbd_actlog.c393 drbd_info(device, "LOGIC BUG for enr=%u\n", enr); in drbd_al_begin_io_nonblock()
1192 drbd_info(device, "dropping %u in drbd_rs_del_all, apparently" in drbd_rs_del_all()
1202 drbd_info(device, "Retrying drbd_rs_del_all() later. " in drbd_rs_del_all()
Ddrbd_main.c350 drbd_info(resource, "Restarting %s thread\n", thi->name); in drbd_thread_setup()
362 drbd_info(resource, "Terminating %s\n", current->comm); in drbd_thread_setup()
397 drbd_info(resource, "Starting %s thread (from %s [%d])\n", in drbd_thread_start()
437 drbd_info(resource, "Restarting %s thread (from %s [%d])\n", in drbd_thread_start()
882 drbd_info(device, "%s %016llX:%016llX:%016llX:%016llX\n", in drbd_print_uuids()
890 drbd_info(device, "%s effective data uuid: %016llX\n", in drbd_print_uuids()
1251 drbd_info(device, "Writing the whole bitmap, MDF_FullSync was set.\n"); in _drbd_send_bitmap()
Ddrbd_req.c1026 drbd_info(device, "Congestion-fill threshold reached\n"); in maybe_pull_ahead()
1031 drbd_info(device, "Congestion-extents threshold reached\n"); in maybe_pull_ahead()
Ddrbd_int.h142 #define drbd_info(obj, fmt, args...) \ macro