<div dir="ltr">Hello,<div><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
I've got a similar question about cache-manager and the presence of a shared filesystem for instances images.<br>
I'm currently reading the source code in order to find out how this is managed but before I would be curious how you achieve this on production servers.<br>
<br>
For example images not used by compute node A will probably be cleaned on the shared FS despite the fact that compute B use it, that's the main problem.<br></blockquote><div><br></div><div>This used to be a problem, but AFAIK it should not happen any more. If you're noticing it happening, please raise a flag.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">How do you handle _base guys ?<br></blockquote><div><br></div><div>We configure Nova to not have instances rely on _base files. We found it to be too dangerous of a single point of failure. For example, we ran into the scenario you described a few years ago before it was fixed. Bugs are one thing, but there are a lot of other ways a _base file can become corrupt or removed. Even if those scenarios are rare, the results are damaging enough for us to totally forgo reliance of _base files.</div><div><br></div><div>Padraig Brady has an awesome article that details the many ways you can configure _base and instance files:</div><div><br></div><div><a href="http://www.pixelbeat.org/docs/openstack_libvirt_images/">http://www.pixelbeat.org/docs/openstack_libvirt_images/</a><br></div><div><br></div><div>I'm looping -operators into this thread for input on further ways to handle _base. You might also be able to find some other methods by searching the -operators mailing list archive.</div><div><br></div><div>Thanks,</div><div>Joe</div><div><br></div></div></div></div></div>