Arpit Agarwal created HDDS-619: ---------------------------------- Summary: hdds.db.profile should not be tagged as a required setting Key: HDDS-619 URL: https://issues.apache.org/jira/browse/HDDS-619 Project: Hadoop Distributed Data Store Issue Type: Improvement Reporter: Arpit Agarwal
hdds.db.profile is tagged as a required setting and defaults to SSD. It should default to DISK instead. {code:java} <property> <name>hdds.db.profile</name> <value>SSD</value> <tag>OZONE, OM, PERFORMANCE, REQUIRED</tag> <description> This property allows user to pick a configuration that tunes the RocksDB settings for the hardware it is running on. Right now, we have SSD and DISK as profile options. </description> </property>{code} -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org