Comment 17 for bug 2065037

Revision history for this message
Stefano (luckylinux777) wrote (last edit ):

I'd say we went from 45 seconds until ZFS mounting to 30 seconds until ZFS mounting with --noipv4ll (although I did NOT save all `dmesg` until now, I am comparing the current `dmesg_v9.debug` with --noipv4ll against `dmesg_v4.debug` that I had provided before at https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2065037/comments/2).

So a bit better.

But is the 30 seconds "minimum" dictated by this for loop ?

`for ROUNDTTT in 30 60 90 120; do`

Shouldn't it rather be a lower value at first ? Why wait 30 seconds "for nothing" ?
`for ROUNDTTT in 5 15 30 60 90 120; do`