Remove nobarrier mount option from docs
Swift stopped including this option in its docs in 2019, and recent kernels stopped recognizing it as a valid option, leading to mount failures. Related-Change: https://review.opendev.org/c/openstack/swift/+/665984 Closes-Bug: #2051764 Change-Id: I4f2ff43ac90023db422633246e89146b377cee74
This commit is contained in:
parent
0ba35bf841
commit
719f8437f4
@ -39,11 +39,11 @@ use the storage devices ``sdc`` through to ``sdg``.
|
||||
|
||||
.. code-block:: shell-session
|
||||
|
||||
LABEL=sdc /srv/node/sdc xfs noatime,nodiratime,nobarrier,logbufs=8,auto 0 0
|
||||
LABEL=sdd /srv/node/sdd xfs noatime,nodiratime,nobarrier,logbufs=8,auto 0 0
|
||||
LABEL=sde /srv/node/sde xfs noatime,nodiratime,nobarrier,logbufs=8,auto 0 0
|
||||
LABEL=sdf /srv/node/sdf xfs noatime,nodiratime,nobarrier,logbufs=8,auto 0 0
|
||||
LABEL=sdg /srv/node/sdg xfs noatime,nodiratime,nobarrier,logbufs=8,auto 0 0
|
||||
LABEL=sdc /srv/node/sdc xfs noatime,nodiratime,logbufs=8,auto 0 0
|
||||
LABEL=sdd /srv/node/sdd xfs noatime,nodiratime,logbufs=8,auto 0 0
|
||||
LABEL=sde /srv/node/sde xfs noatime,nodiratime,logbufs=8,auto 0 0
|
||||
LABEL=sdf /srv/node/sdf xfs noatime,nodiratime,logbufs=8,auto 0 0
|
||||
LABEL=sdg /srv/node/sdg xfs noatime,nodiratime,logbufs=8,auto 0 0
|
||||
|
||||
#. Create the mount points for the devices using the ``mkdir`` command:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user