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 147118 Details for
Bug 225166
Fully virtualized virt-install fails from a read-write NFS share
[?]
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.
[patch]
Do a readonly loop device setup for readonly disks
xen-block-readonly.patch (text/plain), 662 bytes, created by
Daniel Berrangé
on 2007-02-01 17:00:52 UTC
(
hide
)
Description:
Do a readonly loop device setup for readonly disks
Filename:
MIME Type:
Creator:
Daniel Berrangé
Created:
2007-02-01 17:00:52 UTC
Size:
662 bytes
patch
obsolete
>diff -r 2e80cd715047 tools/examples/block >--- a/tools/examples/block Thu Feb 01 11:42:50 2007 +0000 >+++ b/tools/examples/block Thu Feb 01 11:58:38 2007 -0500 >@@ -367,7 +367,13 @@ mount it read-write in a guest domain." > fatal 'Failed to find an unused loop device' > fi > >- do_or_die losetup "$loopdev" "$file" >+ cmode=`canonicalise_mode $mode` >+ if [ "$cmode" == 'r' ] >+ then >+ do_or_die losetup -r "$loopdev" "$file" >+ else >+ do_or_die losetup "$loopdev" "$file" >+ fi > xenstore_write "$XENBUS_PATH/node" "$loopdev" > write_dev "$loopdev" > release_lock "block"
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 225166
: 147118