![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||||
Solution Type Problem Resolution Sure Solution 2153099.1 : FS System: Linux hosts may take a long time creating a filesystem
In this Document
Applies to:Oracle FS1-2 Flash Storage System - Version All Versions to All Versions [Release All Releases]Information in this document applies to any platform. SymptomsOn a Linux host when executing mkfs.ext4 to create a filesystem on a FS1-2 LUN the command may take longer than expected to complete. CauseBy default mkfs.ext4 uses the discard option, it was found that the SCSI Inquiry response incorrectly indicated support for UNMAP within WRITE_SAME operations. This can cause a number of file system creation operations to take a very long time to complete. SolutionThe fix for this issue will be included in version 6.2.4 and higher. If your FS1-2 is on release below 6.2.4 the workaround is to use mkfs.ext4 using the nodiscard option, below is an example: # mkfs.ext4 <disk partition> -E nodiscard
For more information on mkfs.ext4 please see the man page.
References<BUG:22612234> - COAXM086 LINUX MKFS -EXT 4 TOOK 9 MINUTES ON 500GB LUNAttachments This solution has no attachment |
||||||||||||||||||
|