%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=247563 %%%
%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=240548 %%%
dm-multipath on EMC Clariion storage is now available. This mode is provided as per T10 specifications, but is provided in this release only as a technology preview.
%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=447797 %%%
ext4, is available in this release as a Technology Preview. Ext4 is an incremental improvement on the ext3 file system developed by Red Hat and the Linux community. The release name of the file system for the Technology Preview is ext4dev.
ext4dev.ko kernel module, and a new e4fsprogs package, which contains updated versions of the familiar e2fsprogs administrative tools for use with ext4. To use, install e4fsprogs and then use commands like mkfs.ext4dev from the e4fsprogs program to create an ext4-base file system. When referring to the filesystem on a mount commandline or fstab file, use the filesystem name ext4dev.
%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=183441 %%%
%%% http://intranet.corp.redhat.com/ic/intranet/RHEL52NewFeatures.html %%%
%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=431631 %%%
tpm-tools are included in this release to enable use of Trusted Platform Module (TPM) hardware.TPM hardware features include (among others):
tpm-tools is a suite of tools used to manage and utilize TPM hardware.
%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=228341 %%%
%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=449586 %%%
ecryptfs-mount-helper-gui).
/etc/fstab entries. For information about these changes, refer to man ecryptfs.
%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=457143 %%%
mount -t ecryptfs /mnt/secret /mnt/secret
ecryptfs-utils-56-4.el5 or newer.
%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=250355 %%%
/etc/sysconfig/readonly-root for more details).
%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=216364 %%%
%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=247563 %%%
scsi-target-utils RPM and refer to the instructions in:
/usr/share/doc/scsi-target-utils-[version]/README
/usr/share/doc/scsi-target-utils-[version]/README.iscsi
[version] with the corresponding version of the package installed.
man tgtadm.
%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=182183 %%%
%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=370421 %%%
firewire-sbp2 module is still included in this update as a Technology Preview. This module enables connectivity with FireWire storage devices and scanners.
SBP2 driver may cause the machine to become unresponsive.
%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=455399 %%%
ktune (from the ktune package), a service that sets several kernel tuning parameters to values suitable for specific system profiles. Currently, ktune only provides a profile for large-memory systems running disk-intensive and network-intensive applications.
ktune do not override those set in /etc/sysctl.conf or through the kernel command line. ktune may not be suitable on some systems and workloads; as such, you should test it comprehensively before deploying to production.
ktune and revert to your normall settings by simply stopping the ktune service using service ktune stop (as root).
%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=437187 %%%
%%% https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=450676 %%%
gcc43 packages, the default for the gnu89-inline option has been changed to -fgnu89-inline, whereas upstream and future updates of Red Hat Enterprise Linux 5 will default to -fno-gnu89-inline. This is necessary because many headers shipped as part of Red Hat Enterprise Linux 5 expect GNU in-line semantics instead of ISO C99 semantics. These headers have not been adjusted to request GNU in-line semantics through attributes.