Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 910 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 910 Bytes

Description

IPDK Storage solution targets the audience which has existing custom storage protocols or implementations of standards such as NVMe-over-Fabrics and wants to accelerate them by means of a common storage solution across vendors and platforms.

Main components

The storage solution is represented by the following containers:

  • ipu-storage-container which plays the role of an IPU and exposes the block devices to a host platform.
  • storage-target which is deployed on a remote storage node exposing ideal targets(ramdrives).
  • host-target which is responsible for running of fio traffic through ipu-storage-container to an ideal target within storage-target.

Recipes

IPDK storage scenarios are described by recipes located in a dedicated recipes directory.

Tests

The storage solution is covered by unit tests and integration tests.