ajayydv commented on a change in pull request #693: HDDS-1382. Create 
customized CSI server for Ozone.
URL: https://github.com/apache/hadoop/pull/693#discussion_r286182113
 
 

 ##########
 File path: hadoop-hdds/common/src/main/resources/ozone-default.xml
 ##########
 @@ -2499,4 +2505,21 @@
       connections.
     </description>
   </property>
+  <property>
+    <name>ozone.csi.default-volume-size</name>
+    <value>1000000000</value>
+    <tag>OZONE, CSI</tag>
+    <description>
+      The default size of the create volumes (if not specified).
+    </description>
+  </property>
+  <property>
+    <name>ozone.csi.socket</name>
+    <value>/tmp/csi.sock</value>
 
 Review comment:
   tmp directory might be emptied by admins and others without knowledge of 
this file. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to