<HTML>
<HEAD>
<TITLE>Question on nova disk injection...</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Hi all,<BR>
<BR>
Just some questions that I had about how nova is doing disk injection and such.<BR>
<BR>
I was noticing that it the main disk/api.py does a lot of tee, cat and similar commands. Is there any reason it couldn’t just use the standard python open and write data and such.<BR>
<BR>
Is it because of sudo access (which is connected to rootwrap?), just wondering since it seems sort of odd that to write a file there a tee call has to be done with piped input, when python already has file operators and such...<BR>
<BR>
Thx!</SPAN></FONT>
</BODY>
</HTML>