Skip to content

Commit

Permalink
Merge pull request #916 from emuus/3.8.fp6-11501
Browse files Browse the repository at this point in the history
modify code for upgrade from fp5
  • Loading branch information
emuus committed Sep 6, 2018
2 parents e3ef7cd + e56aa6b commit 33c2b2f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions admin/en/source/pages/upgrade/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ To update the platform, use the "yum" command-line tool as follows:

.. code-block:: shell
$ umount /tmp/DISTROS
$ umount /tmp/USER_DATA
$ mount 192.20.777.205:/volume1/DISTROS/ /tmp/DISTROS -o defaults,noatime,nodiratime,vers=3,lookupcache=positive
$ mount 192.20.777.205:/volume1/USER_DATA/ /tmp/USER_DATA -o defaults,noatime,nodiratime,vers=3,lookupcache=positive
$ sed -i "s@vers=3@vers=3,lookupcache=positive@g" /etc/init.d/mountisos
$ service mountisos restart
$ systemctl daemon-reload

0 comments on commit 33c2b2f

Please sign in to comment.