Skip to content

Commit 02281c3

Browse files
onenhansentinova
authored andcommitted
B OpenNebula/one#5555: adding tip for sunstone tmpdir changes (#3333)
Signed-off-by: Neal Hansen <[email protected]> (cherry picked from commit 4adb5e0)
1 parent cbba6c7 commit 02281c3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

source/legacy_components/ruby_sunstone/sunstone.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,18 @@ The Sunstone configuration file can be found in ``/etc/one/sunstone-server.conf`
2020

2121
After a configuration change, the Sunstone server must be :ref:`restarted <sunstone_conf_service>` to take effect.
2222

23+
.. tip::
24+
25+
If you update the ``tmpdir`` value make sure you add this new value to systemd's unit by running ``systemctl edit opennebula-sunstone.service``,
26+
and adding in a new section at the empty top area:
27+
28+
.. code::
29+
30+
[Service]
31+
ReadWriteDirectories=/path/to/new/tmp
32+
33+
where ``/path/to/new/tmp`` is the new value of ``tmpdir``. Then run ``systemctl daemon-reload``, and ``systemctl restart opennebula-sunstone``
34+
2335
+------------------------------------+-----------------------------------------------------------------------------------------------------+
2436
| Parameter | Description |
2537
+====================================+=====================================================================================================+

0 commit comments

Comments
 (0)