-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to disable MMP at import time #10844
Comments
cc: @ofaaland |
Have you tried |
Not yet, stay tuned... |
That worked, details on zfs-discuss at https://zfsonlinux.topicbox.com/groups/zfs-discuss/Ta6b683d15084807b/zpool-import-spinning-on-txgquiesce-and-txgsync For this issue, should "zpool import -o multihost=off" do the equivalent of setting "zfs_multihost_fail_intervals=0"? I think the larger question of why this was necessary can be dealt with in #10828 |
Hi @stuartthebruce,
I don't think there's a need for this. It would be a workaround for a very specific bug that's already been fixed. |
Fair enough. If this suggestion is not trivial to implement it may not be worth the effort given the hopefully small probability of ever needing to disable multihost before MMP starts for future bugs (or proper MMP behavior). I will close this once I confirm #10873 fixes this particular problem if it is not closed before then. |
@stuartthebruce you've probably already seen this, but that fix is in release zfs-0.8.5 and in zfs-2.0.0 |
@ofaaland I hadn't seen an option to "disable MMP at import time". If that was added I am willing to give that a try. However, I am also happy with this being closed as "won't fix" now that the root cause MMP problem was fixed (and I can confirm that for 0.8.5, but I have not tested that in 2.0.0 yet). |
@stuartthebruce Sorry, I wasn't clear. I meant that the bug fix for the MMP problem is in 0.8.5/2.0.0. You're correct, no "disable MMP at import time" option has been added. |
I no longer need this feature and no volunteers to implement it. |
System information
Describe the problem you're observing
zpool import blocks on "MMP suspending pool" even with "-o multihost=off".
There should be a way to disable MMP at import time.
Describe how to reproduce the problem
Start 5 concurrent "zfs receive" to a pool with multihost=on as described in #10828 before losing power. Then attempt to get past "MMP suspending pool" by disabling MMP at import time,
Include any warning/errors/backtraces from the system logs
Note, the following also fails to prevent "MMP suspending pool",
The text was updated successfully, but these errors were encountered: