Casper.Dik at Sun.COM wrote: >> If the user can see this service fail, log into the system console, >> remount root as read/write, update the archive, and reboot into a >> working system, why can't the system itself just do this simply >> mechanical chore on its own? > > > +1. (I will also need to reproduce a similar problem with smf which also > needs to be fixed by the system) > > Casper
The risk there is that the system just identified itself as potentially unstable. Prior to zfs root we were very careful to perform this check before any fs is mounted rw, in order to avoid the possibility of corrupting data if the system were to run into issues with incompatible modules. If you all don't see a problem with this, I'm happy to implement the automated re-build during boot, it's not like it's much code. -jan