Looking for a 2nd round code review for this bug :
  Bug 14004 :  libtd should discover zpools on entire partitions
  https://defect.opensolaris.org/bz/show_bug.cgi?id=14004

Webrev :
  http://cr.opensolaris.org/~mattman/bug-14004

The changes prompted here are to support the discovery of importable Zpools, which is a requirement for the text installer.

Changes for this functionality were made to following sources :

- td_zpool.c :
  Changes are encapsulated in two new functions in td_zpool.c, namely :

  td_zpool_import_find()
  td_zpool_import_add()

  And the calling of td_zpool_import_find() from td_zpool_discover().

- td_zpool.h :
  New internal td_zpool_info_t structure element, to state whether
  importable zpool or not.

     boolean_t import;

- td_api.h :
  Add new nvpair attribute definition for import.


- test_td.c :
  Printing of zpools indicating whether importable or not.

cheers

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

Reply via email to