NAME

afs_make_opt - create new software volume on OpenAFS

SYNOPSYS

afs_make_opt [--exclude <server name>] [--run|-r] <software> <version> <size> <account>

DESCRIPTION

Create a new AFS volume intended for installed software at version on OpenAFS file servers. Reserve size GiBytes of initial quota and grant account the necessary permissions to write software in that area. Usually the file server with most available space is selected.

Per default this software just emits all commands necessary to initialise the volume; this might change to actually call this steps per option --run.

OPTIONS

-?, --help, --man

show a short help screen or the manual page

--exclude <servername>

Exclude the server named <servername> from the list of possible destinations. The name must match exactly. This option may be used more than once. ## NOT YET IMPLEMENTED ##

--run|-r

Execute the necessary statements, otherwise just show the basic AFS commands to perform the move. ## NOT YET IMPLEMENTED ##

BUGS

No bugs, only features!

LICENSE

Copyright 2022, Andreas Hirczy <andreas.hirczy@tugraz.at>

This program is distributed under the GNU General Public License and is available as part of afs_admin_tools from http://itp.tugraz.at/~ahi/Computer/SW/

GNU General Public License

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA