Skip to content

Commit

Permalink
Make filesystem size specified smaller
Browse files Browse the repository at this point in the history
Instead of 8 TiB use 1/2 TiB. A size of 8 TiB is causing a test failure.

See: stratis-storage/project#664

Signed-off-by: mulhern <amulhern@redhat.com>
  • Loading branch information
mulkieran committed Sep 26, 2023
1 parent af18b55 commit 26f78a6
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 26f78a6

Please sign in to comment.