Go to file
Robert Baldyga 077956f9a9 Pass cache_id to cache_mng_add_core_to_cache()
struct ocf_mngt_core_config no longer contains this information,
so we need to pass it as separate argument.

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
2019-05-24 18:14:17 +02:00
casadm More descriptive err msg for NVMe format 2019-05-10 13:31:10 +02:00
modules Pass cache_id to cache_mng_add_core_to_cache() 2019-05-24 18:14:17 +02:00
ocf@7d493ae995 Pass cache_id to cache_mng_add_core_to_cache() 2019-05-24 18:14:17 +02:00
test/smoke_test Basic WLTH-ioclass tests added 2019-05-24 14:33:29 +02:00
utils Initial commit 2019-03-29 08:45:50 +01:00
.gitignore Add .gitignore 2019-04-04 17:55:40 -04:00
.gitmodules Change ocf submodule path to https 2019-05-09 12:42:45 +02:00
configure Enabling CentOS 7.6 2019-05-21 12:48:30 +02:00
LICENSE Add LICENSE file 2019-03-29 09:45:21 +01:00
Makefile Initial commit 2019-03-29 08:45:50 +01:00
README.md Add LICENSE file 2019-03-29 09:45:21 +01:00

Open CAS accelerates Linux applications by caching active (hot) data to a local flash device inside servers. Open CAS implements caching at the server level, utilizing local high-performance flash media as the cache drive media inside the application server as close as possible to the CPU, thus reducing storage latency as much as possible. The Open Cache Acceleration Software installs into the GNU/Linux operating system itself, as a kernel module. The nature of the integration provides a cache solution that is transparent to users and applications, and your existing storage infrastructure. No storage migration effort or application changes are required.

Open CAS is distributed on BSD-3-Clause license (see https://opensource.org/licenses/BSD-3-Clause for full license texts).

Open CAS uses Safe string library (safeclib) that is MIT licensed.