NearNodeFlash / NearNodeFlash.github.io

View this document https://nearnodeflash.github.io/
Apache License 2.0
3 stars 3 forks source link

Requests for small file systems fail and errors are not reported #45

Open jameshcorbett opened 1 year ago

jameshcorbett commented 1 year ago

[following up on a slack conversation]

Creating a 10KiB XFS file system failed with

could not create storage pool: Error 500: Internal Server Error, Retry-Delay: 0s, Resource: 
#StorageService.v1_5_0.StorageService, Cause: Failed to allocate storage volumes, Internal Error: Create Volume Failure: 
Device 0x3d00@/dev/switchtec1: Failed NVMe Command: OpCode: Identify (0x06): Error: Switchtec Command: NVMe 
Admin Passthru (0x4e564d652041646d696e205061737374687275) Error: Failed Command: Response Code 0x82827 
(534567)  

But no error was reported in the workflow. Creating a 50GiB FS worked fine, so I’m guessing the FS was too small. It would be good to have this error (like all errors) bubble up to the workflow.