Comment 7 for bug 1513009

Revision history for this message
Wade Fitzpatrick (wade-fitzpatrick-p) wrote :

My servers have the following disk configuration:

/dev/sda - 240GB SSD
/dev/sdb - 1TB SATA
/dev/sdc - 1TB SATA
/dev/sdd - 1TB SATA
/dev/sde - 1TB SATA

What I want to do is use LVM to partition 40GB of the SSD for a root volume then use the rest of it for Ceph but it doesn't look like the installer will allow that because it seems to want whole disks.

I worked around this bug by partitioning the SSD with a /boot on /dev/sda1 which gets mounted so the checks in the ceph installer skip over that disk. How can I tell it to use the other 200GB of the SSD for ceph though?