mirror of
https://github.com/versity/scoutfs.git
synced 2026-01-06 12:06:26 +00:00
scoutfs-tests: use larger fr ident strings
The kernel is now using three bytes from the ids to form the fr ident string for a mount. Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
@@ -31,7 +31,7 @@ t_ident()
|
||||
fsid=$(scoutfs statfs -s fsid "$mnt")
|
||||
rid=$(scoutfs statfs -s rid "$mnt")
|
||||
|
||||
echo "f.${fsid:0:4}.r.${rid:0:4}"
|
||||
echo "f.${fsid:0:6}.r.${rid:0:6}"
|
||||
}
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user