Jack Schwartz wrote: > Hi Jan. > > I reviewed your code changes and they look reasonable to me. > > - I looked at the order that the new entries for > update_dumpadm_nodename() are called in install_finish, which seems to > be correct when I look at the existing call there for the GUI install. > > - I'm OK with just pulling out the extra step of a temporary file used > to create dumpadm.conf (since this is a new system anyway and dumps > anyway would be critical to be able to use the system). > > My only nit is ict.py / lines 889- 890. Since you're copying > dumpadm.conf from a running system to another BASEDIR, I would suggest > something like this: > > dumpadmfile = '/etc/dumpadm.conf' > dumpadmfile_dest = self.BASEDIR + dumpadmfile > > ... but this is only a suggestion.
Hi Jack, This is a good point. I have changed this according to your suggestion and updated the webrev. Thank you very much for reviewing those changes, Jan