William,

1. Section 4.1.2.1: I have a question on td_get_next() and td_reset().
    Do have to call td_reset() after completely enumerated all the items 
on a particular object type? Do I have to call tc_reset() before making 
a call to td_get_next().

2. The following enumeration functions are supplied for random access
       td_errno_t td_get_slice_next(char *dev)
              get next slice of partition (x86) or disk (sparc) and make 
it current

    What is meant by random access here? Does it mean that I can get 
attributes of any device by passing it as an argument?

3. Section 4.1.4: Is it possible to get the manufacturer of the disk and 
added to the list of attributes? The GUI might want to display that 
information to the user.

4. How do I know whether disk contains a label (VTOC or GPT)? How do I 
know if it doesn't have a label?

5. We talked about providing content type of each partition. Where will 
I get that information? I understand that TD_PART_ATTR_LSWAP will tell 
me whether it is linux swap or not. It will be better to return a 
content_type attribute and one of the values could be linux swap.

6. How do I get the mount_point of a slice?

Thanks,
Sundar

Sarah Jelinek wrote:
> Hi All,
>
> I posted new design documents for the Dwarf Orchestrator and Dwarf 
> Target discovery pieces on the Dwarf project page. These are 
> significantly different than the first drafts of the designs.
>
> If possible, please review and comment by COB 4/6/07:
>
> http://opensolaris.org/os/project/caiman/Dwarf/#Dwarf_Caiman_Design_Documents 
>
>
> Regards,
> sarah
> _______________________________________________
> caiman-discuss mailing list
> caiman-discuss at opensolaris.org
> http://opensolaris.org/mailman/listinfo/caiman-discuss

Reply via email to