|
@@ -78,6 +78,7 @@ static FsDriverTable FsDrivers[] = {
|
|
"throttling.iops-read-max-length",
|
|
"throttling.iops-read-max-length",
|
|
"throttling.iops-write-max-length",
|
|
"throttling.iops-write-max-length",
|
|
"throttling.iops-size",
|
|
"throttling.iops-size",
|
|
|
|
+ NULL
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -85,6 +86,7 @@ static FsDriverTable FsDrivers[] = {
|
|
.ops = &synth_ops,
|
|
.ops = &synth_ops,
|
|
.opts = (const char * []) {
|
|
.opts = (const char * []) {
|
|
COMMON_FS_DRIVER_OPTIONS,
|
|
COMMON_FS_DRIVER_OPTIONS,
|
|
|
|
+ NULL
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -95,6 +97,7 @@ static FsDriverTable FsDrivers[] = {
|
|
"socket",
|
|
"socket",
|
|
"sock_fd",
|
|
"sock_fd",
|
|
"writeout",
|
|
"writeout",
|
|
|
|
+ NULL
|
|
},
|
|
},
|
|
},
|
|
},
|
|
};
|
|
};
|