From 81c9d165679b945473d5f835a159bba60731cb84 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Tue, 29 Mar 2016 18:40:04 -0400 Subject: [PATCH] Document read-write afs volumes Change-Id: Ie9c9ba9af25582e75581d89cf669b3fdb92c253f Signed-off-by: Paul Belanger --- doc/source/afs.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/afs.rst b/doc/source/afs.rst index 41d88aa24c..a41721ea8f 100644 --- a/doc/source/afs.rst +++ b/doc/source/afs.rst @@ -162,9 +162,9 @@ The `a` in the preceding command tells it to place the volume on partition `vicepa`. Our fileservers only have one partition and therefore this is a constant. -Be sure to mount the volume in AFS with:: +Be sure to mount the read-write volume in AFS with:: - fs mkmount /afs/openstack.org/path/to/mountpoint $VOLUMENAME + fs mkmount /afs/.openstack.org/path/to/mountpoint $VOLUMENAME You may want to create read-only sites for the volume with ``vos addsite`` and then ``vos release``.