fix of type error

There was incorrect path starting /home/swift, but /home/<your-user-name> is correct for common users.

Change-Id: Ia81b2119c87dd88417428e55c82dac1ab7c028b3
Closes-Bug: 1741378
This commit is contained in:
xhancar 2018-01-06 20:48:10 +00:00
parent 5180f7fd18
commit b22d3c1115
1 changed files with 1 additions and 1 deletions

View File

@ -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/<your-user-name>/xfs_file /tmp xfs rw,noatime,nodiratime,attr2,inode64,noquota 0 0
----------------
Getting the code