Tony Asleson

Results 24 issues of Tony Asleson

After running `make test-loop` you can find a number of test directories remain in `/tmp` e.g. ```bash $ ls -ldh /tmp/stratis_testing.* drwxr-xr-x. 2 root root 40 Nov 17 16:06 /tmp/stratis_testing.4AYPeJJtD6FY...

When we are walking the `filesystem` directory which contains a single JSON file for each FS, if we encounter a serialization error we will fail to bring up the pool...

Today we currently run all CI test using debug binaries. We have seen that some operations like `write_sectors` can take 40+ seconds vs. ~1 second for release builds. Because of...

**Note: I understand that at the moment we are limiting the number we allow to be created to 1** While looking at the code for investigating potential threading changes I...

sub-issue

It is theoretically possible that the following scenario could occur: 1. Pool is modified, a subset of the disks meta data are updated 2. `stratisd` is started and a subset...

bug
sub-issue

Linux on Z has a requirement to use partitions https://bugzilla.redhat.com/show_bug.cgi?id=1662391. It would be beneficial for stratisd to include a check and reject IBM Z dasd block devices which are not...

sub-issue

If a user clones a disk drive that has a stratis superblock on it and tries to use both on the same system we will have an issue where we...

sub-issue

Exposes the ledmon slots API. CI:Redo 4 * Hopefully fixes all known CI issues

Correct Andy's email address. CI redo 6, should have ppcbe test now

Some raid adapters, like those that use the `storcli` (megaraid) management utility have the ability to control identification LEDs. eg. ```block storcli /cx/ex/sx start locate storcli /cx/ex/sx stop locate ```...