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

Reply via email to