Rosetta calculates a file's logical storage size based on the actual size in bytes and the block size. So if the blockSize is 8 and the file is, for the example, 795, the file's storage size will be :...Rosetta calculates a file's logical storage size based on the actual size in bytes and the block size. So if the blockSize is 8 and the file is, for the example, 795, the file's storage size will be : 800, since it will use 100 blocks of 8 each. If too low, then vice versa and Rosetta will think it has (logical) space when it actually does not, so actual storage will exceed the allocated storage (again, we're probably talking about a few MB at most).
The ingest fails and the following error appears in the ingest log: "Appropriate storage wasn't found. Suggestion:Increase the 'Total Space' for this storage" Add Storage