<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Apr 20, 2018 at 4:02 AM, Chen CH Ji <span dir="ltr"><<a href="mailto:jichenjc@cn.ibm.com" target="_blank">jichenjc@cn.ibm.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><p><font size="2">Thanks a lot for your sharing, that's good info, just curious why [1] need zip and base64 encode if my understand is correct</font><br><font size="2">I was told nova need format should be pure vfat or iso9660, I assume it's because actually the config drive itself is making by iso by default</font><br><font size="2">then wrap a zip/base64 format ... thanks</font></p></div></blockquote><div><br></div><div>We only gzip and base64 to send it to the ironic API. It is decoded and unzipped before writing it to disk, so it is a pure iso9660 on the disk.</div><div><br></div><div>// jim</div></div></div></div>