I added two SSD in my server to have speedy partition to store VM images. I've create mirror over that two SSD with mdadm, then create LVM over that mirror (so I can afford to do snapshot backup of VM). Then I've mkfs.ext4-ted over that LVM.
Now I wonder: what if I set or not set 'discard' option for mounting that SSD in the direcroty tree, will this impact the speed and robustness of SSD?
P.S. Another approach is to use LVM to produce mirrors but I do like mdadm much more.
Now I wonder: what if I set or not set 'discard' option for mounting that SSD in the direcroty tree, will this impact the speed and robustness of SSD?
P.S. Another approach is to use LVM to produce mirrors but I do like mdadm much more.