Skip to content

Commit

Permalink
Update mmp.c
Browse files Browse the repository at this point in the history
  • Loading branch information
jhammond-intel authored Jan 16, 2018
1 parent f7f4628 commit 71dbde9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module/zfs/mmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,8 @@ mmp_thread(void *arg)
if (!suspended && mmp_fail_intervals && multihost &&
(start - mmp->mmp_last_write) > max_fail_ns) {
cmn_err(CE_WARN, "MMP writes to pool '%s' have not "
"succeeded in over %llus", spa_name(spa),
NSEC2SEC(start - mmp->mmp_last_write));
"succeeded in over %llus", spa_name(spa),
NSEC2SEC(start - mmp->mmp_last_write));
zio_suspend(spa, NULL);
}

Expand Down

0 comments on commit 71dbde9

Please sign in to comment.