* Updated the man pages for anvil-cycle-vm-nics and anvil-daemon.

Signed-off-by: digimer <mkelly@alteeve.ca>
main
digimer 1 year ago
parent d39b0af67b
commit 75fcad75af
  1. 8
      man/anvil-cycle-vm-nics.8
  2. 10
      man/anvil-daemon.8

@ -4,15 +4,15 @@
.SH NAME
anvil-cycle-vm-nics \- Tool used to unplug and plug virtual network cables into kvm/qemu VM network interfaces
.SH SYNOPSIS
.B anvil-cycle-vm-nics <server_name>
\fI\,<command> \/\fR[\fI\,options\/\fR]
.B anvil-cycle-vm-nics
\fI\,<server_name> \/\fR
.SH DESCRIPTION
anvil-cycle-vm-nics \- This tool makes it easier to map virtual network interfaces during the configuration of VMs in a virtual Anvil! cluster.
.SH OPTIONS
.TP
The tool takes the name of the server (as displayed in virsh) and the sole argument. There are no other commands.
.SH NOTE
.TP
Note: This cycles NICs connected to bridges with the prefix, in order, 'bcn', 'sn', 'ifn', and 'mn'.
This cycles NICs connected to bridges with the prefix, in order, 'bcn', 'sn', 'ifn', and 'mn'.
.IP
.SH AUTHOR
Written by Madison Kelly, Alteeve staff and the Anvil! project contributors.

@ -20,19 +20,19 @@ When logging, record sensitive data, like passwords.
Set the log level to 1, 2 or 3 respectively. Be aware that level 3 generates a significant amount of log data.
.SS "Commands:"
.TP
\fB\-\-refresh-json\fR (derecated)
\fB\-\-refresh\-json\fR (derecated)
Short hand for '\fB\-\-run-once\fR', '\fB\-\-main-loop-only\fR' and '\fB\-\-no-start\fR'. Used to be use to refresh the JSON file used by striker's web interface to know hardware states.
.TP
\fB\-\-main-loop-only\fR
\fB\-\-main\-loop\-only\fR
This skips the one-time, start-up tasks and just goes into the main-loop.
.TP
\fB\-\-no-start\fR
\fB\-\-no\-start\fR
This will prevent any pending jobs from being picked up and started in this run. Note that other job checks will still happen.
.TP
\fB\-\-run-once\fR
\fB\-\-run\-once\fR
This will tell the program to exit after running the main loop once.
.TP
\fB\-\-startup-only\fR
\fB\-\-startup\-only\fR
This will tell the program to exit after running the start up tasks, so the main loop won't run.
.IP
.SH AUTHOR

Loading…
Cancel
Save