elek 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_r288542300
##########
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:
AFAIK it shouldn't be a problem. This is a socket which is created by the
process to listen on and even if it's deleted the socket will work well (until
the close).
But I modified it to /var/lib/csi.sock. It can be more meaningful (and maybe
more safe If my previous statement is wrong ;-) )
----------------------------------------------------------------
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]