Skip to content
Snippets Groups Projects
Commit 43b34ace authored by bwzhou's avatar bwzhou
Browse files

Branch b1_6

b=14072
r=bobijam, johann

make error info less scary.
parent 36c6de6f
No related branches found
No related tags found
No related merge requests found
...@@ -901,10 +901,10 @@ int read_local_files(struct mkfs_opts *mop) ...@@ -901,10 +901,10 @@ int read_local_files(struct mkfs_opts *mop)
/* COMPAT_146 */ /* COMPAT_146 */
/* Try to read pre-1.6 config from last_rcvd */ /* Try to read pre-1.6 config from last_rcvd */
struct lr_server_data lsd; struct lr_server_data lsd;
verrprint("%s: Unable to read %s (%s).\n", verrprint("%s: Unable to read %d.%d config %s.\n",
progname, filepnm, strerror(errno)); progname, LUSTRE_MAJOR, LUSTRE_MINOR, filepnm);
verrprint("Trying last_rcvd\n"); verrprint("Trying 1.4 config from last_rcvd\n");
sprintf(filepnm, "%s/%s", tmpdir, LAST_RCVD); sprintf(filepnm, "%s/%s", tmpdir, LAST_RCVD);
/* Construct debugfs command line. */ /* Construct debugfs command line. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment