Hi Niall,

On 26/01/2011 11:19, Niall Power wrote:
>>
>> Are both of you ok with moving the in_zpool/in_vdev
>> attribute up to the
>> <disk> level?
>>
>> -Drew
>
> That sounds like it could be problematic. The boot loader needs to be
> installed in the PBR area of the specific partition, or in the case of
> Solaris2 being a logical partition, then the boot loader needs to be
> installed onto the MBR.

I'm not sure how this is related to moving the in_zpool/in_vdev from the
<disk_name> tag to the <disk> tag?

We will still be supporting the in_rpool/in_vdev on partitions and slices,
it's only the move from <disk_name> to <disk> that Drew is referring to.

Where you put the boot-loader should still be able to make the appropriate
decision about whether the partition is logical or not...

In fact, it's probably worth having the evaluation of that as part of the
Partition object, e.g.:

    class Partition(DataObject):
        ...
        @propertymethod
        def is_logical(self):
            part_num = int(self_name)
            return part_num >= 5 and partnum <=32


or something similar.

Thanks,

Darren.

_______________________________________________
caiman-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/caiman-discuss

Reply via email to