Have you created an ext3 or ext4 filesystem on this raid array ?
That disk activity was probably related to LazyInit :
mkfs.ext3 man page lazy init section :
lazy_itable_init[= <0 to disable, 1 to enable>]
If enabled and the uninit_bg feature is enabled, the inode table will
not be fully initialized by mke2fs.
This speeds up filesystem initialization noticeably,
but it requires the kernel to finish initializing the filesystem
in the background when the filesystem is first mounted.
If the option value is omitted, it defaults to 1 to enable lazy inode table zeroing.
more informations :
https://forums.linuxmint.com/viewtopic.php?t=212707
and
https://www.thomas-krenn.com/en/wiki/Ext4_Filesystem#Lazy_Initialization
and
ubuntuforums.org/showthread.php?t=2306568&p=13409940#post13409940