-
We recently started using Micron 7450 NVMe SSDs but are now facing the issue that they report a huge native block size of 256k and ZFS complains about the mismatch. Obviously I can't and wouldn't want to use ashift=18.
Is there a workaround? As we use the pool status to monitor our ZFS pools, we'd need to silence this particular warning to have a clean output. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
You should be able to silence it by setting ZPOOL_STATUS_NON_NATIVE_ASHIFT_IGNORE environment variable. I think ZFS should probably stop complaining about ashifts it can not use (above ASHIFT_MAX). I hope space allocation or write aggregation one day make use of the large values, but it is not a way for ashift to go. |
Beta Was this translation helpful? Give feedback.
You should be able to silence it by setting ZPOOL_STATUS_NON_NATIVE_ASHIFT_IGNORE environment variable. I think ZFS should probably stop complaining about ashifts it can not use (above ASHIFT_MAX). I hope space allocation or write aggregation one day make use of the large values, but it is not a way for ashift to go.