On Jun 25, 2025 / 20:45, Shin'ichiro Kawasaki wrote: > Recently, the new test case nvme/064 was introduced to cover namespaces > formatted with metadata [1]. To run the test case, it is required to > specify namespaces with metadata as TEST_DEV. When this TEST_DEV is used > for other test cases, a few other test cases fail. This series addresses > the failures. The first patch allows skipping nvme/034 and nvme/035 when > TEST_DEV has metadata. The second patch adds an option to the fio > command in nvme/049 that is required for TEST_DEV with metadata. > > [1] https://lore.kernel.org/linux-nvme/20250616020716.2789576-1-shinichiro.kawasaki@xxxxxxx/ FYI, I have applied the patches with a minor fix in the first patch to check the existence of the metadata_size sysfs attribute.