...
You can configure and specify the free space requirement for all the required partitions.
Disk partitions free space check is performed while deploying cluster, Kyvos Upgrade, Kyvos Patch Deploy & Kyvos Rollback.
The diskValidationsMetadata.json file contains the disk partition details specifying which partitions need to be checked is located at kyvosmanagerdata/server/userpreferences/.
The configuration is hot deployable, which means after file upload from KM UI in all applicable operations where this disk partition check is involved, the newly applied changes in the file will be considered.
The name of the file is diskValidationsMetadata.json
The location of the file is kyvosmanagerdata/server/userpreferences/
...
If the disk partition check fails—meaning the required amount of free space on the partitions, as specified in the diskValidationsMetadata.json file, is unavailable—you can still continue with the operation. The process will not fail; instead, it will change the value of the key in the Kyvos.json file from continueOnPartitionFreeSpaceCheckFailures from false to true. This key determines whether the operation proceeds even if the partition disk check fails.
For example,Code Block { "partitions": { "/var": { "freeSpace": "2G", "type": "absolute" }, "/run": { "freeSpace": "96", "type": "percent" } } }
To upload the diskValidationsMetadata.json configuration file, perform the following steps.
On the navigation pane, click Utilities > Manage Configuration Files.
On the Manage Configuration Files page, navigate click to expand the kyvosmanagerdata/server/userpreferences/ folder.
Click the file that you want to update and click the corresponding Upload button.
...
Click the Save button from the top-right of the screen.
.