summaryrefslogtreecommitdiff
path: root/releasenotes/notes/disable-ramdisk-5156a009812fbb17.yaml
blob: e317a5d6b2bae86d896c714db1e7649d5ac0db59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
features:
  - |
    Adds a new ``disable_ramdisk`` parameter to the manual cleaning API. If set
    to ``true``, IPA won't get booted for cleaning. Only steps explicitly
    marked as compatible can be executed this way.

    The parameter is available in the API version 1.70.
other:
  - |
    Clean steps can now be marked with ``requires_ramdisk=False`` to make them
    compatible with the new ``disable_ramdisk`` argument of the manual cleaning
    API.