Skip to content

Commit

Permalink
Merge pull request #214 from mulkieran/small-fs-size
Browse files Browse the repository at this point in the history
Make filesystem size specified smaller
  • Loading branch information
mulkieran authored Sep 26, 2023
2 parents af18b55 + 26f78a6 commit 2f09724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stratisd_cert.py
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ def test_filesystem_create_specified_size(self):
fs_name = fs_n()

self._unittest_command(
StratisDbus.fs_create(pool_path, fs_name, fs_size="8796093022208"),
StratisDbus.fs_create(pool_path, fs_name, fs_size="549755813888"),
dbus.UInt16(0),
)

Expand Down

0 comments on commit 2f09724

Please sign in to comment.