<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body style='font-family: Verdana,Geneva,sans-serif'>
<p>Thank you very much. I knew there is a way like that but I don't know the syntax. I was desperate reuploading qcow2 images to rbd.</p>
<p>Thank you again.</p>
<div>---<br />
<pre><span style="font-size: small; font-family: verdana,geneva;"><span style="font-size: x-small; font-family: helvetica; color: #000000;">Thanks,
Kenneth</span><br /><span style="font-size: x-small; font-family: helvetica; color: #000000;">Apollo Global Corp.</span><br /></span></pre>
</div>
<p>On 01/19/2014 09:27 AM, Vladislav Gorbunov wrote:</p>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<pre>You can create create image in open nebula pool radios from existing
rbd image rados/foo with command like:
oneimage create -d rados --name foo --type os --persistent --size `rbd
info rados/foo|awk '/size/ {print $5*4}'` --source rados/foo

2014/1/17 Matthew Richardson <<a href="mailto:m.richardson@ed.ac.uk">m.richardson@ed.ac.uk</a>>:</pre>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%">On 17/01/14 04:23, Kenneth wrote:
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%">So our frontend crashed yesterday and I can't recover any of data from it. All images are saved on ceph datastore. Now when I install the new frontend, I know that the sunstone GUI will be empty, how can I reupload the images from the ceph RBD?</blockquote>
I'm not sure what opennebula will do if there is already a ceph rbd image with the name that it wants to use when creating a new image - however there is a safe, if a bit more laborious way to do it... 1) Rename all the images in ceph for safety before you start: rbd mv one-1 one-1-orig 2) Create new images from opennebula, using the same specs you used to create the original ones. You should now see 'one-1' etc in ceph. It doesn't matter what the images contain (i.e. they can be empty) but you should make sure to create them with the same name, type, size, persistence etc. 3) Stop opennebula to prevent any more changes 4) Delete the empty images in ceph (Make sure you're not deleting the originals here!): rbd rm one-1 5) Move the original images back to the corresponding names: rbd mv one-1-orig one-1 6) Restart opennebula Hope this helps! Matthew -- The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336. _______________________________________________ Users mailing list <a href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a> <a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a></blockquote>
<pre>_______________________________________________
Users mailing list
<a href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a>
<a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a>
</pre>
</blockquote>
</body></html>