You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Chen Liang (JIRA)" <ji...@apache.org> on 2016/11/11 19:03:58 UTC

[jira] [Created] (HDFS-11130) Block Storage : add storage client to server protocol

Chen Liang created HDFS-11130:
---------------------------------

             Summary: Block Storage : add storage client to server protocol
                 Key: HDFS-11130
                 URL: https://issues.apache.org/jira/browse/HDFS-11130
             Project: Hadoop HDFS
          Issue Type: Sub-task
            Reporter: Chen Liang
            Assignee: Chen Liang


This JIRA adds the protocol between block storage client side and server side. For now, the only operation is mount volume. More specifically, when user mount a volume on client side, client checks with server to verify whether it is a valid volume to mount. On valid mount request, server will also piggyback meta information about the volume back to client. 

Note that the actual read/write on the volume will never go through server, as long as volume is mounted on client, it is all client's job to communicate with the underly storage layer (SCM in this case)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org