Merge "Add docs for deleting an AFS volume"
This commit is contained in:
commit
1f67b8ed37
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user