We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7147f23 commit 6550b77Copy full SHA for 6550b77
src/modules/zpool/zpool.c
@@ -204,15 +204,15 @@ FFModuleBaseInfo ffZpoolModuleInfo = {
204
{ "Zpool name", "name" },
205
{ "Zpool guid", "guid" },
206
{ "Zpool state", "state" },
207
- { "Size used", "used" },
208
- { "Size allocated", "allocated" },
209
- { "Size total", "total" },
+ { "Size used", "size-used" },
+ { "Size allocated", "size-allocated" },
+ { "Size total", "size-total" },
210
{ "Size used percentage num", "used-percentage" },
211
{ "Size allocated percentage num", "allocated-percentage" },
212
- { "Fragmentation percentage num", "fragmentation-percentage" },
+ { "Fragmentation percentage num", "frag-percentage" },
213
{ "Size used percentage bar", "used-percentage-bar" },
214
{ "Size allocated percentage bar", "allocated-percentage-bar" },
215
- { "Fragmentation percentage bar", "fragmentation-percentage-bar" },
+ { "Fragmentation percentage bar", "frag-percentage-bar" },
216
{ "Is read-only", "is-readonly" },
217
}))
218
};
0 commit comments