Hi Gordon,

Zpool creation is not yet supported in AI manifests.  See:
http://download.oracle.com/docs/cd/E19963-01/820-6566/aiman-1/index.html
for details on what you can specify in the AI manifest
in Solaris 11 Express.

- Dermot


On 02/04/11 15:12, GORDON MARLER, BLOOMBERG/ 731 LEXIN wrote:
After reading target.dtd, I've been trying several variations on the <target> 
specification on Solaris 11 Express.

The following snippet from one of the manifests validates, but reading the 
install debug output indicates that this is being completely ignored.  Am I 
doing something wrong here, or is this functionality not quite there yet?

<target>
  <target_device>
    <zpool name="rpool" is_root="true" action="create">
      <vdev redundancy="mirror">
        <disk>
          <disk_name name="c3t0d0" name_type="ctd"/>
          <slice action="create" name="0" force="true"/>
        </disk>
        <disk>
          <disk_name name="c3t1d0" name_type="ctd"/>
          <slice action="create" name="0" force="true"/>
        </disk>
      </vdev>
      <pool_options>
      <options>"-o dedup=on"</options>
      </pool_options>
    </zpool>
  </target_device>
</target>

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

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

Reply via email to