<div dir="ltr">That's all very useful advise -- thank you. :)</div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Mar 29, 2015 at 8:39 PM, gustavo panizzo (gfa) <span dir="ltr"><<a href="mailto:gfa@zumbi.com.ar" target="_blank">gfa@zumbi.com.ar</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5"><br>
<br>
On 03/29/2015 11:19 AM, Joe Topjian wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello,<br>
<br>
Without specifying a rescue image, Nova will use the image that the<br>
instance is based on when performing a rescue.<br>
<br>
I've noticed that this is problematic for "cloud-friendly" images such<br>
as the official Ubuntu images and the newer CentOS 7 images. I'm finding<br>
that /dev/vdb still ends up mounted as /, most likely because of the<br>
common label name being found. This, of course, defeats the entire<br>
purpose of rescuing.<br>
</blockquote>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Is there an easy way around this or is the best practice to specify an<br>
image tailored specifically for rescuing? And if that's the case, can<br>
anyone recommend a good rescue image that's already in qemu format?<br>
</blockquote>
<br>
<br></div></div>
we have modified the cloud images to mount root fs from /dev/vda1 instead of UUID=something, we modified grub and /etc/fstab<br>
<br>
we also added a warning on /etc/rc.local. as some people run servers in rescue mode for a long time, and when the server was un-rescued they lost data and that's not cool.<br>
<br>
but we need to modify cloud images anyway to change repos, users, keys, etc. so is just one more step on our image build process.<br>
<br>
if is a minimal change you can download the image and run guestfish -a image.qcow2<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
-- <br>
1AE0 322E B8F7 4717 BDEA BF1D 44BB 1BA7 9F6C 6333<br>
</font></span></blockquote></div><br></div>