2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-21 18:50:28 +00:00

Remove trailing spaces in file xCAT-buildkit/share/xcat/kits/kit_template/plugins/sample/nodemgmt.pm

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent c9972bc4fc
commit 7033205802

View File

@@ -85,7 +85,7 @@ $PLUGIN_KITNAME = "<<<buildkit_WILL_INSERT_kitname_HERE>>>";
=head1
Node Management Kit Plugin
This plugin contains commands to run custom actions
This plugin contains commands to run custom actions
during node management operations.
=cut
@@ -197,7 +197,7 @@ sub process_request {
=head3 kitnodeadd
This command is called when one or more nodes are added
This command is called when one or more nodes are added
to the cluster.
Command-line interface:
@@ -248,7 +248,7 @@ sub kitnodeadd {
=head3 kitnoderemove
This command is called when one or more nodes are
This command is called when one or more nodes are
removed from the cluster.
Command-line interface:
@@ -299,7 +299,7 @@ sub kitnoderemove {
=head3 kitnodeupdate
This command is called when the configuration of one
This command is called when the configuration of one
or more nodes are updated.
Command-line interface:
@@ -351,7 +351,7 @@ sub kitnodeupdate {
=head3 kitnoderefresh
This command is called to refresh node-related configuration
files.
files.
Command-line interface:
kitnoderefresh <noderange>