You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Ethan Rose (Jira)" <ji...@apache.org> on 2022/04/12 19:50:00 UTC

[jira] [Created] (HDDS-6577) Configurations to reserve HDDS volume space are not followed

Ethan Rose created HDDS-6577:
--------------------------------

             Summary: Configurations to reserve HDDS volume space are not followed
                 Key: HDDS-6577
                 URL: https://issues.apache.org/jira/browse/HDDS-6577
             Project: Apache Ozone
          Issue Type: Bug
          Components: Ozone Datanode, SCM
            Reporter: Ethan Rose


Ozone currently has two configuration keys that can be used to prevent datanode volumes from being completely filled up:

hdds.datanode.du.reserved: A list of key-value pairs mapping each volume's path to a fixed size that should be left empty on the volume. There is no default value.

hdds.datanode.storage.utilization.critical.threshold: A percentage of each datanode volume that should be left empty. The default value is 95%.

In a live cluster, we have seen volumes fill up past the default 95% value. In a docker based test using a fixed size tmpfs volume mount, the configs also did not seem to be respected. It is also unclear how the configs are reconciled if configured with conflicting values. This Jira aims to provide a reliable way to limit datanode volume usage, and add tests to simulate fixed capacity disks for testing the functionality.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org