diff options
Diffstat (limited to 'documentation/migration-guides/migration-5.1.rst')
-rw-r--r-- | documentation/migration-guides/migration-5.1.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/migration-guides/migration-5.1.rst b/documentation/migration-guides/migration-5.1.rst index 18b445c6b5..d3c28f8b34 100644 --- a/documentation/migration-guides/migration-5.1.rst +++ b/documentation/migration-guides/migration-5.1.rst | |||
@@ -148,6 +148,12 @@ The following variables have been removed: | |||
148 | enabled. Users can disable the volatile log by removing the value | 148 | enabled. Users can disable the volatile log by removing the value |
149 | ``files/fs-perms-volatile-log.txt`` from :term:`FILESYSTEM_PERMS_TABLES`. | 149 | ``files/fs-perms-volatile-log.txt`` from :term:`FILESYSTEM_PERMS_TABLES`. |
150 | 150 | ||
151 | - ``VOLATILE_TMP_DIR``: :term:`FILESYSTEM_PERMS_TABLES` is now used instead. | ||
152 | By default, :term:`FILESYSTEM_PERMS_TABLES` now contains the value | ||
153 | ``files/fs-perms-volatile-tmp.txt``, which means that volatile tmp is | ||
154 | enabled. Users can disable the volatile tmp by removing the value | ||
155 | ``files/fs-perms-volatile-tmp.txt`` from :term:`FILESYSTEM_PERMS_TABLES`. | ||
156 | |||
151 | .. _migration-5.1-removed-recipes: | 157 | .. _migration-5.1-removed-recipes: |
152 | 158 | ||
153 | Removed recipes | 159 | Removed recipes |