<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=iso-8859-1"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>Hi,<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I’m not sure whether this is the correct mailing list to post a possible issue with the automated installer feature – please direct me to the<o:p></o:p></p><p class=MsoNormal>correct one if needed.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I’ve spent some time to setup an AI server for Openindiana 151a. When I try to setup a client using a XML manifest, it always fails to create<o:p></o:p></p><p class=MsoNormal>additional ZFS datasets during the installation. To me it seems that even the <zpool> and <dataset> tags in the XML manifest are not<o:p></o:p></p><p class=MsoNormal>honored by the AI client.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Here is a snippet of the <target> XML definition:<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>    <target><o:p></o:p></p><p class=MsoNormal>      <target_device><o:p></o:p></p><p class=MsoNormal>        <zpool name="rpool_os" is_root="true"><o:p></o:p></p><p class=MsoNormal>          <vdev redundancy="mirror"><o:p></o:p></p><p class=MsoNormal>            <disk><o:p></o:p></p><p class=MsoNormal>              <disk_name name="c4t0d0" name_type="ctd"/><o:p></o:p></p><p class=MsoNormal>            </disk><o:p></o:p></p><p class=MsoNormal>            <disk><o:p></o:p></p><p class=MsoNormal>              <disk_name name="c4t1d0" name_type="ctd"/><o:p></o:p></p><p class=MsoNormal>            </disk><o:p></o:p></p><p class=MsoNormal>          </vdev><o:p></o:p></p><p class=MsoNormal>          <dataset><o:p></o:p></p><p class=MsoNormal>            <filesystem name="opt" mountpoint="/opt"/><o:p></o:p></p><p class=MsoNormal>          </dataset><o:p></o:p></p><p class=MsoNormal>        </zpool><o:p></o:p></p><p class=MsoNormal>      </target_device><o:p></o:p></p><p class=MsoNormal>      <target_device><o:p></o:p></p><p class=MsoNormal>        <swap><o:p></o:p></p><p class=MsoNormal>          <zvol action="create" name="swap"><o:p></o:p></p><p class=MsoNormal>            <size val="2gb"/><o:p></o:p></p><p class=MsoNormal>          </zvol><o:p></o:p></p><p class=MsoNormal>        </swap><o:p></o:p></p><p class=MsoNormal>      </target_device><o:p></o:p></p><p class=MsoNormal>      <target_device><o:p></o:p></p><p class=MsoNormal>        <dump><o:p></o:p></p><p class=MsoNormal>          <zvol action="create" name="dump"><o:p></o:p></p><p class=MsoNormal>            <size val="1gb"/><o:p></o:p></p><p class=MsoNormal>          </zvol><o:p></o:p></p><p class=MsoNormal>        </dump><o:p></o:p></p><p class=MsoNormal>      </target_device><o:p></o:p></p><p class=MsoNormal>    </target><o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>The AI client always creates a standard ZFS root pool named rpool and an extra ZFS dataset named export (and not a root pool named “rpool_os”). <o:p></o:p></p><p class=MsoNormal>Maybe I’ve made some mistakes within the XML manifest, but what I’m also wondering is that even the <size> tags in the <dump> and <swap> tags <o:p></o:p></p><p class=MsoNormal>are not honored correctly. The above snippets should create a dump vol with a size of 1 gig and a swap vol with a size of 2 gigs. When the AI client runs, <o:p></o:p></p><p class=MsoNormal>it creates both zvols with a size of only some megs. Only when the size values are defined as “1024” for 1 gig and “2048” for 2 gigs they ‘ll be created<o:p></o:p></p><p class=MsoNormal>correctly. I think the AI client assumes always megabytes for the size values and does not look to the suffixes (mb, gb).<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Any help is highly appreciated!<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Thanks in advance,<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><div><p class=MsoNormal>Andreas Rausch <o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=DE>Atmel Automotive GmbH <br>IT Operations / Design Center Dresden <br>Koenigsbruecker Strasse 61 <br>D-01099 Dresden <o:p></o:p></span></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>Phone:   +49 351 6523 110 <br>Mobile:  +49 172 6128 072 <br>Fax:         +49 351 6523 5110 <br>Mail:       <a href="mailto:andreas.rausch@atmel.com" title="mailto:andreas.rausch@atmel.com"><span style='color:windowtext;text-decoration:none'>andreas.rausch@atmel.com</span></a> <br>Web:      <a href="http://www.atmel.com/" title="http://www.atmel.com/"><span style='color:windowtext;text-decoration:none'>http://www.atmel.com</span></a> <o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=DE>Geschäftsführung: Steven A. Laub, Stephen Cumming • Sitz der Gesellschaft: Heilbronn • Amtsgericht: Stuttgart • HRB 106594<o:p></o:p></span></p></div><p class=MsoNormal><span style='font-size:7.5pt'>The information contained in this e-mail message may be privileged, confidential and/or protected from unauthorized disclosure. If you are not the intended recipient, any dissemination, distribution or copying is strictly prohibited. Please immediately notify the sender by reply if you received this e-mail in error. </span><span lang=DE style='font-size:7.5pt'>Thanks for your cooperation</span><o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>