John:

My comments are just nits:

In auto_install.py, if you use pylint 0.23, it will complain about the following lines:

import os
import os.path

W0404 Reimport 'os.path' (imported line 10)

It will be good if you can fix it.





On 03/01/12 17:37, John Fischer wrote:
All,

Can I get a code review for:

7097012 AI should output to /dev/console as well as /system/volatile/install_log
    http://monaco.us.oracle.com/detail.jsf?cr=7097012

The webrev is located at:

https://cr.opensolaris.org/action/browse/caiman/johnfisc/7097012-AI-output-console/

The basic fix is to have all checkpoints produce output. This is done by passing in a kwargs show_output to engine.register_checkpoint(). In addition to this fix I have cleaned up the output for AI changing several things from debug to info and visa versa. Furthermore, there was some duplicate output during the early stages due to fractional percents. This was fixed by saving the previous non-time progress and comparing it
with the current non-time progress.

I have built an AI iso image using distro_const, setup and installed a new host. Ethan checked on a zones setup. I also ran the test suite. All testing was as expected. The
code is pep8 and pylint clean, improved or unchanged.

Thanks,

John
_______________________________________________
caiman-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/caiman-discuss

_______________________________________________
caiman-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/caiman-discuss

Reply via email to