gchin

Results 9 comments of gchin

@mulkieran, device mapper seems to not care about the low water mark being too large. [gchin@to-be-determined stratis-storage]$ lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 119.2G 0...

[gchin@to-be-determined devicemapper-rs]$ sudo dmsetup table thin1 0 8388608 thin-pool 8:17 8:18 2048 9999999999999999999 0

@mulkieran: Here is the relevant snippet of the `make test` output: ``` failures: ---- lineardev::tests::test_flakey_incorrect_feature_args_input stdout ---- thread 'lineardev::tests::test_flakey_incorrect_feature_args_input' panicked at 'index 9 out of range for slice of length...

@mulkieran Should the fixes for the other targets be done in separate PRs or the same PR as Flakey?

I pushed a commit containing all of the changes you explicitly requested. Regarding the test you provided: This test causes a panic at the assertion that the input results in...

@mulkieran. That test looks reasonable to me and it passes when run against the source code changes of my most recently pushed commit. Adding your test to the PR now.