X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Flmv%2Flmv_intent.c;h=d860e86d4c26cc2fd825bfc0da74510a53c6fb2d;hb=8b708618d67ad546d921a58a771439a908f1222b;hp=5cfa6502ca7820f45de159254d95225176303819;hpb=b2c344740d0c8324565b1243099b612a665aec1f;p=fs%2Flustre-release.git diff --git a/lustre/lmv/lmv_intent.c b/lustre/lmv/lmv_intent.c index 5cfa650..d860e86 100644 --- a/lustre/lmv/lmv_intent.c +++ b/lustre/lmv/lmv_intent.c @@ -170,6 +170,15 @@ repeat: flags, reqp, cb_blocking); if (rc != 0) { LASSERT(rc < 0); + CERROR("can't handle remote %s: dir %lu/%lu/%lu(%lu/%lu/%lu):" + "%*s: %d\n", LL_IT2STR(it), + (unsigned long) pfid->mds, + (unsigned long) pfid->id, + (unsigned long) pfid->generation, + (unsigned long) rpfid.mds, + (unsigned long) rpfid.id, + (unsigned long) rpfid.generation, + len, name, rc); RETURN(rc); }