With traditional RDBMS we are used to RAID10 in most cases but if using cassandra RF=2 then we exactly have one copy as backup then in this case why not or why to use RAID10.
I think it will reduce overhead from cassandra for replication..
Moreover in RAID10 if a hard drive fail then whole node will keep on working but if replication is used then one hard drive failure would result in whole node will down?
Though I think using RAID10 there will be overhead on each write but flushing is done when SSTABLE is full so it will not be felt all the time..