[ 
https://issues.apache.org/jira/browse/HDFS-11582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15967155#comment-15967155
 ] 

Anu Engineer commented on HDFS-11582:
-------------------------------------

[~vagarychen] Thank you for updating the patch. Two minor comments.
* CBlockTargetServer.java
Nit: Typo : {{fllushListenerThread}} ==> flushListenerThread

* The user string seems to be same for two different keys.
{code}
public static final String OZONE_SCM_CLIENT_PORT_KEY =
      "ozone.scm.client.port";
  public static final int OZONE_SCM_CLIENT_PORT_DEFAULT = 9860;
  public static final String OZONE_SCM_DATANODE_PORT_KEY =
      "ozone.scm.client.port";
  public static final int OZONE_SCM_DATANODE_PORT_DEFAULT = 9861;
 {code}

> Block Storage : add SCSI target access daemon
> ---------------------------------------------
>
>                 Key: HDFS-11582
>                 URL: https://issues.apache.org/jira/browse/HDFS-11582
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>          Components: hdfs
>            Reporter: Chen Liang
>            Assignee: Chen Liang
>         Attachments: HDFS-11582-HDFS-7240.001.patch, 
> HDFS-11582-HDFS-7240.002.patch, HDFS-11582-HDFS-7240.003.patch, 
> HDFS-11582-HDFS-7240.004.patch, HDFS-11582-HDFS-7240.005.patch, 
> HDFS-11582-HDFS-7240.006.patch
>
>
> This JIRA adds the daemon process that exposes SCSI target access. More 
> specifically, with this daemon process running, any OS with SCSI can talk to 
> this daemon process and treat CBlock volumes as SCSI targets, in this way the 
> user can mount the volume just like the POSIX manner.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to