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 307345 Details for
Bug 449350
lvcreate keep partially active LVs if some node fail to activate LV
[?]
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]
attempt to fix
lvm2-lvcreate-fix.patch (text/plain), 685 bytes, created by
Milan Broz
on 2008-06-02 11:03:22 UTC
(
hide
)
Description:
attempt to fix
Filename:
MIME Type:
Creator:
Milan Broz
Created:
2008-06-02 11:03:22 UTC
Size:
685 bytes
patch
obsolete
>Index: LVM2.2.02.36/tools/lvcreate.c >=================================================================== >--- LVM2.2.02.36.orig/tools/lvcreate.c >+++ LVM2.2.02.36/tools/lvcreate.c >@@ -798,13 +798,10 @@ static int _lvcreate(struct cmd_context > goto revert_new_lv; > } > } else if (!activate_lv(cmd, lv)) { >- if (lp->zero) { >- log_error("Aborting. Failed to activate new LV to wipe " >- "the start of it."); >- goto revert_new_lv; >- } >- log_error("Failed to activate new LV."); >- return 0; >+ log_error("Aborting. Failed to activate new LV%s.", >+ lp->zero ? " to wipe start og it." : ""); >+ >+ goto deactivate_and_revert_new_lv; > } > > if (!lp->zero && !lp->snapshot)
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 449350
: 307345