defect 4283: add note head of the subtourines (in hosts.pm) which called in ddns.pm. Generally xcat does not suggest that call subroutine of xcat_plugin from antoher xcat_plugin module, but since the change would be big, I add this note head the subroutines as a notification for the member who would change the involved subroutines.
This commit is contained in:
parent
402c91cfcc
commit
d718ba8396
@ -233,6 +233,12 @@ sub delotherinterfaces
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
##!!!!!!!!!!!!!!!!!!!
|
||||
# NOTE FOR CHANGING #
|
||||
# This subroutine is called in ddns.pm, please take care the calling in ddns.pm
|
||||
# for your changes, especially the change upon the subroutine interface
|
||||
##!!!!!!!!!!!!!!!!!!!
|
||||
sub add_hosts_content {
|
||||
my %args = @_;
|
||||
my $nodelist = $args{nodelist};
|
||||
@ -585,6 +591,12 @@ sub writeout
|
||||
=cut
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
##!!!!!!!!!!!!!!!!!!!
|
||||
# NOTE FOR CHANGING #
|
||||
# This subroutine is called in ddns.pm, please take care the calling in ddns.pm
|
||||
# for your changes, especially the change upon the subroutine interface
|
||||
##!!!!!!!!!!!!!!!!!!!
|
||||
sub donics
|
||||
{
|
||||
my %args = @_;
|
||||
|
Loading…
Reference in New Issue
Block a user