<br><br><div class="gmail_quote">On Wed, Jun 27, 2012 at 8:23 AM, Doug Hellmann <span dir="ltr"><<a href="mailto:doug.hellmann@dreamhost.com" target="_blank">doug.hellmann@dreamhost.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br><br><div class="gmail_quote"><div><div class="h5">On Tue, Jun 26, 2012 at 8:14 PM, Dean Troyer <span dir="ltr"><<a href="mailto:dtroyer@gmail.com" target="_blank">dtroyer@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>On Tue, Jun 26, 2012 at 6:37 PM, Doug Hellmann<br>
<<a href="mailto:doug.hellmann@dreamhost.com" target="_blank">doug.hellmann@dreamhost.com</a>> wrote:<br>
> OK, I got past that part but now I'm seeing an error about a missing volume<br>
> group "stack-volumes". Is that related to enabling cinder? The only settings<br>
> I have in my localrc file are passwords. Is there something else I need to<br>
> do to ensure cinder is "on"?<br>
<br>
</div>I use this to enable cinder:<br>
<br>
ENABLED_SERVICES=$(echo $ENABLED_SERVICES | sed 's/n-vol/c-api,c-sch,c-vol/')<br>
<br>
But the volume group should be created either way. The cinder patch<br>
did change its name from nova-volumes to stack-volumes though.<br></blockquote><div><br></div></div></div><div>I'm not doing anything that makes me care which volume storage I'm using, so I don't necessarily need to enable cinder. For whatever reason, with the defaults, the volume group isn't being created (or has the wrong name). I'm using a fresh vagrant VM with all of my sandboxes updated to HEAD this morning.</div>
<div><br></div><div>I'll run it again and get a list of the volume groups that do exist and see if I can figure out what's going wrong.</div></div></blockquote><div><br></div><div>It looks like a problem creating the volume group on the loopback device. I get:</div>
<div><br></div><div> Device /dev/loop0 not found (or ignored by filtering).</div><div> Unable to add physical volume '/dev/loop0' to volume group 'stack-volumes'.</div><div><br></div><div>This is on Ubuntu Precise. It was working Monday in the same image.</div>
<div><br></div><div>Doug</div><div><br></div></div>