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:
parent
5180f7fd18
commit
b22d3c1115
@ -217,7 +217,7 @@ do the following::
|
|||||||
|
|
||||||
To persist this, edit and add the following to ``/etc/fstab``::
|
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
|
Getting the code
|
||||||
|
Loading…
Reference in New Issue
Block a user