As far as I can see Linux has RAID6 and RAID0, but not RAID60. So RAID60 is emulated by creating RAID0 on top of some RAID6s.
It is possible to add a hot spare to each of the RAID6s, but is it possible to add a global hot spare shared by all the RAID6s? If so, how can that be added to existing RAID6s that are currently assembled automatically (no mdadm.conf)?
From http://www.kernelhardware.org/linux-add-share-hot-spare-device-software-raid/
mdadm
to hot add the new drive partition to the RAID Arraymdadm.conf
to includespare-group
settingmdadm
to run in daemon mode and monitor RAID ArraysSee the linked article for more in-depth details.