mirror of
https://github.com/versity/scoutfs.git
synced 2026-07-19 14:32:32 +00:00
Account for difference in stat output format for device nodes
The new format in el10 has non-hex output, separated by a comma. Add the additional filter string so this works as expected. Signed-off-by: Auke Kok <auke.kok@versity.com>
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
t_filter_fs()
|
||||
{
|
||||
sed -e 's@mnt/test\.[0-9]*@mnt/test@g' \
|
||||
-e 's@Device: [a-fA-F0-9]*h/[0-9]*d@Device: 0h/0d@g'
|
||||
-e 's@Device: [a-fA-F0-9]*h/[0-9]*d@Device: 0h/0d@g' \
|
||||
-e 's@Device: [0-9]*,[0-9]*@Device: 0h/0d@g'
|
||||
}
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user