Fusion-io Flashcards

0
Q

FIO: What is a filter?

A

A filter is a C++ object that handles data on the IOstack.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
1
Q

FIO: How many Volume Filter Stacks are there per volume?

A

One

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

FIO: What is a Paged Pool Volume?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

FIO: What is the journal filter?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

FIO: What does a layer do?

A

A layer maps virtual storage locations to physical.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Why can’t I just turn on asynchronous mode for FUSE?

A

Because FUSE wasn’t added into the kernel until 3.10, and we are running 3.6.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What script starts up TierStore?

A

/ngs/bin/NexGenStorage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

FIO: what is the code name for 3.1?

A

Skor

How well did you know this?
1
Not at all
2
3
4
5
Perfectly