Fusion-io Flashcards
FIO: What is a filter?
A filter is a C++ object that handles data on the IOstack.
FIO: How many Volume Filter Stacks are there per volume?
One
FIO: What is a Paged Pool Volume?
A filter that manages layers. It checks with the journal filter to check for a cache hit. On a miss, it then uses layers to determine the location of the data.
FIO: What is the journal filter?
The journal filter checks to see if the data needed is stored in flash. It has a circular queue to store data in, and is responsible for destaging old data as well as storing data from writes.
FIO: What does a layer do?
A layer maps virtual storage locations to physical.
Why can’t I just turn on asynchronous mode for FUSE?
Because FUSE wasn’t added into the kernel until 3.10, and we are running 3.6.
What script starts up TierStore?
/ngs/bin/NexGenStorage
FIO: what is the code name for 3.1?
Skor