US20200382595A1 - Nvm express over fabrics - Google Patents

Nvm express over fabrics Download PDF

Info

Publication number
US20200382595A1
US20200382595A1 US16/997,610 US202016997610A US2020382595A1 US 20200382595 A1 US20200382595 A1 US 20200382595A1 US 202016997610 A US202016997610 A US 202016997610A US 2020382595 A1 US2020382595 A1 US 2020382595A1
Authority
US
United States
Prior art keywords
data
storage appliance
host client
network interface
cpu
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US16/997,610
Inventor
Yaron Klein
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Kioxia Corp
Original Assignee
Toshiba Memory Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Toshiba Memory Corp filed Critical Toshiba Memory Corp
Priority to US16/997,610 priority Critical patent/US20200382595A1/en
Publication of US20200382595A1 publication Critical patent/US20200382595A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1097Protocols in which an application is distributed across nodes in the network for distributed storage of data in networks, e.g. transport arrangements for network file system [NFS], storage area networks [SAN] or network attached storage [NAS]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • G06F15/163Interprocessor communication
    • G06F15/173Interprocessor communication using an interconnection network, e.g. matrix, shuffle, pyramid, star, snowflake
    • G06F15/17306Intercommunication techniques
    • G06F15/17331Distributed shared memory [DSM], e.g. remote direct memory access [RDMA]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L49/00Packet switching elements
    • H04L49/35Switches specially adapted for specific applications
    • H04L49/356Switches specially adapted for specific applications for storage area networks

Definitions

  • the present disclosure relates to non-volatile memory express storage appliances and methods for implementing non-volatile random-access memory in high performance storage networks.
  • High Performance Computing HPC
  • storage networks An example of its importance is the growing area of in-memory databases (IMDBs).
  • IMDBs in-memory databases
  • the increase in computing resources, such as CPUs and memory, enables loading the entire database into memory and process it by the CPU. This enables the fast in-memory processing of large data sets.
  • incoming transactions must be persistent, and thus must be written to persistent media. As processing stalls until acknowledgement of such transactions, it becomes a bottleneck to the entire process.
  • NVMeTM nonvolatile memory express
  • PCIe Peripheral Component Interface Express
  • NIC network interface controllers
  • RDMA remote direct memory access
  • NIC network interface controllers
  • the present disclosure relates to a network storage appliance comprising solid state disks, a network interface adapter communicatively coupled to the solid state disks and a host client, a non-volatile semiconductor memory device communicatively coupled to the solid state disks and the network interface adapter, and a CPU communicatively coupled to the non-volatile semiconductor memory device and the network interface adapter.
  • the network interface adapter can retrieve data from the host client and transfer the data from the host client to the solid state disks.
  • the non-volatile semiconductor memory device can receive data from the host client via the network interface adapter, store the data temporarily, and transfer the data to one of the solid state disks.
  • the CPU can receive a write request from the host client via the network interface adapter and determine whether or not the non-volatile semiconductor memory device is available to store the data. In the case of determining that the non-volatile semiconductor memory device is available to store the data, the CPU can initiate the network interface adapter to perform the transfer of the data from the host client to the non-volatile semiconductor memory device via the network interface adapter. In the case of determining that the non-volatile semiconductor memory device is not available to store the data, the CPU can initiate the network interface adapter to broadcast a query to one or more external storages via the network interface adapter. Further, the CPU can send an acknowledgement status to the host client via the network interface adapter that indicates that the data has been stored in the non-volatile semiconductor memory device.
  • the non-volatile semiconductor memory device may comprise one of resistive random-access memory, magneto resistive random-access memory, nano random-access memory, and battery-backed dynamic random-access memory.
  • the network storage appliance may include a volatile memory device communicatively coupled to the solid state disks and the network interface adapter.
  • the volatile memory device may receive data from the one or more external storages via the network interface adapter in the case of determining that the non-volatile semiconductor memory device is not available to store the data.
  • the one or more external storages may correspond to one or more second network storage appliance.
  • the volatile memory device may comprise dynamic random-access memory (DRAM).
  • the volatile semiconductor memory device may store the data temporarily and transfer the data to one of the solid state disks.
  • the CPU may receive a response to the query from a first external storage of the one or more external storages via the network interface adapter.
  • the response to the query may indicate that the first external storage is available to store the data.
  • the CPU may send a second write request to the first external storage via the network interface adapter.
  • the one or more external storages may be one or more of many network storage appliances in a storage network.
  • the second write request may initiate the first external storage to begin the transfer of the data from the host client to the first external storage.
  • the CPU may receive a signal from the one or more external storages via the network interface adapter.
  • the signal may indicate that the data has been stored in the one or more external storages.
  • the CPU may send a second acknowledgment status to the host client via the network interface adapter.
  • the second acknowledgment status may indicate that the data has been stored in the one or more external storages.
  • the network interface adapter functions according to a remote direct memory access (RDMA) protocol.
  • the network interface adapter may be connected to a network communication fabric.
  • the network interface adapter accesses the non-volatile semiconductor memory device independently of the CPU.
  • the non-volatile semiconductor memory device may comprise a reserved storage area for the host client.
  • the non-volatile semiconductor memory device may further comprise a local storage area and a remote storage area.
  • the non-volatile semiconductor memory device may determine whether the reserved storage area is available to store the data. In response to determining that the reserved storage area is available to store the data, the non-volatile semiconductor memory device may allocate space from the reserved storage area in which to store data.
  • the non-volatile semiconductor memory device may, in response to determining that the reserved storage area is not available to store the data, determine whether the local storage area is available to store the data. In response to determining that the local storage area is available to store the data, the non-volatile semiconductor memory device may allocate space from the local storage area in which to store the data.
  • the non-volatile semiconductor memory device may determine whether the remote storage area is available to store the data. In response to determining that the remote storage area is available to store the data, the non-volatile semiconductor memory device may allocate space from the remote storage area in which to store the data.
  • the data is transferred from the host client to the non-volatile semiconductor memory device of the target network storage appliance within a time period greater than 0.1 ⁇ sec and less than 1 ⁇ sec.
  • a second aspect of the present disclosure relates to a method of transferring data from a host client to a network storage appliance.
  • the method comprises sending, from a host client, a first write request to a target network storage appliance via a network interface adapter.
  • the method also comprises sending, from the target network storage appliance, a second write request to a second network storage appliance via the network interface adapter.
  • the method further comprises transferring, from the host client, data to a non-volatile semiconductor memory device of the second network storage appliance via the network interface adapter that is associated with the first write request.
  • the method comprises sending, from the second network storage appliance via the network interface adapter, a signal to the target network storage appliance that indicates that the data has been stored in the non-volatile semiconductor memory device of the second network storage appliance.
  • the method also comprises sending, from the target network storage appliance via the network interface adapter, an acknowledgement status to the host client that indicates that the data has been stored. Further, the method comprises transferring, from the non-volatile semiconductor memory device of the second network storage appliance via the network interface adapter, the data to a volatile semiconductor memory device of the target network storage appliance. The method further comprises transferring, from the volatile semiconductor memory device of the target network storage appliance, the data to a solid state disk of the target network storage appliance.
  • the non-volatile semiconductor memory device may comprise one of resistive random-access memory, magneto resistive random-access memory, nano random-access memory, and battery-backed dynamic random-access memory.
  • the volatile memory device may comprise dynamic random-access memory (DRAM).
  • DRAM dynamic random-access memory
  • the network interface adapter functions according to a remote direct memory access (RDMA) protocol.
  • the network interface adapter may be connected to a network communication fabric.
  • the network interface adapter accesses the non-volatile semiconductor memory device independently of the CPU.
  • the non-volatile semiconductor memory device may comprise a reserved storage area for the host client.
  • the non-volatile semiconductor memory device may further comprise a local storage area and a remote storage area.
  • the method further comprises determining whether the reserved storage area is available to store the data and, in response to determining that the reserved area is available to store the data, allocating space from the reserved storage area in which to store the data.
  • the method comprises, in response to determining that the reserved storage area is not available to store the data, determining whether the local storage area is available to store the data and, in response to determining that the local storage area is available to store the data, allocating space from the local storage area in which to store the data.
  • the method further comprises determining whether the remote storage area is available to store the data and, in response to determining that the remote storage area is available to store the data, allocating space from the remote storage area in which to store the data.
  • the method further comprises transferring the data from the host client to the non-volatile semiconductor memory device of the target network storage appliance within a time period greater than 0.1 ⁇ sec and less than 1 ⁇ sec.
  • the second network storage appliance may be one of many network storage appliances in a storage network.
  • FIG. 1 shows a schematic representation of an NVMeTM storage appliance with non-volatile memory, configured according to one or more embodiments of the present disclosure
  • FIG. 2 is a flow diagram of method steps for a write command in NVMeTM over Fabric with non-volatile memory, according to an embodiment of the present disclosure
  • FIG. 3 shows a schematic representation of an NVMeTM storage appliance and a second NVMeTM storage appliance, configured according to one or more embodiments of the present disclosure
  • FIG. 4 is a flow diagram of method steps for a write command in NVMeTM over Fabric with a second NVMeTM storage appliance, according to an embodiment of the present disclosure
  • FIG. 5 shows a schematic representation of an NVMeTM storage appliance with a non-volatile memory tier and NVMeTM tier, configured according to one or more embodiments of the present disclosure
  • FIG. 6 shows a schematic representation of a non-volatile semiconductor memory device in an NVMeTM storage appliance, configured according to one or more embodiments of the present disclosure
  • FIG. 7 is a flow diagram of method steps for space allocation during a write command in NVMeTM over Fabric, according to an embodiment of the present disclosure
  • FIG. 1 shows a schematic representation of an NVMeTM system 100 comprising a host client 102 and storage appliance 114 communicating over Fabric 112 .
  • the host client 102 is a computing system that comprises an application 104 , a CPU (“central processing unit”) 106 , and DRAM (“dynamic random access memory”) 108 .
  • the storage appliance 114 is a computing system that comprises a CPU 126 , non-volatile memory 308 , and multiple NVMeTM disks 116 .
  • the host client 102 and storage appliance 114 interface using RDMA network adapters 110 and 130 which are a type of NIC.
  • DRAM 108 maintains data only for as long as power is applied.
  • Fabric 112 is a network topology in which nodes pass data to each other through interconnecting switches and network connections such as electrical cables, optical fibers, or wireless links.
  • Non-volatile memory 308 is random access memory that retains its information when power is turned off.
  • Non-volatile memory 308 may be battery-backed DRAM or one of many emerging technologies. Battery-backed DRAM is similar to DRAM 108 but supported by a battery such that the DRAM does not lose power and retains the data.
  • An example of an emerging non-volatile memory technology is resistive random-access memory (RRAM or ReRAM) that works by changing the resistance across a dielectric solid-material.
  • RRAM or ReRAM resistive random-access memory
  • MRAM magneto resistive random-access memory
  • Nano-RAM which is based on carbon nanotube technology.
  • Non-volatile memory 308 may reside in NVMeTM disks 116 .
  • CPU 106 of the host client When the host client 102 wants to write data to a particular NVMeTM disk 116 in the storage appliance 114 , CPU 106 of the host client encapsulates the write command and sends the write command to CPU 126 of the storage appliance 114 using the RDMA interface 110 .
  • Application 104 sends the data to DRAM 108 of the host client so that the data is ready for transmission to the storage appliance 114 once the storage appliance 114 is ready to receive it.
  • the CPU 126 of the storage appliance 114 parses the encapsulated write command, de-capsulates it, and extracts the data information.
  • CPU 126 of the storage appliance 114 then initiates a transaction of the data using the RDMA interface 130 from DRAM 108 of the host client 102 to the non-volatile memory 308 of the storage appliance 114 .
  • the data will reside in the non-volatile memory 308 of the storage appliance 114 .
  • non-volatile memory 308 sends CPU 126 of the storage appliance 114 a status that indicates that the data has been stored in non-volatile memory 308 .
  • the CPU 126 of the storage appliance 114 then encapsulates the status and sends it to the CPU 106 of the host client 102 using the RDMA interface 130 .
  • the status serves as an acknowledgement that the data has been stored in the specified NVMeTM disk 116 .
  • CPU 126 of the storage appliance 114 initiates the transfer of the data from the non-volatile memory 308 of the storage appliance 114 to the NVMeTM disk 116 specified by the write command.
  • a process 200 of a write command using NVMeTM system 100 is illustrated in FIG. 2 .
  • the process 200 begins by sending an encapsulated write command in step 402 .
  • NVMeTM system 100 when the host client 102 wants to write data to a particular NVMeTM disk 116 in the storage appliance 114 , CPU 106 of the host client encapsulates the write command and sends the write command to CPU 126 of the storage appliance 114 using the RDMA interface 110 .
  • Application 104 sends the data to DRAM 108 of the host client so that the data is ready for transmission to the storage appliance 114 once the storage appliance 114 is ready to receive it.
  • Process 200 continues by transferring data from the host client 102 to the storage appliance 114 in step 404 .
  • the CPU 126 of the storage appliance 114 parses the encapsulated write command, de-capsulates it, and extracts the data information.
  • CPU 126 of the storage appliance then initiates a transaction of the data using the RDMA interface 130 from DRAM 108 of the host client 102 to the non-volatile memory 308 of the storage appliance 114 .
  • the data will reside in the non-volatile memory 308 of the storage appliance 114 .
  • Process 200 continues by sending an acknowledgement to the host client 102 from the CPU 126 of storage appliance 114 in step 406 .
  • non-volatile memory 308 sends CPU 126 of the storage appliance 114 a status that indicates that the data has been stored in non-volatile memory 308 .
  • the CPU 126 of the storage appliance 114 then encapsulates the status and sends it to the CPU 106 of the host client 102 using the RDMA interface 130 .
  • the status serves as an acknowledgement that the data has been stored in the specified NVMeTM disk 116 .
  • Process 200 finishes by transferring the data from non-volatile memory 308 to one of the NVMeTM disks 116 in step 408 .
  • the storage appliance 114 since the storage appliance 114 has sent the acknowledgement to the host client 102 , in a background process, CPU 126 of the storage appliance 114 initiates the transfer of the data from the non-volatile memory 308 of the storage appliance 114 to the NVMeTM disk 116 specified by the write command.
  • the storage appliance 114 relies on DRAM to store the data transferred from the host client 102 before transferring the data to the NVMeTM disk 116 . Since DRAM maintains data only for as long as power is applied, prior art systems must wait until the data has been transferred to the NVMeTM disk 116 before sending the acknowledgement to the host client 102 that the data has been stored. Since RDMA interfaces 110 and 130 have high bandwidth and low latency, the main time consumption in prior art systems is in the disk access.
  • Process 200 allows for the latency to be just the transfer latency between the host client 102 and the storage appliance 114 .
  • the transfer of data from the non-volatile memory 308 to the NVMeTM disk 116 does not affect the latency of process 200 .
  • the non-volatile memory 308 is relatively small compared to the NVMeTM disk 116 . As such, it may be required to use another storage appliance 114 to store the incoming data while the storage appliance 114 that was intended to receive the data transfers the data from the non-volatile memory 308 to the NVMeTM disk 116 .
  • FIG. 3 shows a schematic representation of an NVMeTM system 300 comprising a host client 102 , a target storage appliance 514 , and a second storage appliances 520 communicating over Fabric 112 .
  • the host client 102 is a computing system that comprises an application 104 , a CPU 106 , and DRAM 108 .
  • the target storage appliance 514 and second storage appliance 520 are computing systems that comprises a CPU 126 , non-volatile memory 308 , DRAM 518 , and multiple NVMeTM disks 116 .
  • the host client 102 , target storage appliance 514 , and second storage appliance 520 interface using RDMA 110 and 130 which is a type of network interface controller.
  • DRAM 518 is similar to DRAM 108 .
  • CPU 106 of the host client encapsulates the write command and sends the write command to CPU 126 of the target storage appliance 514 using the RDMA interface 110 .
  • Application 104 sends the data to DRAM 108 of the host client so that the data is ready for transmission.
  • the CPU 126 of the target storage appliance 514 parses the encapsulated write command, de-capsulates it, and extracts the data information. If the non-volatile memory 308 of the target storage appliance 514 does not have free space for the data that the host client 102 wants to transfer, the CPU 126 of the target storage appliance re-directs the write command to a CPU 126 of a second storage appliance 520 using the RDMA interface 110 .
  • the CPU 126 of the second storage appliance 520 When the CPU 126 of the second storage appliance 520 receives the write command re-directed from the CPU 126 of the target storage appliance 514 , it determines if it has resources to handle the command. If the second storage appliance 520 does not have the resources to receive the data from the host client 102 , the second storage appliance 520 would inform CPU 126 of the target storage appliance 514 so that CPU 126 of the target storage appliance 514 can direct the command to another communicatively coupled storage appliance (not shown) which can receive the data.
  • CPU 126 of the second storage appliance 520 then initiates a transaction of the data using the RDMA interface 130 from DRAM 108 of the host client 102 to the non-volatile memory 308 of the second storage appliance 520 .
  • the data will reside in the non-volatile memory 308 of the second storage appliance 520 .
  • non-volatile memory 308 sends CPU 126 of the target storage appliance 514 a status that indicates that the data has been stored in non-volatile memory 308 of second storage appliance 520 .
  • the CPU 126 of the target storage appliance 514 then encapsulates a status that indicates that the data has been stored in non-volatile memory 308 of the second storage appliance 520 and sends it to the CPU 106 of the host client 102 using the RDMA interface 130 .
  • the status serves as an acknowledgement that the data has been stored in non-volatile memory 308 of second storage appliance 520 .
  • CPU 126 of the second storage appliance 520 initiates the transfer of the data from the non-volatile memory 308 of the second storage appliance 520 to the DRAM 518 of the target storage appliance 514 .
  • CPU 126 of the target storage appliance 514 initiates the transfer of the data from the DRAM 518 of the target storage appliance 514 to the NVMeTM disk 116 of the target storage appliance specified by the write command.
  • a process 400 of a write command using NVMeTM system 300 is illustrated in FIG. 4 .
  • the process 400 begins by sending an encapsulated write command from the host client 102 to the target storage appliance 514 in step 602 .
  • the host client 102 wants to write data to a particular NVMeTM disk 116 in the target storage appliance 514
  • CPU 106 of the host client encapsulates the write command and sends the write command to CPU 126 of the target storage appliance 514 using the RDMA interface 110 .
  • Application 104 sends the data to DRAM 108 of the host client so that the data is ready for transmission.
  • Process 400 continues by broadcasting a query with the encapsulated write command from the target storage appliance 514 to the second storage appliance 520 in step 604 .
  • the CPU 126 of the target storage appliance 514 parses the encapsulated write command, de-capsulates it, and extracts the data information. If the non-volatile memory 308 of the target storage appliance 514 does not have free space for the data that the host client 102 wants to transfer, the CPU 126 of the target storage appliance re-directs the write command to a CPU 126 of a second storage appliance 520 using the RDMA interface 130 .
  • Process 400 continues by determining the resource availability of the second storage appliance 520 in step 606 .
  • the CPU 126 of the second storage appliance 520 receives the write command re-directed from the CPU 126 of the target storage appliance 520 , it determines if it has resources to handle the command. If the second storage appliance 520 does not have the resources to receive the data from the host client 102 , the second storage appliance 520 would inform CPU 126 of the target storage appliance 514 so that CPU 126 of the target storage appliance 514 can direct the command to another communicatively coupled storage appliance (not shown) which can receive the data.
  • Process 400 continues by transferring data from the DRAM 108 of the host client 102 to the non-volatile memory 308 of the second storage appliance 520 in step 608 .
  • the second storage appliance 520 has the resources to receive the data
  • CPU 126 of the second storage appliance 520 then initiates a transaction of the data using the RDMA interface 130 from DRAM 108 of the host client 102 to the non-volatile memory 308 of the second storage appliance 520 .
  • the data will reside in the non-volatile memory 308 of the second storage appliance 520 .
  • Process 400 continues by sending an acknowledgement to the host client 102 from the CPU 126 of target storage appliance 514 in step 610 .
  • non-volatile memory 308 sends CPU 126 of the target storage appliance 114 a status that indicates that the data has been stored in non-volatile memory 308 of second storage appliance 520 .
  • the CPU 126 of the target storage appliance 514 then encapsulates a status that indicates that the data has been stored in non-volatile memory 308 of the second storage appliance 520 and sends it to the CPU 106 of the host client 102 using the RDMA interface 130 .
  • the status serves as an acknowledgement that the data has been stored in non-volatile memory 308 of second storage appliance 520 .
  • Process 400 continues by transferring the data from the non-volatile memory 308 of the second storage appliance to the DRAM 518 of the target storage appliance 514 in step 612 .
  • CPU 126 of the second storage appliance 520 initiates the transfer of the data from the non-volatile memory 308 of the second storage appliance 520 to the DRAM 518 of the target storage appliance 514 .
  • Process 400 finishes by transferring the data from the DRAM 518 to one of the target storage appliance 514 to one of the NVMeTM disks 116 of the target storage appliance 514 in step 614 .
  • NVMeTM system 300 Once the data is stored in the DRAM 518 of the target storage appliance 514 , CPU 126 of the target storage appliance 514 initiates the transfer of the data from the DRAM 518 of the target storage appliance 514 to the NVMeTM disk 116 of the target storage appliance specified by the write command.
  • FIG. 5 shows a schematic representation of an NVMeTM system 500 comprising two host clients 102 , a target storage appliance 514 , and a second storage appliances 520 communicating over Fabric 112 .
  • the host clients 102 are computing systems that comprise an application 104 , a CPU 106 , and DRAM 108 .
  • the target storage appliance 514 and second storage appliances 520 are computing systems that comprises a CPU 126 , DRAM 518 , and multiple NVMeTM disks.
  • the host clients 102 , target storage appliance 514 , and second storage appliance 520 interface using RDMA 110 and 130 which is a type of network interface controller.
  • NVMeTM system 500 comprises a non-volatile memory tier 708 and NVMeTM tier 716 .
  • Non-volatile memory tier 708 is a collection of multiple non-volatile memory devices 308 .
  • NVMeTM tier 716 is a collection of multiple NVMeTM disks 116 .
  • NVMeTM system 500 may comprise more than two host clients 102 and more than one second storage appliance 520 .
  • NVMeTM system 500 allows for the allocation of NVRAM in a large scale storage deployment, enabling the non-volatile memory tier 708 .
  • a host client 102 wants to write data to a particular NVMeTM disk 116 in a target storage appliance 514
  • CPU 106 of the host client encapsulates the write command and sends the write command to CPU 126 of the target storage appliance 514 using the RDMA interface 110 .
  • the target storage appliance 514 will utilize the non-volatile memory tier 708 to transfer the data from the DRAM 108 of the host client 102 and, further, transfer the data from the non-volatile memory tier 708 to the particular NVMeTM disk of the NVMeTM tier 716 .
  • the target storage appliance 514 will store the data in the local portion of the non-volatile memory tier 708 . The target storage appliance 514 will then send an acknowledgment status to the host client 102 . If the target storage appliance 514 does not have enough local resources, the target storage appliance 514 will broadcast a query to all of the second storage appliances 520 in the network, asking if there is a second storage appliance 520 that can receive the data. One of the second storage appliances 520 with available resources sends a signal to the target storage appliance 514 indicating that it can receive the data. The process continues as described by process 400 .
  • FIG. 6 shows a schematic representation of an NVRAM device 802 .
  • NVRAM 802 is an example of a user defined mechanism for allocating the valuable and limited resources of the non-volatile memory tier 708 .
  • NVRAM 802 is a non-volatile semiconductor memory device comprising storage space divided a-priori by an administrator into reserved area 804 , local area 812 , and remote area 814 .
  • NVRAM 802 is an example of a non-volatile memory device 308 .
  • Reserved area 804 defines the guaranteed storage area available for each host client 102 .
  • the reserved area 804 is further divided into multiple areas, each area dedicated to a host client 102 .
  • Host 1 806 is storage area dedicated to the first host client 102 .
  • Host 2 808 is storage area dedicated to the second host client 102 .
  • Host N 810 is storage area dedicated to the N th host client 102 .
  • Local area 812 is storage area allocated for data sent to NVRAM 802 for storage in a local NVMeTM disk 116 .
  • Local area 812 functions as extra space when the reserved area 804 that corresponds to a particular host client 102 is full. For example, if host 1 storage area 806 corresponding to host client 102 is full and NVRAM 802 receives data from host client 102 , the new data may be stored in the local area 812 .
  • Remote area 814 is storage area allocated for data sent to NVRAM 802 for storage in a remote NVMeTM disk 116 .
  • Remote area 814 functions as extra space when the reserved area 804 of a target storage appliance 514 is full and a second storage appliance 520 is needed to receive the data. For example, if the NVRAM 802 of a target storage appliance 514 is full, the NVRAM 802 of a second storage appliance 520 can receive the data and store it in the remote storage area 814 .
  • a process 700 of allocating space for a write command in an NVRAM device 802 is illustrated in FIG. 7 .
  • the process 700 begins by sending an encapsulated write command from the host client 102 to the target storage appliance 514 in step 902 .
  • CPU 106 of the host client encapsulates the write command and sends the write command to CPU 106 of the target storage appliance 514 using the RDMA interface 110 .
  • the process 700 continues by determining the command preference of the encapsulated write command in step 904 .
  • the encapsulated write command from the host client 102 may have a command preference that specifies if the write command is intended for storage at the target storage appliance 514 or a second storage appliance 520 . If the command preference is to send the data to a second storage appliance 520 , the process 700 continues to step 906 . If the command preference is to send the data to the target storage appliance 514 , the process 700 continues to step 908 .
  • the target storage appliance 514 broadcasts a query with the write command to a second storage appliance 520 .
  • the CPU 106 of the target storage appliance 514 sends the write command to a CPU 106 of a second storage appliance 520 using the RDMA interface 110 .
  • the CPU 106 of the target storage appliance 514 may initiate the RDMA interface 110 to broadcast a query to the second storage appliance 520 using the RDMA interface 110 .
  • process 700 continues as described by process 400 , described above.
  • process 700 continues by determining if there is available reserved area 804 dedicated to the host client 102 . If there is available reserved area 804 dedicated to the host client 102 , process 700 continues to step 910 . If there is no available reserved area 804 dedicated to the host client 102 , process 700 continues to step 912 .
  • process 700 continues by allocating space from the reserved area 804 for data storage. For example, if host 1 storage area 806 corresponding to host client 102 is available, host 1 storage area 806 may be used to store the incoming data from host client 102 . After step 910 , process 700 continues as described by process 200 , described above.
  • process 700 continues by determining if there is available local area 812 . If there is no available local area 812 , process 700 continues to step 906 . If there is available local area 812 , process 700 continues to step 914 .
  • process 700 continues by determining if the host client 102 has reached a threshold limit of allocation in the local area 812 . If the host client 102 has reached a threshold limit of allocation in the local area 812 , process 700 continues to step 906 . If the host client 102 has not reached a threshold limit of allocation in the local area 812 , process 700 continues to step 916 .
  • process 700 determines if the priority of the write command is higher than a threshold priority. If the priority of the write command is not higher than the threshold priority, process 700 continues to step 906 . If the priority of the write command is higher than the threshold priority, process 700 continues to step 918 .
  • Process 700 finishes by allocating space from the local area 812 for data storage in step 918 . For example, if host 1 storage area 806 corresponding to host client 102 is full and NVRAM 802 receives data from host client 102 , the new data may be stored in the local area 812 .
  • a similar process occurs when a command is received from a second host client 102 .
  • the target storage appliance 514 checks remote area 814 for available space. If there is space available in remote area 814 , the target storage appliance 514 allocates space from the remote area 814 for the incoming command.

Abstract

A network storage appliance comprises solid state disks, a network interface adapter communicatively coupled to the solid state disks and a host client, a non-volatile semiconductor memory device communicatively coupled to the solid state disks and the network interface adapter, and a CPU communicatively coupled to the non-volatile semiconductor memory device and the network interface adapter. The non-volatile semiconductor memory device can receive data from the host client via the network interface adapter, store the data temporarily, and transfer the data to one of the solid state disks. The CPU can receive a write request from the host client via the network interface adapter, determine whether or not the non-volatile semiconductor memory device is available to store the data, initiate the network interface adapter to perform the transfer of the data from the host client to the non-volatile semiconductor memory device if the non-volatile semiconductor memory device is available to store the data, and initiate the network interface adapter to broadcast a query to one or more external storages if the non-volatile semiconductor memory device is not available to store the data.

Description

    CROSS-REFERENCE TO RELATED APPLICATIONS
  • This application is a continuation of application Ser. No. 15/668,314, filed Aug. 3, 2017, the subject matter of which is hereby incorporated herein by reference in its entirety.
  • FIELD OF THE INVENTION
  • The present disclosure relates to non-volatile memory express storage appliances and methods for implementing non-volatile random-access memory in high performance storage networks.
  • BACKGROUND
  • Low latency for write commands is an important feature in High Performance Computing (HPC) and especially in storage networks. An example of its importance is the growing area of in-memory databases (IMDBs). The increase in computing resources, such as CPUs and memory, enables loading the entire database into memory and process it by the CPU. This enables the fast in-memory processing of large data sets. However, incoming transactions must be persistent, and thus must be written to persistent media. As processing stalls until acknowledgement of such transactions, it becomes a bottleneck to the entire process.
  • The introduction of NVMe™ (“nonvolatile memory express”) devices with fast PCIe (Peripheral Component Interface Express) interfaces and efficient storage stacks have reduced the access time to the persistent media. In addition, remote direct memory access (RDMA) network interface controllers (NIC) have evolved to provide very fast (single digit μsec) data transfer. The introduction of the NVMe™ over Fabric standard enables an environment, where host clients can access NVMe™ disks via low latency network fabrics. Each host client and storage appliance has an RDMA NIC that enables low latency transfer between each element in the fabric. However, there remains a long felt need to efficiently manage and implement NVMe™ devices in high performance storage networks.
  • SUMMARY OF INVENTION
  • The present disclosure relates to a network storage appliance comprising solid state disks, a network interface adapter communicatively coupled to the solid state disks and a host client, a non-volatile semiconductor memory device communicatively coupled to the solid state disks and the network interface adapter, and a CPU communicatively coupled to the non-volatile semiconductor memory device and the network interface adapter. The network interface adapter can retrieve data from the host client and transfer the data from the host client to the solid state disks. The non-volatile semiconductor memory device can receive data from the host client via the network interface adapter, store the data temporarily, and transfer the data to one of the solid state disks. The CPU can receive a write request from the host client via the network interface adapter and determine whether or not the non-volatile semiconductor memory device is available to store the data. In the case of determining that the non-volatile semiconductor memory device is available to store the data, the CPU can initiate the network interface adapter to perform the transfer of the data from the host client to the non-volatile semiconductor memory device via the network interface adapter. In the case of determining that the non-volatile semiconductor memory device is not available to store the data, the CPU can initiate the network interface adapter to broadcast a query to one or more external storages via the network interface adapter. Further, the CPU can send an acknowledgement status to the host client via the network interface adapter that indicates that the data has been stored in the non-volatile semiconductor memory device.
  • According to one implementation, the non-volatile semiconductor memory device may comprise one of resistive random-access memory, magneto resistive random-access memory, nano random-access memory, and battery-backed dynamic random-access memory.
  • In some implementations, the network storage appliance may include a volatile memory device communicatively coupled to the solid state disks and the network interface adapter. The volatile memory device may receive data from the one or more external storages via the network interface adapter in the case of determining that the non-volatile semiconductor memory device is not available to store the data. The one or more external storages may correspond to one or more second network storage appliance. The volatile memory device may comprise dynamic random-access memory (DRAM).
  • In other implementations, the volatile semiconductor memory device may store the data temporarily and transfer the data to one of the solid state disks.
  • In certain implementations, the CPU may receive a response to the query from a first external storage of the one or more external storages via the network interface adapter. The response to the query may indicate that the first external storage is available to store the data. The CPU may send a second write request to the first external storage via the network interface adapter. The one or more external storages may be one or more of many network storage appliances in a storage network.
  • According to one implementation, the second write request may initiate the first external storage to begin the transfer of the data from the host client to the first external storage.
  • In some implementations, the CPU may receive a signal from the one or more external storages via the network interface adapter. The signal may indicate that the data has been stored in the one or more external storages.
  • In other implementations, the CPU may send a second acknowledgment status to the host client via the network interface adapter. The second acknowledgment status may indicate that the data has been stored in the one or more external storages.
  • According to some implementations, the network interface adapter functions according to a remote direct memory access (RDMA) protocol. The network interface adapter may be connected to a network communication fabric. According to one implementation, the network interface adapter accesses the non-volatile semiconductor memory device independently of the CPU.
  • In some implementations, the non-volatile semiconductor memory device may comprise a reserved storage area for the host client. The non-volatile semiconductor memory device may further comprise a local storage area and a remote storage area.
  • In certain implementations, the non-volatile semiconductor memory device may determine whether the reserved storage area is available to store the data. In response to determining that the reserved storage area is available to store the data, the non-volatile semiconductor memory device may allocate space from the reserved storage area in which to store data.
  • In other implementations, the non-volatile semiconductor memory device may, in response to determining that the reserved storage area is not available to store the data, determine whether the local storage area is available to store the data. In response to determining that the local storage area is available to store the data, the non-volatile semiconductor memory device may allocate space from the local storage area in which to store the data.
  • According to one implementation, the non-volatile semiconductor memory device may determine whether the remote storage area is available to store the data. In response to determining that the remote storage area is available to store the data, the non-volatile semiconductor memory device may allocate space from the remote storage area in which to store the data.
  • In some implementations, the data is transferred from the host client to the non-volatile semiconductor memory device of the target network storage appliance within a time period greater than 0.1 μsec and less than 1 μsec.
  • A second aspect of the present disclosure relates to a method of transferring data from a host client to a network storage appliance. The method comprises sending, from a host client, a first write request to a target network storage appliance via a network interface adapter. The method also comprises sending, from the target network storage appliance, a second write request to a second network storage appliance via the network interface adapter. The method further comprises transferring, from the host client, data to a non-volatile semiconductor memory device of the second network storage appliance via the network interface adapter that is associated with the first write request. Further, the method comprises sending, from the second network storage appliance via the network interface adapter, a signal to the target network storage appliance that indicates that the data has been stored in the non-volatile semiconductor memory device of the second network storage appliance. The method also comprises sending, from the target network storage appliance via the network interface adapter, an acknowledgement status to the host client that indicates that the data has been stored. Further, the method comprises transferring, from the non-volatile semiconductor memory device of the second network storage appliance via the network interface adapter, the data to a volatile semiconductor memory device of the target network storage appliance. The method further comprises transferring, from the volatile semiconductor memory device of the target network storage appliance, the data to a solid state disk of the target network storage appliance.
  • According to some implementations, the non-volatile semiconductor memory device may comprise one of resistive random-access memory, magneto resistive random-access memory, nano random-access memory, and battery-backed dynamic random-access memory.
  • In some implementations, The volatile memory device may comprise dynamic random-access memory (DRAM).
  • In other implementations, the network interface adapter functions according to a remote direct memory access (RDMA) protocol. The network interface adapter may be connected to a network communication fabric. According to one implementation, the network interface adapter accesses the non-volatile semiconductor memory device independently of the CPU.
  • According to some implementations, the non-volatile semiconductor memory device may comprise a reserved storage area for the host client. The non-volatile semiconductor memory device may further comprise a local storage area and a remote storage area.
  • In certain implementations, the method further comprises determining whether the reserved storage area is available to store the data and, in response to determining that the reserved area is available to store the data, allocating space from the reserved storage area in which to store the data.
  • In other implementations, the method comprises, in response to determining that the reserved storage area is not available to store the data, determining whether the local storage area is available to store the data and, in response to determining that the local storage area is available to store the data, allocating space from the local storage area in which to store the data.
  • According to some implementations, the method further comprises determining whether the remote storage area is available to store the data and, in response to determining that the remote storage area is available to store the data, allocating space from the remote storage area in which to store the data.
  • In certain implementations, the method further comprises transferring the data from the host client to the non-volatile semiconductor memory device of the target network storage appliance within a time period greater than 0.1 μsec and less than 1 μsec.
  • In certain implementations, the second network storage appliance may be one of many network storage appliances in a storage network.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The foregoing and other objects and advantages will be apparent upon consideration of the following detailed description, taken in conjunction with the accompanying drawings, in which like reference characters refer to like parts throughout, and in which:
  • FIG. 1 shows a schematic representation of an NVMe™ storage appliance with non-volatile memory, configured according to one or more embodiments of the present disclosure;
  • FIG. 2 is a flow diagram of method steps for a write command in NVMe™ over Fabric with non-volatile memory, according to an embodiment of the present disclosure;
  • FIG. 3 shows a schematic representation of an NVMe™ storage appliance and a second NVMe™ storage appliance, configured according to one or more embodiments of the present disclosure;
  • FIG. 4 is a flow diagram of method steps for a write command in NVMe™ over Fabric with a second NVMe™ storage appliance, according to an embodiment of the present disclosure;
  • FIG. 5 shows a schematic representation of an NVMe™ storage appliance with a non-volatile memory tier and NVMe™ tier, configured according to one or more embodiments of the present disclosure;
  • FIG. 6 shows a schematic representation of a non-volatile semiconductor memory device in an NVMe™ storage appliance, configured according to one or more embodiments of the present disclosure; and
  • FIG. 7 is a flow diagram of method steps for space allocation during a write command in NVMe™ over Fabric, according to an embodiment of the present disclosure;
  • DETAILED DESCRIPTION
  • FIG. 1 shows a schematic representation of an NVMe™ system 100 comprising a host client 102 and storage appliance 114 communicating over Fabric 112. The host client 102 is a computing system that comprises an application 104, a CPU (“central processing unit”) 106, and DRAM (“dynamic random access memory”) 108. The storage appliance 114 is a computing system that comprises a CPU 126, non-volatile memory 308, and multiple NVMe™ disks 116. The host client 102 and storage appliance 114 interface using RDMA network adapters 110 and 130 which are a type of NIC. DRAM 108 maintains data only for as long as power is applied. Fabric 112 is a network topology in which nodes pass data to each other through interconnecting switches and network connections such as electrical cables, optical fibers, or wireless links.
  • Non-volatile memory 308 is random access memory that retains its information when power is turned off. Non-volatile memory 308 may be battery-backed DRAM or one of many emerging technologies. Battery-backed DRAM is similar to DRAM 108 but supported by a battery such that the DRAM does not lose power and retains the data. An example of an emerging non-volatile memory technology is resistive random-access memory (RRAM or ReRAM) that works by changing the resistance across a dielectric solid-material. Another example of an emerging non-volatile memory technology is magneto resistive random-access memory (MRAM) which uses magnetic elements. In addition, there are future technologies such as Nano-RAM which is based on carbon nanotube technology. Non-volatile memory 308 may reside in NVMe™ disks 116.
  • When the host client 102 wants to write data to a particular NVMe™ disk 116 in the storage appliance 114, CPU 106 of the host client encapsulates the write command and sends the write command to CPU 126 of the storage appliance 114 using the RDMA interface 110. Application 104 sends the data to DRAM 108 of the host client so that the data is ready for transmission to the storage appliance 114 once the storage appliance 114 is ready to receive it.
  • Once the storage appliance 114 receives the write command using the RDMA interface 130, the CPU 126 of the storage appliance 114 parses the encapsulated write command, de-capsulates it, and extracts the data information. CPU 126 of the storage appliance 114 then initiates a transaction of the data using the RDMA interface 130 from DRAM 108 of the host client 102 to the non-volatile memory 308 of the storage appliance 114. Following the RDMA 130 transaction, the data will reside in the non-volatile memory 308 of the storage appliance 114.
  • Once the data resides in the non-volatile memory 308 of the storage appliance 114, non-volatile memory 308 sends CPU 126 of the storage appliance 114 a status that indicates that the data has been stored in non-volatile memory 308. The CPU 126 of the storage appliance 114 then encapsulates the status and sends it to the CPU 106 of the host client 102 using the RDMA interface 130. The status serves as an acknowledgement that the data has been stored in the specified NVMe™ disk 116.
  • Since the storage appliance 114 has sent the acknowledgement to the host client 102, in a background process, CPU 126 of the storage appliance 114 initiates the transfer of the data from the non-volatile memory 308 of the storage appliance 114 to the NVMe™ disk 116 specified by the write command.
  • A process 200 of a write command using NVMe™ system 100 is illustrated in FIG. 2. The process 200 begins by sending an encapsulated write command in step 402. For example, in NVMe™ system 100, when the host client 102 wants to write data to a particular NVMe™ disk 116 in the storage appliance 114, CPU 106 of the host client encapsulates the write command and sends the write command to CPU 126 of the storage appliance 114 using the RDMA interface 110. Application 104 sends the data to DRAM 108 of the host client so that the data is ready for transmission to the storage appliance 114 once the storage appliance 114 is ready to receive it.
  • Process 200 continues by transferring data from the host client 102 to the storage appliance 114 in step 404. For example, in NVMe™ system 100, once the storage appliance 114 receives the write command using the RDMA interface 130, the CPU 126 of the storage appliance 114 parses the encapsulated write command, de-capsulates it, and extracts the data information. CPU 126 of the storage appliance then initiates a transaction of the data using the RDMA interface 130 from DRAM 108 of the host client 102 to the non-volatile memory 308 of the storage appliance 114. Following the RDMA 130 transaction, the data will reside in the non-volatile memory 308 of the storage appliance 114.
  • Process 200 continues by sending an acknowledgement to the host client 102 from the CPU 126 of storage appliance 114 in step 406. For example, in NVMe™ system 100, once the data resides in the non-volatile memory 308 of the storage appliance 114, non-volatile memory 308 sends CPU 126 of the storage appliance 114 a status that indicates that the data has been stored in non-volatile memory 308. The CPU 126 of the storage appliance 114 then encapsulates the status and sends it to the CPU 106 of the host client 102 using the RDMA interface 130. The status serves as an acknowledgement that the data has been stored in the specified NVMe™ disk 116.
  • Process 200 finishes by transferring the data from non-volatile memory 308 to one of the NVMe™ disks 116 in step 408. For example, in NVMe™ system 100, since the storage appliance 114 has sent the acknowledgement to the host client 102, in a background process, CPU 126 of the storage appliance 114 initiates the transfer of the data from the non-volatile memory 308 of the storage appliance 114 to the NVMe™ disk 116 specified by the write command.
  • In prior art systems, the storage appliance 114 relies on DRAM to store the data transferred from the host client 102 before transferring the data to the NVMe™ disk 116. Since DRAM maintains data only for as long as power is applied, prior art systems must wait until the data has been transferred to the NVMe™ disk 116 before sending the acknowledgement to the host client 102 that the data has been stored. Since RDMA interfaces 110 and 130 have high bandwidth and low latency, the main time consumption in prior art systems is in the disk access.
  • Process 200 allows for the latency to be just the transfer latency between the host client 102 and the storage appliance 114. The transfer of data from the non-volatile memory 308 to the NVMe™ disk 116 does not affect the latency of process 200. However, even in a storage appliance 114 implementation of battery-backed DRAM, the non-volatile memory 308 is relatively small compared to the NVMe™ disk 116. As such, it may be required to use another storage appliance 114 to store the incoming data while the storage appliance 114 that was intended to receive the data transfers the data from the non-volatile memory 308 to the NVMe™ disk 116.
  • FIG. 3 shows a schematic representation of an NVMe™ system 300 comprising a host client 102, a target storage appliance 514, and a second storage appliances 520 communicating over Fabric 112. The host client 102 is a computing system that comprises an application 104, a CPU 106, and DRAM 108. The target storage appliance 514 and second storage appliance 520 are computing systems that comprises a CPU 126, non-volatile memory 308, DRAM 518, and multiple NVMe™ disks 116. The host client 102, target storage appliance 514, and second storage appliance 520 interface using RDMA 110 and 130 which is a type of network interface controller. DRAM 518 is similar to DRAM 108.
  • When the host client 102 wants to write data to a particular NVMe™ disk 116 in the target storage appliance 514, CPU 106 of the host client encapsulates the write command and sends the write command to CPU 126 of the target storage appliance 514 using the RDMA interface 110. Application 104 sends the data to DRAM 108 of the host client so that the data is ready for transmission.
  • Once the target storage appliance 514 receives the write command using the RDMA interface 130, the CPU 126 of the target storage appliance 514 parses the encapsulated write command, de-capsulates it, and extracts the data information. If the non-volatile memory 308 of the target storage appliance 514 does not have free space for the data that the host client 102 wants to transfer, the CPU 126 of the target storage appliance re-directs the write command to a CPU 126 of a second storage appliance 520 using the RDMA interface 110.
  • When the CPU 126 of the second storage appliance 520 receives the write command re-directed from the CPU 126 of the target storage appliance 514, it determines if it has resources to handle the command. If the second storage appliance 520 does not have the resources to receive the data from the host client 102, the second storage appliance 520 would inform CPU 126 of the target storage appliance 514 so that CPU 126 of the target storage appliance 514 can direct the command to another communicatively coupled storage appliance (not shown) which can receive the data.
  • If the second storage appliance 520 has the resources to receive the data, CPU 126 of the second storage appliance 520 then initiates a transaction of the data using the RDMA interface 130 from DRAM 108 of the host client 102 to the non-volatile memory 308 of the second storage appliance 520. Following the RDMA 130 transaction, the data will reside in the non-volatile memory 308 of the second storage appliance 520.
  • Once the data resides in the non-volatile memory 308 of the second storage appliance 520, non-volatile memory 308 sends CPU 126 of the target storage appliance 514 a status that indicates that the data has been stored in non-volatile memory 308 of second storage appliance 520. The CPU 126 of the target storage appliance 514 then encapsulates a status that indicates that the data has been stored in non-volatile memory 308 of the second storage appliance 520 and sends it to the CPU 106 of the host client 102 using the RDMA interface 130. The status serves as an acknowledgement that the data has been stored in non-volatile memory 308 of second storage appliance 520.
  • In a background process, CPU 126 of the second storage appliance 520 initiates the transfer of the data from the non-volatile memory 308 of the second storage appliance 520 to the DRAM 518 of the target storage appliance 514. Once the data is stored in the DRAM 518 of the target storage appliance 514, CPU 126 of the target storage appliance 514 initiates the transfer of the data from the DRAM 518 of the target storage appliance 514 to the NVMe™ disk 116 of the target storage appliance specified by the write command.
  • A process 400 of a write command using NVMe™ system 300 is illustrated in FIG. 4. The process 400 begins by sending an encapsulated write command from the host client 102 to the target storage appliance 514 in step 602. For example, in NVMe™ system 300, when the host client 102 wants to write data to a particular NVMe™ disk 116 in the target storage appliance 514, CPU 106 of the host client encapsulates the write command and sends the write command to CPU 126 of the target storage appliance 514 using the RDMA interface 110. Application 104 sends the data to DRAM 108 of the host client so that the data is ready for transmission.
  • Process 400 continues by broadcasting a query with the encapsulated write command from the target storage appliance 514 to the second storage appliance 520 in step 604. For example, in NVMe™ system 300, once the target storage appliance 514 receives the write command using the RDMA interface 130, the CPU 126 of the target storage appliance 514 parses the encapsulated write command, de-capsulates it, and extracts the data information. If the non-volatile memory 308 of the target storage appliance 514 does not have free space for the data that the host client 102 wants to transfer, the CPU 126 of the target storage appliance re-directs the write command to a CPU 126 of a second storage appliance 520 using the RDMA interface 130.
  • Process 400 continues by determining the resource availability of the second storage appliance 520 in step 606. For example, in NVMe™ system 300, when the CPU 126 of the second storage appliance 520 receives the write command re-directed from the CPU 126 of the target storage appliance 520, it determines if it has resources to handle the command. If the second storage appliance 520 does not have the resources to receive the data from the host client 102, the second storage appliance 520 would inform CPU 126 of the target storage appliance 514 so that CPU 126 of the target storage appliance 514 can direct the command to another communicatively coupled storage appliance (not shown) which can receive the data.
  • Process 400 continues by transferring data from the DRAM 108 of the host client 102 to the non-volatile memory 308 of the second storage appliance 520 in step 608. For example, in NVMe™ system 300, if the second storage appliance 520 has the resources to receive the data, CPU 126 of the second storage appliance 520 then initiates a transaction of the data using the RDMA interface 130 from DRAM 108 of the host client 102 to the non-volatile memory 308 of the second storage appliance 520. Following the RDMA 130 transaction, the data will reside in the non-volatile memory 308 of the second storage appliance 520.
  • Process 400 continues by sending an acknowledgement to the host client 102 from the CPU 126 of target storage appliance 514 in step 610. For example, in NVMe™ system 300, once the data resides in the non-volatile memory 308 of the second storage appliance 520, non-volatile memory 308 sends CPU 126 of the target storage appliance 114 a status that indicates that the data has been stored in non-volatile memory 308 of second storage appliance 520. The CPU 126 of the target storage appliance 514 then encapsulates a status that indicates that the data has been stored in non-volatile memory 308 of the second storage appliance 520 and sends it to the CPU 106 of the host client 102 using the RDMA interface 130. The status serves as an acknowledgement that the data has been stored in non-volatile memory 308 of second storage appliance 520.
  • Process 400 continues by transferring the data from the non-volatile memory 308 of the second storage appliance to the DRAM 518 of the target storage appliance 514 in step 612. For example, in NVMe™ system 300, in a background process, CPU 126 of the second storage appliance 520 initiates the transfer of the data from the non-volatile memory 308 of the second storage appliance 520 to the DRAM 518 of the target storage appliance 514.
  • Process 400 finishes by transferring the data from the DRAM 518 to one of the target storage appliance 514 to one of the NVMe™ disks 116 of the target storage appliance 514 in step 614. For example, in NVMe™ system 300, Once the data is stored in the DRAM 518 of the target storage appliance 514, CPU 126 of the target storage appliance 514 initiates the transfer of the data from the DRAM 518 of the target storage appliance 514 to the NVMe™ disk 116 of the target storage appliance specified by the write command.
  • FIG. 5 shows a schematic representation of an NVMe™ system 500 comprising two host clients 102, a target storage appliance 514, and a second storage appliances 520 communicating over Fabric 112. The host clients 102 are computing systems that comprise an application 104, a CPU 106, and DRAM 108. The target storage appliance 514 and second storage appliances 520 are computing systems that comprises a CPU 126, DRAM 518, and multiple NVMe™ disks. The host clients 102, target storage appliance 514, and second storage appliance 520 interface using RDMA 110 and 130 which is a type of network interface controller. NVMe™ system 500 comprises a non-volatile memory tier 708 and NVMe™ tier 716. Non-volatile memory tier 708 is a collection of multiple non-volatile memory devices 308. NVMe™ tier 716 is a collection of multiple NVMe™ disks 116. NVMe™ system 500 may comprise more than two host clients 102 and more than one second storage appliance 520.
  • NVMe™ system 500 allows for the allocation of NVRAM in a large scale storage deployment, enabling the non-volatile memory tier 708. When a host client 102 wants to write data to a particular NVMe™ disk 116 in a target storage appliance 514, CPU 106 of the host client encapsulates the write command and sends the write command to CPU 126 of the target storage appliance 514 using the RDMA interface 110. The target storage appliance 514 will utilize the non-volatile memory tier 708 to transfer the data from the DRAM 108 of the host client 102 and, further, transfer the data from the non-volatile memory tier 708 to the particular NVMe™ disk of the NVMe™ tier 716.
  • For example, if the target storage appliance 514 has enough local resources, the target storage appliance 514 will store the data in the local portion of the non-volatile memory tier 708. The target storage appliance 514 will then send an acknowledgment status to the host client 102. If the target storage appliance 514 does not have enough local resources, the target storage appliance 514 will broadcast a query to all of the second storage appliances 520 in the network, asking if there is a second storage appliance 520 that can receive the data. One of the second storage appliances 520 with available resources sends a signal to the target storage appliance 514 indicating that it can receive the data. The process continues as described by process 400.
  • In order to allocate the valuable and limited resources of the non-volatile memory tier 708, fair and user defined mechanisms should be defined. FIG. 6 shows a schematic representation of an NVRAM device 802. NVRAM 802 is an example of a user defined mechanism for allocating the valuable and limited resources of the non-volatile memory tier 708. NVRAM 802 is a non-volatile semiconductor memory device comprising storage space divided a-priori by an administrator into reserved area 804, local area 812, and remote area 814. NVRAM 802 is an example of a non-volatile memory device 308.
  • Reserved area 804 defines the guaranteed storage area available for each host client 102. The reserved area 804 is further divided into multiple areas, each area dedicated to a host client 102. Host 1 806 is storage area dedicated to the first host client 102. Host 2 808 is storage area dedicated to the second host client 102. Host N 810 is storage area dedicated to the Nth host client 102.
  • Local area 812 is storage area allocated for data sent to NVRAM 802 for storage in a local NVMe™ disk 116. Local area 812 functions as extra space when the reserved area 804 that corresponds to a particular host client 102 is full. For example, if host 1 storage area 806 corresponding to host client 102 is full and NVRAM 802 receives data from host client 102, the new data may be stored in the local area 812.
  • Remote area 814 is storage area allocated for data sent to NVRAM 802 for storage in a remote NVMe™ disk 116. Remote area 814 functions as extra space when the reserved area 804 of a target storage appliance 514 is full and a second storage appliance 520 is needed to receive the data. For example, if the NVRAM 802 of a target storage appliance 514 is full, the NVRAM 802 of a second storage appliance 520 can receive the data and store it in the remote storage area 814.
  • A process 700 of allocating space for a write command in an NVRAM device 802 is illustrated in FIG. 7. The process 700 begins by sending an encapsulated write command from the host client 102 to the target storage appliance 514 in step 902. For example, CPU 106 of the host client encapsulates the write command and sends the write command to CPU 106 of the target storage appliance 514 using the RDMA interface 110.
  • The process 700 continues by determining the command preference of the encapsulated write command in step 904. The encapsulated write command from the host client 102 may have a command preference that specifies if the write command is intended for storage at the target storage appliance 514 or a second storage appliance 520. If the command preference is to send the data to a second storage appliance 520, the process 700 continues to step 906. If the command preference is to send the data to the target storage appliance 514, the process 700 continues to step 908.
  • At step 906, the target storage appliance 514 broadcasts a query with the write command to a second storage appliance 520. For example, the CPU 106 of the target storage appliance 514 sends the write command to a CPU 106 of a second storage appliance 520 using the RDMA interface 110. The CPU 106 of the target storage appliance 514 may initiate the RDMA interface 110 to broadcast a query to the second storage appliance 520 using the RDMA interface 110. After step 906, process 700 continues as described by process 400, described above.
  • At step 908, process 700 continues by determining if there is available reserved area 804 dedicated to the host client 102. If there is available reserved area 804 dedicated to the host client 102, process 700 continues to step 910. If there is no available reserved area 804 dedicated to the host client 102, process 700 continues to step 912.
  • At step 910, process 700 continues by allocating space from the reserved area 804 for data storage. For example, if host 1 storage area 806 corresponding to host client 102 is available, host 1 storage area 806 may be used to store the incoming data from host client 102. After step 910, process 700 continues as described by process 200, described above.
  • At step 912, process 700 continues by determining if there is available local area 812. If there is no available local area 812, process 700 continues to step 906. If there is available local area 812, process 700 continues to step 914.
  • At step 914, process 700 continues by determining if the host client 102 has reached a threshold limit of allocation in the local area 812. If the host client 102 has reached a threshold limit of allocation in the local area 812, process 700 continues to step 906. If the host client 102 has not reached a threshold limit of allocation in the local area 812, process 700 continues to step 916.
  • At step 916, process 700 determines if the priority of the write command is higher than a threshold priority. If the priority of the write command is not higher than the threshold priority, process 700 continues to step 906. If the priority of the write command is higher than the threshold priority, process 700 continues to step 918.
  • Process 700 finishes by allocating space from the local area 812 for data storage in step 918. For example, if host 1 storage area 806 corresponding to host client 102 is full and NVRAM 802 receives data from host client 102, the new data may be stored in the local area 812.
  • A similar process occurs when a command is received from a second host client 102. In this situation, the target storage appliance 514 checks remote area 814 for available space. If there is space available in remote area 814, the target storage appliance 514 allocates space from the remote area 814 for the incoming command.
  • Other objects, advantages and embodiments of the various aspects of the present invention will be apparent to those who are skilled in the field of the invention and are within the scope of the description and the accompanying Figures. For example, but without limitation, structural or functional elements might be rearranged consistent with the present invention. Similarly, principles according to the present invention could be applied to other examples, which, even if not specifically described here in detail, would nevertheless be within the scope of the present invention.

Claims (1)

We claim:
1. A network storage appliance comprising:
a plurality of solid state disks;
a network interface adapter communicatively coupled to the plurality of solid state disks and a host client, wherein the network interface adapter is configured to:
retrieve data from the host client, and
transfer the data from the host client to the plurality of solid state disks;
a non-volatile semiconductor memory device communicatively coupled to the plurality of solid state disks and the network interface adapter, wherein the non-volatile semiconductor memory device is configured to:
receive data from the host client via the network interface adapter,
store the data temporarily, and
transfer the data to one of the plurality of solid state disks; and
a CPU communicatively coupled to the non-volatile semiconductor memory device and the network interface adapter, wherein the CPU is configured to:
receive a write request from the host client via the network interface adapter,
determine whether or not the non-volatile semiconductor memory device is available to store the data,
in response to determining that the non-volatile semiconductor device is available to store the data, initiate the network interface adapter to perform the transfer of the data from the host client to the non-volatile semiconductor memory device via the network interface adapter, and
in response to determining that the non-volatile semiconductor memory device is not available to store the data, initiate the network interface adapter to broadcast a query to one or more external storages via the network interface adapter.
US16/997,610 2017-08-03 2020-08-19 Nvm express over fabrics Abandoned US20200382595A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US16/997,610 US20200382595A1 (en) 2017-08-03 2020-08-19 Nvm express over fabrics

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US15/668,314 US10785301B2 (en) 2017-08-03 2017-08-03 NVM express over fabrics
US16/997,610 US20200382595A1 (en) 2017-08-03 2020-08-19 Nvm express over fabrics

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US15/668,314 Continuation US10785301B2 (en) 2017-08-03 2017-08-03 NVM express over fabrics

Publications (1)

Publication Number Publication Date
US20200382595A1 true US20200382595A1 (en) 2020-12-03

Family

ID=63878713

Family Applications (2)

Application Number Title Priority Date Filing Date
US15/668,314 Active 2038-05-12 US10785301B2 (en) 2017-08-03 2017-08-03 NVM express over fabrics
US16/997,610 Abandoned US20200382595A1 (en) 2017-08-03 2020-08-19 Nvm express over fabrics

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US15/668,314 Active 2038-05-12 US10785301B2 (en) 2017-08-03 2017-08-03 NVM express over fabrics

Country Status (5)

Country Link
US (2) US10785301B2 (en)
EP (1) EP3662642B1 (en)
JP (2) JP7282738B2 (en)
CN (3) CN109388336A (en)
WO (1) WO2019025862A1 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10785301B2 (en) * 2017-08-03 2020-09-22 Toshiba Memory Corporation NVM express over fabrics
US11860782B2 (en) 2019-08-13 2024-01-02 Neuroblade Ltd. Compensating for DRAM activation penalties
US20220019370A1 (en) * 2020-07-16 2022-01-20 Micron Technology, Inc. Partial zone memory unit handling in a zoned namespace of a memory device
WO2022082115A1 (en) 2020-10-16 2022-04-21 Neuroblade Ltd. Memory appliances for memory intensive operations

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040117562A1 (en) * 2002-12-13 2004-06-17 Wu Cha Y. System and method for sharing memory among multiple storage device controllers
US20040236912A1 (en) * 2003-05-20 2004-11-25 Newisys, Inc. A Delaware Corporation Methods and apparatus for providing cache state information
US8549222B1 (en) * 2008-02-12 2013-10-01 Netapp, Inc. Cache-based storage system architecture

Family Cites Families (44)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE19534527C2 (en) * 1995-09-08 1999-04-29 Francotyp Postalia Gmbh Process for increasing the security against manipulation of critical data
JP4076316B2 (en) * 2000-09-08 2008-04-16 株式会社日立製作所 Data writing system using non-volatile cache memory
US6738870B2 (en) * 2000-12-22 2004-05-18 International Business Machines Corporation High speed remote storage controller
US7254668B1 (en) * 2002-10-28 2007-08-07 Sandisk Corporation Method and apparatus for grouping pages within a block
US7197662B2 (en) * 2002-10-31 2007-03-27 Ring Technology Enterprises, Llc Methods and systems for a storage system
TW591372B (en) * 2003-05-15 2004-06-11 High Tech Comp Corp Power control method of portable electronic device, portable electronic device and electronic system
US7389393B1 (en) 2004-10-21 2008-06-17 Symantec Operating Corporation System and method for write forwarding in a storage environment employing distributed virtualization
JP4736593B2 (en) * 2005-07-25 2011-07-27 ソニー株式会社 Data storage device, data recording method, recording and / or reproducing system, and electronic device
US20080126357A1 (en) * 2006-05-04 2008-05-29 Wambo, Inc. Distributed file storage and transmission system
CN101118460A (en) * 2006-05-10 2008-02-06 马维尔国际贸易有限公司 Adaptive storage system including hard disk drive with flash interface
JP4245021B2 (en) * 2006-09-06 2009-03-25 日本電気株式会社 Storage device, storage system, and storage device control method
KR101490327B1 (en) * 2006-12-06 2015-02-05 퓨전-아이오, 인크. Apparatus, system and method for managing commands of solid-state storage using bank interleave
US8706968B2 (en) * 2007-12-06 2014-04-22 Fusion-Io, Inc. Apparatus, system, and method for redundant write caching
US7554855B2 (en) * 2006-12-20 2009-06-30 Mosaid Technologies Incorporated Hybrid solid-state memory system having volatile and non-volatile memory
US8533847B2 (en) * 2007-05-24 2013-09-10 Sandisk Il Ltd. Apparatus and method for screening new data without impacting download speed
JP5229869B2 (en) * 2008-01-09 2013-07-03 独立行政法人産業技術総合研究所 Nonvolatile optical memory device and method of operating the same
US7813212B2 (en) * 2008-01-17 2010-10-12 Mosaid Technologies Incorporated Nonvolatile memory having non-power of two memory capacity
US8775718B2 (en) * 2008-05-23 2014-07-08 Netapp, Inc. Use of RDMA to access non-volatile solid-state memory in a network storage system
WO2012129191A2 (en) * 2011-03-18 2012-09-27 Fusion-Io, Inc. Logical interfaces for contextual storage
KR20130078455A (en) * 2011-12-30 2013-07-10 삼성전자주식회사 Semiconductor memory device storing memory characteristic information, memory module and memory system having the same and operating method thereof
US9417998B2 (en) * 2012-01-26 2016-08-16 Memory Technologies Llc Apparatus and method to provide cache move with non-volatile mass memory system
US8554963B1 (en) 2012-03-23 2013-10-08 DSSD, Inc. Storage system with multicast DMA and unified address space
US9237195B2 (en) * 2012-04-27 2016-01-12 Netapp, Inc. Virtual storage appliance gateway
US9122401B2 (en) 2012-08-23 2015-09-01 Apple Inc. Efficient enforcement of command execution order in solid state drives
US9164929B2 (en) 2013-01-03 2015-10-20 International Business Machines Corporation False power failure alert impact mitigation
US9311110B2 (en) * 2013-07-08 2016-04-12 Intel Corporation Techniques to initialize from a remotely accessible storage device
US9235521B2 (en) * 2013-07-22 2016-01-12 Avago Technologies General Ip (Singapore) Pte Ltd Cache system for managing various cache line conditions
US9251064B2 (en) 2014-01-08 2016-02-02 Netapp, Inc. NVRAM caching and logging in a storage system
US10635316B2 (en) * 2014-03-08 2020-04-28 Diamanti, Inc. Methods and systems for data storage using solid state drives
US9866635B2 (en) * 2014-03-26 2018-01-09 Rockwell Automation Technologies, Inc. Unified data ingestion adapter for migration of industrial data to a cloud platform
KR20150119547A (en) * 2014-04-15 2015-10-26 에스케이하이닉스 주식회사 Semiconductor device, semiconductor memory device and including the same and memory system
US9591077B2 (en) * 2014-07-01 2017-03-07 Gogo Llc Content integrity checks
US9933950B2 (en) * 2015-01-16 2018-04-03 Sandisk Technologies Llc Storage operation interrupt
US10061743B2 (en) 2015-01-27 2018-08-28 International Business Machines Corporation Host based non-volatile memory clustering using network mapped storage
US9525737B2 (en) * 2015-04-14 2016-12-20 E8 Storage Systems Ltd. Lockless distributed redundant storage and NVRAM cache in a highly-distributed shared topology with direct memory access capable interconnect
US10009438B2 (en) * 2015-05-20 2018-06-26 Sandisk Technologies Llc Transaction log acceleration
KR102430187B1 (en) * 2015-07-08 2022-08-05 삼성전자주식회사 METHOD FOR IMPLEMENTING RDMA NVMe DEVICE
US10476958B2 (en) * 2015-12-16 2019-11-12 Toshiba Memory Corporation Hyper-converged flash array system
US10725677B2 (en) * 2016-02-19 2020-07-28 Sandisk Technologies Llc Systems and methods for efficient power state transitions
US10679722B2 (en) * 2016-08-26 2020-06-09 Sandisk Technologies Llc Storage system with several integrated components and method for use therewith
US20180059976A1 (en) * 2016-08-26 2018-03-01 Sandisk Technologies Llc Storage System with Integrated Components and Method for Use Therewith
US20180059945A1 (en) * 2016-08-26 2018-03-01 Sandisk Technologies Llc Media Controller with Response Buffer for Improved Data Bus Transmissions and Method for Use Therewith
US10732893B2 (en) * 2017-05-25 2020-08-04 Western Digital Technologies, Inc. Non-volatile memory over fabric controller with memory bypass
US10785301B2 (en) * 2017-08-03 2020-09-22 Toshiba Memory Corporation NVM express over fabrics

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040117562A1 (en) * 2002-12-13 2004-06-17 Wu Cha Y. System and method for sharing memory among multiple storage device controllers
US20040236912A1 (en) * 2003-05-20 2004-11-25 Newisys, Inc. A Delaware Corporation Methods and apparatus for providing cache state information
US8549222B1 (en) * 2008-02-12 2013-10-01 Netapp, Inc. Cache-based storage system architecture

Also Published As

Publication number Publication date
JP2020529678A (en) 2020-10-08
EP3662642B1 (en) 2023-06-07
CN111149341B (en) 2022-07-29
JP2023062055A (en) 2023-05-02
US10785301B2 (en) 2020-09-22
US20190045009A1 (en) 2019-02-07
CN111149341A (en) 2020-05-12
WO2019025862A1 (en) 2019-02-07
CN115174604A (en) 2022-10-11
EP3662642A1 (en) 2020-06-10
JP7282738B2 (en) 2023-05-29
CN109388336A (en) 2019-02-26
CN115174604B (en) 2024-01-02

Similar Documents

Publication Publication Date Title
US20200382595A1 (en) Nvm express over fabrics
JP6306215B2 (en) Lock management method, lock server and client in cluster
AU2002322624B2 (en) Block data storage within a computer network
US10484472B2 (en) Methods and systems for efficiently moving data between nodes in a cluster
KR20140112717A (en) Data Storage System based on a key-value and Operating Method thereof
US10951741B2 (en) Computer device and method for reading or writing data by computer device
KR20190054448A (en) Storage device sharing attribute information with host device to use host memory buffer and electronic device including the same
KR20200008483A (en) METHOD OF ACCESSING A DUAL LINE SSD DEVICE THROUGH PCIe EP AND NETWORK INTERFACE SIMULTANEOUSLY
US20170192964A1 (en) Distributed file system and operating method of the same
CN103257941A (en) Multi-protocol storage controller and system
JP2020529678A5 (en)
CN102843435A (en) Access and response method and access and response system of storing medium in cluster system
CN110471627B (en) Method, system and device for sharing storage
CN110309087B (en) Data transmission method and host system using the same
JP6561162B2 (en) Lock management method, lock server and client in cluster
US10289550B1 (en) Method and system for dynamic write-back cache sizing in solid state memory storage
US20220253238A1 (en) Method and apparatus for accessing solid state disk
US11349924B1 (en) Mechanism for peer-to-peer communication between storage management systems
EP4113311B1 (en) Storage device, operating method of storage device, and electronic device
US10459842B1 (en) Data storage system with configurable prefetch buffers
CN117407159A (en) Memory space management method and device, equipment and storage medium
CN111638854A (en) Performance optimization method and device for NAS construction and SAN stack block equipment

Legal Events

Date Code Title Description
STPP Information on status: patent application and granting procedure in general

Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION

STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER

STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER

STPP Information on status: patent application and granting procedure in general

Free format text: FINAL REJECTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: ADVISORY ACTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION

STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION