Merge "DOC: Change swift mountpoint to /srv/node"

This commit is contained in:
Jenkins 2016-05-20 20:55:46 +00:00 committed by Gerrit Code Review
commit 84f88e1811
3 changed files with 6 additions and 6 deletions

View File

@ -31,7 +31,7 @@ file**
# - name: sdd # - name: sdd
# - name: sde # - name: sde
# - name: sdf # - name: sdf
# mount_point: /mnt # mount_point: /srv/node
# account: # account:
# container: # container:
# storage_policies: # storage_policies:
@ -109,8 +109,8 @@ file**
``mount_point`` ``mount_point``
Set the ``mount_point`` value to the location where the swift Set the ``mount_point`` value to the location where the swift
drives are mounted. For example, with a mount point of ``/mnt`` drives are mounted. For example, with a mount point of ``/srv/node``
and a drive of ``sdc``, a drive is mounted at ``/mnt/sdc`` on the and a drive of ``sdc``, a drive is mounted at ``/srv/node/sdc`` on the
``swift_host``. This can be overridden on a per-host basis. ``swift_host``. This can be overridden on a per-host basis.
``storage_policies`` ``storage_policies``

View File

@ -97,7 +97,7 @@ The entry in the ``swift.yml``:
# - name: sde # - name: sde
# - name: sdf # - name: sdf
# - name: sdg # - name: sdg
# mount_point: /mnt # mount_point: /srv/node
-------------- --------------

View File

@ -149,10 +149,10 @@
# #
# Example: # Example:
# #
# Mount disks 'sdc', 'sdd', 'sde', and 'sdf' to the '/mnt' directory on all # Mount disks 'sdc', 'sdd', 'sde', and 'sdf' to the '/srv/node' directory on all
# storage hosts: # storage hosts:
# #
# mount_point: /mnt # mount_point: /srv/node
# drives: # drives:
# - name: sdc # - name: sdc
# - name: sdd # - name: sdd