Date: Sun, 19 Mar 2017 10:15:51 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 208882] zfs root filesystem mount failure on startup in FreeBSD 10.3-RELEASE if USB hdd with zpool is attached to another port Message-ID: <bug-208882-3630-Bwq36yY892@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-208882-3630@https.bugs.freebsd.org/bugzilla/> References: <bug-208882-3630@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208882 Julian Elischer <julian@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian@FreeBSD.org --- Comment #9 from Julian Elischer <julian@FreeBSD.org> --- I confirm that the retry strategy for ZFS (I did not try nfs) does wor effectively, and you don't need to wait the 300 seconds. (mine had to wait 3 seconds) I changed the code to only print out the message every 50 retries as any message becomes obnoxious when printed 10 time per second. > if (err_stride <=3D 0 ) { > printf("Mounting from %s:%s failed with error %d. " > "%d seconds left. Retrying.\n", fs, dev, error, > timeout / hz); > } > err_stride +=3D 1; > err_stride %=3D 50; > pause("rmzfs", delay); --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-208882-3630-Bwq36yY892>