mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
man: document bos addhost -clone
Add the missing -clone option to the bos addhost man page. Change-Id: I0ead9acfd25d573b907f2617845c25c8c11df53c Reviewed-on: http://gerrit.openafs.org/2349 Tested-by: Russ Allbery <rra@stanford.edu> Reviewed-by: Russ Allbery <rra@stanford.edu>
This commit is contained in:
parent
a1351d4841
commit
a658736af6
@ -8,10 +8,10 @@ bos_addhost - Adds a database server machine to the CellServDB file
|
|||||||
<div class="synopsis">
|
<div class="synopsis">
|
||||||
|
|
||||||
B<bos addhost> S<<< B<-server> <I<machine name>> >>> S<<< B<-host> <I<host name>>+ >>>
|
B<bos addhost> S<<< B<-server> <I<machine name>> >>> S<<< B<-host> <I<host name>>+ >>>
|
||||||
S<<< [B<-cell> <I<cell name>>] >>> [B<-noauth>] [B<-localauth>] [B<-help>]
|
S<<< [B<-cell> <I<cell name>>] >>> [B<-clone>] [B<-noauth>] [B<-localauth>] [B<-help>]
|
||||||
|
|
||||||
B<bos addh> S<<< B<-s> <I<machine name>> >>> S<<< B<-ho> <I<host name>>+ >>>
|
B<bos addh> S<<< B<-s> <I<machine name>> >>> S<<< B<-ho> <I<host name>>+ >>>
|
||||||
S<<< [B<-c> <I<cell name>>] >>> [B<-n>] [B<-l>] [B<-he>]
|
S<<< [B<-ce> <I<cell name>>] >>> [B<-cl] [B<-n>] [B<-l>] [B<-he>]
|
||||||
|
|
||||||
=for html
|
=for html
|
||||||
</div>
|
</div>
|
||||||
@ -68,6 +68,12 @@ database server machine to register in the F<CellServDB> file.
|
|||||||
Names the cell in which to run the command. Do not combine this
|
Names the cell in which to run the command. Do not combine this
|
||||||
argument with the B<-localauth> flag. For more details, see L<bos(8)>.
|
argument with the B<-localauth> flag. For more details, see L<bos(8)>.
|
||||||
|
|
||||||
|
=item B<-clone>
|
||||||
|
|
||||||
|
Register the host given by B<-host> as a non-voting clone site, which
|
||||||
|
prevents the host from becoming a sync-site. This is an advanced feature
|
||||||
|
and should be used with caution.
|
||||||
|
|
||||||
=item B<-noauth>
|
=item B<-noauth>
|
||||||
|
|
||||||
Assigns the unprivileged identity C<anonymous> to the issuer. Do not combine
|
Assigns the unprivileged identity C<anonymous> to the issuer. Do not combine
|
||||||
|
Loading…
x
Reference in New Issue
Block a user