Is it possible to combine 2 disk and 1 RAID array into 1 single logical volume in Ubuntu 18.04?
I am planning to set up a PostgreSQL database on this machine and think it is better to let it store data in 1 single volume than to span across multiple volumes (which I believe require manual config like creating multiple tablespaces).
My system is currently configured to have
/dev/sda5
: 2 TB Drive (containing Ubuntu 18.04)/dev/sdb
: 2 TB Drive (Empty)/dev/md0
: RAID-10 Array (2 TB Usable, Software RAID using mdadm, empty)
Thank you!