Unnamed repository
510084134f
There are several kinds of iSCSI mode rhel support currently. - Pure hardware iSCSI - iBFT iSCSI - Pure software iSCSI Except for the 1st one that firmware takes care of everything to make it behave like a local disk, both iBFT and pure software iSCSI mode need pass information to kdump kernel for configuring them correctly. Currently kdump takes iBFT mode as a software iSCSI and collects the related information to set up software iSCSI in 2nd kernel, though dracut can detect and collect information to set up iBFT iSCSI of 2nd kernel. This brings up 2 problems: 1) Redundent information about the related iSCSI is collected. One is done by kdump, the other is from dracut. 2) These 2 sessions of 2nd kernel for a certain session of 1st kernel could contain two "ip=xxx" cmdline option. This will cause cmdline handling error in dracut. The 1st one is not critical while the 2nd is. In order to avoid above 2 problems, kdump need detect iBFT mode iSCSI and leave it to dracut. This is what is done in this patch. Signed-off-by: Baoquan He <bhe@redhat.com> Acked-by: Xunlei Pang <xlpang@redhat.com> Acked-by: Dave Young <dyoung@redhat.com> |
||
---|---|---|
anaconda-addon | ||
.gitignore | ||
98-kexec.rules | ||
dracut-kdump-capture.service | ||
dracut-kdump-emergency.service | ||
dracut-kdump-error-handler.service | ||
dracut-kdump-error-handler.sh | ||
dracut-kdump.sh | ||
dracut-module-setup.sh | ||
dracut-monitor_dd_progress | ||
fadump-howto.txt | ||
kdump-dep-generator.sh | ||
kdump-in-cluster-environment.txt | ||
kdump-lib-initramfs.sh | ||
kdump-lib.sh | ||
kdump.conf | ||
kdump.conf.5 | ||
kdump.service | ||
kdump.sysconfig | ||
kdump.sysconfig.i386 | ||
kdump.sysconfig.ppc64 | ||
kdump.sysconfig.ppc64le | ||
kdump.sysconfig.s390x | ||
kdump.sysconfig.x86_64 | ||
kdumpctl | ||
kdumpctl.8 | ||
kexec-kdump-howto.txt | ||
kexec-tools-2.0.3-disable-kexec-test.patch | ||
kexec-tools-2.0.12-makedumpfile-Support-_count-_refcount-rename-in-struct-p.patch | ||
kexec-tools-2.0.12-Pass-struct-mem_sym-into-machine_apply_elf_rel.patch | ||
kexec-tools-2.0.12-ppc64-purgatory-Handle-local-symbols-in-ELF-ABIv2.patch | ||
kexec-tools-2.0.12-Properly-align-powerpc64-.toc.patch | ||
kexec-tools.spec | ||
mkdumprd | ||
mkdumprd.8 | ||
README | ||
rhcrashkernel-param | ||
sources | ||
zanata-notes.txt |
Adding a patch to kexec-tools ============================= There is a mailing list kexec@lists.fedoraproject.org where all the dicussion related to fedora kexec-tools happen. All the patches are posted there for inclusion and committed to kexec-tools after review. So if you want your patches to be included in fedora kexec-tools package, post these to kexec@lists.fedoraproject.org. One can subscribe to list and browse through archives here. https://admin.fedoraproject.org/mailman/listinfo/kexec