* Updated scan-network to check for inactive or activating interfaces and manually bring them up, if the uptime is less than 10 minutes.
* Fixed a bug in scancore-agents/Makefile.am where scan-network was missing. * Started work on anvil-delete-server.8. Incomplete at this time. * Updated Network->get_ips() to record the interface status. Signed-off-by: Digimer <digimer@alteeve.ca>main
parent
55dd28e7f1
commit
15aadc3a4e
8 changed files with 99 additions and 7 deletions
@ -0,0 +1,32 @@ |
||||
.\" Manpage for the Anvil! server removal tool |
||||
.\" Contact mkelly@alteeve.com to report issues, concerns or suggestions. |
||||
.TH anvil-delete-server "8" "August 02 2022" "Anvil! Intelligent Availability™ Platform" |
||||
.SH NAME |
||||
anvil-delete-server \- This program deletes a server from an Anvil! sub-cluster. |
||||
.SH SYNOPSIS |
||||
.B anvil-delete-server |
||||
\fI\,<command> \/\fR[\fI\,options\/\fR] |
||||
.SH DESCRIPTION |
||||
This deletes a server, running or stopped, from an Anvil! subcluster. The resource allocated to this server are removed and returned to the resource pool as well. |
||||
.TP |
||||
This action is permanent! |
||||
.TP |
||||
.SH OPTIONS |
||||
.TP |
||||
\-?, \-h, \fB\-\-help\fR |
||||
Show this man page. |
||||
.TP |
||||
\fB\-\-log-secure\fR |
||||
When logging, record sensitive data, like passwords. |
||||
.TP |
||||
\-v, \-vv, \-vvv |
||||
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\-\-job-uuid\fR <name> |
||||
The program is normally run as a job, with data on how to configure the host defined in the job. This switch allows the running of a specific job. If this is not set, the program will search for a job that has not yet been picked up by another process. If found, that job UUID is used automatically. |
||||
.IP |
||||
.SH AUTHOR |
||||
Written by Madison Kelly, Alteeve staff and the Anvil! project contributors. |
||||
.SH "REPORTING BUGS" |
||||
Report bugs to users@clusterlabs.org |
Loading…
Reference in new issue