forked from facebookarchive/flashcache
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
40 lines (28 loc) · 1.37 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Restart to update codes to adapt the newest linux kernel. Cheng Wu July 10, 2019
-----------------------
update:
July 11, 2019 --- v4.18 --- adapt to redhat 8.0 (kernel 4.18) and centos 7.4 (kernel 3.10 but using wait.h 3.17, bitops.h 3.16 etc. ). set version to v4.18 to correspond with linux kernel version.
----------------------------------------------------------------------------------------
Fork from https://github.com/facebookarchive/flashcache on July 10, 2019
-------------------
This project is not actively maintained. Proceed at your own risk!_**
-------------------
License : Everything in flashcache components released under GPL v2.
Update : Added the flashcache-wt directory, which contains a
(separate) module for a write through flashcache. For more
details, look at flashcache-wt/README.
Building Flashcache :
-------------------
Update : Vadim Tkachenko (with help from Mohan), ported
Flashcache to later Linux releases. We now have built
Flashcache on 2.6.18, 2.6.20 and 2.6.27-32. We have tested
Flashcache on 2.6.18, 2.6.20, 2.6.27 and 2.6.32.
You'll need the entire kernel source tree in order to build
flashcache.
At the top directory, run
make KERNEL_TREE=<root of the kernel source tree>
This builds both the flashcache.ko and 3 utilities.
flascache-sa-guide.txt has details on how to create and load
flashcache volumes.
Mohan Srinivasan
Paul Saab