| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* zfcp.py (ZFCP.write): Include zfcp in modprobe.conf so that zfcp
luns come up post-install (#210094)
|
|
|
|
|
|
|
|
|
|
|
| |
* zfcp.py (ZFCPDevice.offlineDevice): Fix a few stupid bugs
(ZFCP.startup): Move config reading to here so that we don't have
problems with bringing up devs more than once (#210094)
(ZFCP.write): Better way of writing out zfcp.conf
(ZFCP.writeKS): Write out in anaconda-ks.cfg
* iscsi.py (writeKS): Support writing out iscsi bits to
anaconda-ks.cfg
|
|
|
|
|
| |
* zfcp.py (ZFCPDevice.onlineDevice): Consolidate repeated code.
(ZFCPDevice.offlineDevice): Likewise.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* partitioning.py (partitionObjectsInitialize): Shutdown/startup
zfcp devs here
* yuminstall.py (YumBackend.doPreInstall): Remove spurious
zfcp.conf copy
* zfcp.py: Massive reworking to work better with new UI
* ui/zfcp-config.glade: ZFCP config dialog
* iw/autopart_type.py: Use zfcp config dialog (#204145)
* installclass.py (BaseInstallClass.setSteps): Remove explicit
zfcp step
* dispatch.py (installSteps): Likewise.
|
|
|
|
| |
- bump version
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* iw/iscsi_gui.py (iscsiWindow.getNext): Don't need to do the
startup here now.
* isys/isys.py (compareDrives): Sort xvd devices first since
they're the "bootable" ones for Xen
(driveIsIscsi): Determine if a drive is iscsi or not. Kind of ugly.
* zfcp.py (ZFCP.write): Copy zfcp.conf here.
* yuminstall.py (YumBackend.doPreInstall): Write out network, zfcp
and iscsi info prior to the install starting.
* partitioning.py (partitionObjectsInitialize): Flush drive dict
on initialization, set up iscsi devices here, make device nodes
for drives
* kickstart.py (AnacondaKSHandlers.doIscsi): Initial iscsi
kickstart support. This syntax *will* change
* iscsi.py (iscsi.action): Set nodes to start up automatically on
boot in the db
(iscsi.startup): Give a popup while we're waiting on iscsi devs
to initialize
(iscsi.write): Write out iscsi config
* fsset.py: Add various bits so that we can set that a device
should be marked as _netdev in the fstab and use it appropriately
for iscsi.
|
| |
|
|
|
|
|
| |
- start using builtin .lower() instead of string.lower(), it's almost
twice as fast
|
| |
|
| |
|
| |
|
|
|
|
| |
- move functions to zfcp.py so that they can be shared between text and gui
|
|
|
|
| |
zfcp_text.py
|
|
|
|
|
| |
- new function common to gui and text mode to update the config files (-1 FIXME)
- write /tmp/zfcp.conf earlier
|
|
|
|
| |
- log if files cannot be opened
|
|
|
|
| |
trailing newlines
|
|
|
|
| |
devices are configured/not configured. Untested, but at least survives pycheck.
|
| |
|
| |
|
|
|