search for: my_image

Displaying 12 results from an estimated 12 matches for "my_image".

2016 Sep 03
2
internal snapshot question
I take an internal snapshot (VM is 'shutdown' when taking it) of a qcow2 image like this: $ qemu-img snapshot -c sn1 [my_image].qcow2 I see that snapshot when asking for: $ qemu-img info [my_image].qcow but do NOT see it with: $ virsh domblklist [my_domain] is that how it is meant to be?
2016 Sep 03
2
Re: internal snapshot question
...7 PM Martin Kletzander <mkletzan@redhat.com> wrote: > > On Sat, Sep 03, 2016 at 03:07:37PM +0800, vrms@netcologne.de wrote: > > > I take an internal snapshot (VM is 'shutdown' when taking it) of a qcow2 image like this: > > > > $ qemu-img snapshot -c sn1 [my_image].qcow2 > > > > I see that snapshot when asking for: > > > > $ qemu-img info [my_image].qcow > > Firstly, you are doing this behind libvirt's back, so libvirt will most > likely not know about that snapshot. > > > but do NOT see it with: > > &...
2016 Sep 03
0
Re: internal snapshot question
On Sat, Sep 03, 2016 at 03:07:37PM +0800, vrms@netcologne.de wrote: >I take an internal snapshot (VM is 'shutdown' when taking it) of a qcow2 image like this: > > $ qemu-img snapshot -c sn1 [my_image].qcow2 > >I see that snapshot when asking for: > > $ qemu-img info [my_image].qcow > Firstly, you are doing this behind libvirt's back, so libvirt will most likely not know about that snapshot. >but do NOT see it with: > > $ virsh domblklist [my_domain] > Well,...
2016 Sep 03
0
Re: internal snapshot question
...etzan@redhat.com> wrote: > > > > On Sat, Sep 03, 2016 at 03:07:37PM +0800, vrms@netcologne.de wrote: > > > > > I take an internal snapshot (VM is 'shutdown' when taking it) of a qcow2 image like this: > > > > > > $ qemu-img snapshot -c sn1 [my_image].qcow2 > > > > > > I see that snapshot when asking for: > > > > > > $ qemu-img info [my_image].qcow > > > > Firstly, you are doing this behind libvirt's back, so libvirt will most > > likely not know about that snapshot. > > > &...
2006 Apr 27
7
SuperImage plugin
...SuperImagePlugin::Show" This works, but it means the action name that performs the image retrieval is locked in to be "show_image". I would like to have it works this way: class MyImagesController < ... image_action :foo end Then you can access the images via "/my_images/foo/12". Sadly though, metaprogramming like this still makes my head spin. If anyone has ideas about alleviating these 2 points, it sure would be appreciated. -- Posted via http://www.ruby-forum.com/.
2013 Jul 11
3
Syslinux-6.02-pre2 - booting 32-bit kernels from efi64
On Wed, 10 Jul, at 03:44:57PM, Andreas Heinlein wrote: > Am 08.07.2013 18:32, schrieb Matt Fleming: > >I just released 6.02-pre2 which includes support for booting 32-bit > >kernels from efi64. I know a number of people wanted this feature, so > >hopefully it will be tested in various environments. > > > >One thing to note is that it is not possible to boot a
2008 Oct 08
11
Using image_tag and send_data
I am using image_tag to load an image that I''ve saved to the database (using attachment_fu if you''re curious but that''s probably not relevant here): VIEW <%= image_tag ''/photo/get_image/5'' %> CONTROLLER def get_image @photo=Photo.find(params[:id]) send_data(DbFile.find(@photo.db_file_id).data, :type =>
2006 Jan 12
5
file_column preview in multistage forms
i have a 2 step form which contains 1 file_column field. The second form is just "This is how your post will look" kind of form and the user can click Edit (to take them back to form1) or Submit. If the user clicks edit it takes them back to the first form with fields populated. I have it working with all text fields, I just dont know how to do this with file_column field (showing the
2007 Dec 20
5
Refreshing an Image
Hi, I''m trying to refresh an img tag that as a captcha image. <img src="captcha.php" align="absmiddle" /> How am I able to do this with prototype? Thanks N --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email
2014 Jul 14
3
Changing gdm background
Anyone know how to do $SUBJECT? I've tried running both gnome-control- center and dconf as the gdm user, but neither one had any effect. TIA -- ======================================================================== Ian Pilcher arequipeno at gmail.com -------- "I grew up before Mark Zuckerberg invented friendship" --------
2006 Jun 06
8
How do I wrap a <%= link to %> around an image?
I''ve got a bunch of dynamically generated link paths that I want to use to link some dynamically-generated image paths. Specifically, I want to link thumbnails in a gallery to the larger images. But I''m stymied by Rails'' syntax. I can''t figure out how to do this. I tried this: <%= link_to(image_tag("../../images/photos/photo.photogroup/TN_
2012 Apr 23
2
Snapshot system: really confusing.
Greetings, I am developing a platform for test and debug use. The typical scenario I want to realize is the following: I run a .qcow2 image via QEMU-KVM, the running OS is not relevant. I want to take several snapshots of both Disk and RAM status; same file, separate files doesn't matter. I just need a way to have consistent information about them (better with XML description) and the data