Re: [PATCH 03/13] plugins/hotpages: introduce sortby arg and parsed bool args correctly

2021-07-19 Thread Alex Bennée
Mahmoud Mandour writes: > Since plugin arguments now expect boolean arguments, a plugin argument > name "sortby" now expects a value of "read", "write", or "address". > > "io" arg is now expected to be passed as a full-form boolean parameter, > i.e. "io=on|true|yes|off|false|no" It would be ni

[PATCH 03/13] plugins/hotpages: introduce sortby arg and parsed bool args correctly

2021-07-17 Thread Mahmoud Mandour
Since plugin arguments now expect boolean arguments, a plugin argument name "sortby" now expects a value of "read", "write", or "address". "io" arg is now expected to be passed as a full-form boolean parameter, i.e. "io=on|true|yes|off|false|no" Signed-off-by: Mahmoud Mandour --- contrib/plugin