Tony Asleson
Tony Asleson
The filesystem is ultimately inserted into a hashmap buried inside the `Table` . When you get a mutable reference to the filesystem from the hash there will always be an...
Reverting 29a30f11d139dd805b0bca0f495b4ca3ce58eb44 the test exhibits the previous behavior of cleaning up the `/tmp/stratis_testing.*` directories.
Yes, slightly different directory name though ``` drwxr-xr-x. 2 root root 40 Nov 14 12:20 stratis_testing2wLiE3 drwxr-xr-x. 2 root root 40 Nov 14 12:20 stratis_testing9YAfqD drwxr-xr-x. 2 root root 40...
An example ```bash # blkid -p /dev/sdg /dev/sdg: UUID="ae105f754c6d4086b6315da3716c7aa8" POOL_UUID="1e8122c33265494091cd576d50c2afed" BLOCKDEV_SECTORS="4194304" BLOCKDEV_INITTIME="1553896265" TYPE="stratis" USAGE="raid" # blkid -p /dev/sdh /dev/sdh: UUID="ae105f754c6d4086b6315da3716c7aa8" POOL_UUID="1e8122c33265494091cd576d50c2afed" BLOCKDEV_SECTORS="4194304" BLOCKDEV_INITTIME="1553896265" TYPE="stratis" USAGE="raid" ``` ``` # /usr/libexec/stratisd --debug...
This issue will also occur if stratis is used in a cloud environment where VMs are provisioned. In these cases all devices will appear to be identical with same device...
> The device is not already in the pool. a. It has metadata newer than the pools. In that case the pool must be wrong. We should remove the pool...
I think we can theorize a scenario where we are writing to all storage devices and still end up in this situation. This is akin to solving the RAID5 write...
I agree, lets leave it unsupported at this time.
@xxedgexx Sorry for the delayed response. The error is indicating that no SCSI enclosure service were found for the device specified, but it's likely that you don't have any. To...
The libStorageMgmt base library has support for SCSI Enclosure Services (SES). This requires hardware for operation which is commonly included with drive bay enclosures and some rack mounted server class...