gfs2-utils/tests/atlocal
Andrew Price 6425218214 * Tue Mar 28 2023 Andrew Price <anprice@redhat.com> - 3.2.0-13
- Re-add tests that were dropped in the c8s migration
  Resolves: rhbz#2180782
2023-03-28 17:53:13 +01:00

9 lines
125 B
Plaintext

GFS_TGT="../../testvol"
GFS_TGT_SZ=10
GFS_MKFS="mkfs.gfs2 -O -D"
gfs_max_blocks()
{
printf $((GFS_TGT_SZ*1073741824/$1))
}