From b22d3c1115609a62b3fce5177be213ed3fa587c5 Mon Sep 17 00:00:00 2001 From: xhancar Date: Sat, 6 Jan 2018 20:48:10 +0000 Subject: [PATCH] fix of type error There was incorrect path starting /home/swift, but /home/ is correct for common users. Change-Id: Ia81b2119c87dd88417428e55c82dac1ab7c028b3 Closes-Bug: 1741378 --- doc/source/development_saio.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/development_saio.rst b/doc/source/development_saio.rst index ecaf03d1c1..4735aa9788 100644 --- a/doc/source/development_saio.rst +++ b/doc/source/development_saio.rst @@ -217,7 +217,7 @@ do the following:: To persist this, edit and add the following to ``/etc/fstab``:: - /home/swift/xfs_file /tmp xfs rw,noatime,nodiratime,attr2,inode64,noquota 0 0 + /home//xfs_file /tmp xfs rw,noatime,nodiratime,attr2,inode64,noquota 0 0 ---------------- Getting the code