Merge "Add docs for deleting an AFS volume"

This commit is contained in:
Zuul 2020-02-10 17:09:04 +00:00 committed by Gerrit Code Review
commit 1f67b8ed37
1 changed files with 21 additions and 0 deletions

View File

@ -246,6 +246,27 @@ the read-only path.
You should set the volume quota with ``fs setquota``. You should set the volume quota with ``fs setquota``.
Deleting a Volume
~~~~~~~~~~~~~~~~~
Remove the mountpoint(s) of the volume::
fs rmmount /afs/.openstack.org/path/to/mountpoint
Be sure to release the parent volume (with ``vos release``) if
necessary after removing the mountpoint.
Run ``vos examine`` to see a list of volume sites. Identify the
read-write and read-only sites.
Remove the read-only sites first; repeat this command for each one::
vos remove -server $FILESERVER -partition $PARTITION -id $VOLUME.readonly
Remove the read-write volume::
vos remove -id $VOLUME
Adding a Fileserver Adding a Fileserver
~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~
Put the machine's public IP on a single line in Put the machine's public IP on a single line in