[Ocfs2-test-devel] [PATCH 3/3] ocfs2-test: tunefs-test.sh Fixed syntax & adapted to new debugfs.ocfs2 output.

Sunil Mushran sunil.mushran at oracle.com
Mon Jun 1 16:42:20 PDT 2009


tristan.ye wrote:
>> -                        ${DEBUGFS_BIN} -n -R "stats" ${DEVICE}|${GREP} -i "Feature Incompat"|${GREP} -q "InlineData"
>> +                        ${DEBUGFS_BIN} -n -R "stats" ${DEVICE}|${GREP} -i "Feature Incompat"|${GREP} -q "inline-data"
>>     
>
> Actually a 'inline' string is enough for the confirmation of inline-data
> feature by debugfs.ocfs2, so why don't we use following cmd to make it
> more compatible
>
> ${DEBUGFS_BIN} -n -R "stats" ${DEVICE}|${GREP} -i "Feature Incompat"|
> ${GREP} -i "inline" | ${GREP} -qi "data"
>   

What is sufficient today may not be tomorrow. We can handle
older releases by way of packages. As in, if you want to test
tools 1.4.1, run ocfs2-test-1.0.2. etc.



More information about the Ocfs2-test-devel mailing list