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 888510 Details for
Bug 1090069
ActionAddMember fails if the new device already has PV format
[?]
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.
reproducer
add_pv.py (text/x-python), 823 bytes, created by
Jan Safranek
on 2014-04-22 13:35:17 UTC
(
hide
)
Description:
reproducer
Filename:
MIME Type:
Creator:
Jan Safranek
Created:
2014-04-22 13:35:17 UTC
Size:
823 bytes
patch
obsolete
># Anaconda initialization routines ># Useful for python -i anaconda_init.py ># > >import logging >import blivet >import os > ># enable non-device filesystems >blivet.flags.include_nodev = True > ># setup logging >log_handler = logging.StreamHandler() >log_handler.setLevel(logging.DEBUG) >formatter = logging.Formatter('%(levelname)s:%(name)s: %(message)s') >log_handler.setFormatter(formatter) > >blivet_logger = logging.getLogger("blivet") >blivet_logger.addHandler(log_handler) >blivet_logger.setLevel(logging.DEBUG) >logger = logging.getLogger("program") >logger.addHandler(log_handler) >logger.setLevel(logging.DEBUG) > > >b = blivet.Blivet() >b.reset() > >vg = b.devicetree.getDeviceByName('test') >sdc3 = b.devicetree.getDeviceByName('sdc3') >action = blivet.deviceaction.ActionAddMember(vg, sdc3) >b.devicetree.registerAction(action) > >b.doIt() > >
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 1090069
: 888510