On Tue, 2007-10-23 at 10:34 +0900, HIDEO YAMAUCHI wrote: > 1)When there is the resource that there is a problem in metadata, the > resource addition dialog is not > displayed. > With this patch, only a problem resource is excluded, and a dialog is > displayed. > > 2)Even if there is a problem in metadata, an operator does not understand it. > With this patch, a message of the problem resource name is displayed. > Though I have a problem. For instance, even if there are bugs in the metadata of a RA, we still can use the RA by typing in the parameters. But we'll get no chance to do this. Maybe giving a message is enough. What do you think?
FYI https://bugzilla.novell.com/show_bug.cgi?id=301198 > ! param_xml = doc_xml.getElementsByTagName("parameter"); > ! if param_xml != [] : > ! for param_xml in > doc_xml.getElementsByTagName("parameter") : > ! param = {} > ! try : > ! Doesn't it seem better if using the assigned variable to prevent calling the function twice?;-) > > Yan Gao > China R&D Software Engineer > [EMAIL PROTECTED] > +86 10 65339229 > > Novell, Inc. > SUSEĀ® Linux Enterprise > Your Linux is ready > http://www.novell.com/linux _______________________________________________________ Linux-HA-Dev: [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev Home Page: http://linux-ha.org/
