You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 1, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.rst
-35Lines changed: 0 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,8 +180,6 @@ The default devstack services can be run by following the steps below.
180
180
181
181
**NOTE:** This command will bring up both MySQL 5.6 and 5.7 databases until all services are upgraded to 5.7.
182
182
183
-
**NOTE:** If you are looking for instructions for NFS, see :ref:`Deprecated MacOS performance improvements`.
184
-
185
183
#. Start the desired services. This command will mount the repositories under the
186
184
``DEVSTACK_WORKSPACE`` directory.
187
185
@@ -193,8 +191,6 @@ The default devstack services can be run by following the steps below.
193
191
194
192
make dev.up.large-and-slow
195
193
196
-
**NOTE:** If you are looking for instructions for NFS, see :ref:`Deprecated MacOS performance improvements`.
197
-
198
194
To stop a service, use ``make dev.stop.<service>``, and to both stop it
199
195
and remove the container (along with any changes you have made
200
196
to the filesystem in the container) use ``make dev.down.<service>``.
@@ -391,37 +387,6 @@ This is handled for you automatically by setting the ``OPENEDX_RELEASE`` environ
391
387
392
388
As a specific example, if ``OPENEDX_RELEASE`` is set in your environment as ``juniper.master``, then ``COMPOSE_PROJECT_NAME`` will default to ``devstack-juniper.master`` instead of ``devstack``.
393
389
394
-
.. _Deprecated MacOS performance improvements:
395
-
396
-
Deprecated MacOS performance improvements
397
-
-----------------------------------------
398
-
399
-
**Warning:** We recommend that new devstack setups on MacOS **no longer use** NFS for MacOS. At this time, this technology **leads to increased complexity and might cause errors**. Improvements to Docker's default FS have resolved bugs or performance issues that were previously dependent on this workaround technology.
400
-
401
-
For further details, read more about the forthcoming `deprecation of NFS`_.
402
-
403
-
Until this deprecated technology goes through the deprecation and removal process, the following deprecated instructions are left here for legacy purposes:
404
-
405
-
Setup NFS before provisioning:
406
-
407
-
.. code:: sh
408
-
409
-
make dev.nfs.setup
410
-
411
-
Provision using NFS:
412
-
413
-
.. code:: sh
414
-
415
-
make dev.nfs.provision
416
-
417
-
Start using NFS:
418
-
419
-
.. code:: sh
420
-
421
-
make dev.nfs.up
422
-
423
-
.. _deprecation of NFS: https://openedx.atlassian.net/browse/DEPR-161
0 commit comments