From a9888e77472ae3f0025cfd61b4fe51f3ef1f0b44 Mon Sep 17 00:00:00 2001 From: Neal Hansen Date: Fri, 21 Nov 2025 18:20:20 +0000 Subject: [PATCH] B OpenNebula/one#5555: adding tip for sunstone tmpdir changes Signed-off-by: Neal Hansen --- source/legacy_components/ruby_sunstone/sunstone.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/source/legacy_components/ruby_sunstone/sunstone.rst b/source/legacy_components/ruby_sunstone/sunstone.rst index 05cb78e0e8..b73ebd87d3 100644 --- a/source/legacy_components/ruby_sunstone/sunstone.rst +++ b/source/legacy_components/ruby_sunstone/sunstone.rst @@ -20,6 +20,18 @@ The Sunstone configuration file can be found in ``/etc/one/sunstone-server.conf` After a configuration change, the Sunstone server must be :ref:`restarted ` to take effect. +.. tip:: + + If you update the ``tmpdir`` value make sure you add this new value to systemd's unit by running ``systemctl edit opennebula-sunstone.service``, + and adding in a new section at the empty top area: + + .. code:: + + [Service] + ReadWriteDirectories=/path/to/new/tmp + + where ``/path/to/new/tmp`` is the new value of ``tmpdir``. Then run ``systemctl daemon-reload``, and ``systemctl restart opennebula-sunstone`` + +------------------------------------+-----------------------------------------------------------------------------------------------------+ | Parameter | Description | +====================================+=====================================================================================================+