You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,15 +90,22 @@ test tools
90
90
91
91
test methodology
92
92
----------------
93
-
Tested with "test-blockdevice.py" and 'FSX' by Apple (using the rust version from https://github.com/asomers/fsx-rs the original version is at https://github.com/apple/fstools/ ).
94
-
For this:
93
+
Tested with "test-blockdevice.py", 'FSX' by Apple (using the rust version from https://github.com/asomers/fsx-rs the original version is at https://github.com/apple/fstools/ ) and the 'test-tool' from libiscsi.
94
+
95
+
For FSX:
95
96
* a disk-image is created on a ramdisk
96
97
* that disk-image is given as a backend to iesp
97
98
* in a virtual machine, a multipath setup (2 paths) is created
98
-
* in the virtual machine, the resulting iSCSI target is mounted under a mountpoint (ext4 filesyste with journal and discard-mountoption)
99
+
* in the virtual machine, the resulting iSCSI target is mounted under a mountpoint (ext4 filesystem with journal and discard-mountoption)
99
100
* 2 instances of FSX(-rs) are started and monitored for error messages
100
101
* 1 instance of test-blockdevice.py with 3 threads is started with trim/discard/unmap and deduplication-support set to 81% and trim to 9%
101
102
103
+
For test-blockdevice.py:
104
+
* a disk-image is created on a ramdisk
105
+
* that disk-image is given as a backend to iesp
106
+
* test-blockdevice.py is ran as: ./test-blockdevice.py -d <devicename> -b 4096 -u 75 -n 6 -T 10
0 commit comments