I was wondering recently, what is more stressful for an SSD drive in a RAID-1 array, a RAID sync or multiple installations of OSes and software.
Say for example that you have a new server with empty disks in a RAID-1 array, where (on the same virtual drive) you are planning to install a hypervisor (say Hyper-V Server, which should be large), and many OSes and tons of software inside many VMs.
Installing tons of software should be quite stressful for SSDs, especially for read-intensive ones, which are cheap and used quite frequently. So, I was wondering: would it make sense to remove physical drives from a RAID-1 array, leaving only one drive present, before you install all the software? And then, let the removed drives sync once they return back to the array.
Will this be better, worse or the same for the removed drive health? Will the sync overwrite the entire drive once, will it "replay" all the writes done on the active disk (I doubt that), or it will smartly copy only the changed portions of the active drive to the removed ones? My bet is on the last one, but it is just a gut feeling that I have.
I guess, this might be a bit negligible as a difference, dependant on the hardware vendor, and a bit impractical to do, but I thought of asking the question anyway, since I like the details and getting deep into stuff.