Closed crutchcorn closed 7 years ago
As logical disks can span physical disks (IE: RAID). I'll need to change the relationship in the database from LogicalDisk.disk =many-to-one> PhysicalDisk to LogicalDisk.disk =many-to-many> PhysicalDisk
LogicalDisk.disk =many-to-one> PhysicalDisk
LogicalDisk.disk =many-to-many> PhysicalDisk
DISK1 DISK2 / \ / PARTITION(DISK1)|PARTITION(DISK1/2)
As logical disks can span physical disks (IE: RAID). I'll need to change the relationship in the database from
LogicalDisk.disk =many-to-one> PhysicalDisk
toLogicalDisk.disk =many-to-many> PhysicalDisk