Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 861827 Details for
Bug 1061827
Maintain relative path to backing file image during live merge (block-commit)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
live-merge-test.sh
live-merge-test.sh (text/plain), 885 bytes, created by
Federico Simoncelli
on 2014-02-11 15:54:57 UTC
(
hide
)
Description:
live-merge-test.sh
Filename:
MIME Type:
Creator:
Federico Simoncelli
Created:
2014-02-11 15:54:57 UTC
Size:
885 bytes
patch
obsolete
>#!/bin/sh > >rm -f base.img snap1.img snap2.img > ># base.img <- snap1.img <- snap2.img >qemu-img create -f raw base.img 1G >qemu-img create -f qcow2 -b base.img -o backing_fmt=raw snap1.img >qemu-img create -f qcow2 -b snap1.img -o backing_fmt=qcow2 snap2.img > >chcon -t svirt_image_t base.img snap1.img snap2.img > >qemu-img info $PWD/snap2.img > >virsh create /dev/stdin <<EOF ><domain type='kvm'> > <name>testvm1</name> > <memory unit='MiB'>256</memory> > <vcpu>1</vcpu> > <os> > <type arch='x86_64'>hvm</type> > </os> > <devices> > <disk type='file' device='disk'> > <driver name='qemu' type='qcow2'/> > <source file='$PWD/snap2.img'/> > <target dev='vda' bus='virtio'/> > </disk> > <graphics type='vnc'/> > </devices> ></domain> >EOF > >virsh blockcommit testvm1 --path $PWD/snap2.img --base base.img --top snap1.img --wait >virsh destroy testvm1 > >qemu-img info $PWD/snap2.img
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1061827
: 861827