diff --git a/xCAT-client/pods/man8/makeconservercf.8.pod b/xCAT-client/pods/man8/makeconservercf.8.pod index 864c039bb..231ad7ce7 100644 --- a/xCAT-client/pods/man8/makeconservercf.8.pod +++ b/xCAT-client/pods/man8/makeconservercf.8.pod @@ -4,9 +4,11 @@ B - creates the conserver configuration file from info in the x =head1 SYNOPSIS -B [B<-d|--delete>] I +B [B<-V|--verbose>] [B<-d|--delete>] I -B [B<-l|--local>] [I] +B [B<-V|--verbose>] [B<-l|--local>] + +B [B<-V|--verbose>] [B<-c|--conserver>] I B [B<-h|--help|-v|--version>] @@ -32,6 +34,11 @@ all relevant management/service nodes. If -l is specified, it will only create Delete rather than add or refresh the nodes specified as a noderange. +=item B<-c|--conserver> + +Only set up the conserver on the conserver host. If no conserver host +is set for nodes, the conserver gets set up only on the management node. + =item B<-l|--local> Only run B locally and create the local /etc/conserver.cf. The default is to also @@ -41,6 +48,10 @@ run it on all service nodes, if there are any. Display version. +=item B<-V|--verbose> + +Verbose mode. + =item B<-h|--help> Display usage message.