/[smeserver]/rpms/anaconda/sme8/0013-Don-t-email-root-on-raid-events.patch
ViewVC logotype

Contents of /rpms/anaconda/sme8/0013-Don-t-email-root-on-raid-events.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.9 - (show annotations) (download)
Sun Nov 10 06:00:41 2013 UTC (10 years, 6 months ago) by wellsi
Branch: MAIN
CVS Tags: anaconda-11_1_2_263-2_el5_sme, HEAD
Changes since 1.8: +0 -0 lines
* Sat Nov 9 2013 Ian Wells <esmith@wellsi.com> 11.1.2-263-2-1.el5.sme
- Apply SME patches to 11.1.2.259-1 [SME: 7976]
- Update warning about re-formatting attached hard drives [SME: 4788]
- Increase fuzz to allow package to build [SME: 7853]
- No warnings if kernel not upgraded
  (recreate initrd if kernel was installed)
- No warnings if unable to remove rpm databases
- Always pick best arch for package
- Allow creating/mounting degraded raid arrays
  (log info about degraded arrays instead of not starting them)
- Start /boot raid device first so it will be in sync for grub install
- Automatically upgrade bootloader if necessary
- Log install errors but don't bug user about them
- Search for language updates on upgrade disk
- Force time to be based on UTC
- Add final warning before installing
- Make install headless but still write keyboard info out
  (don't ask us to use vnc mode)
- Make install window wider
  (fix titlebar spacing)
- Don't email root on raid events
- Make boot loader use SME labels
- Determine upgradability of SME server
  (change erase disks to upgrade dialog)
- Run SME post-install scripts on kickstart install/upgrade
- Limit languages to those supported by SME

1 From 9fbf912d70405232cc3669ced32fa9ad2aff1545 Mon Sep 17 00:00:00 2001
2 From: Shad L. Lords <slords@mail.com>
3 Date: Mon, 19 Oct 2009 08:44:55 -0600
4 Subject: [PATCH 13/17] Don't email root on raid events
5
6 ---
7 fsset.py | 1 -
8 1 files changed, 0 insertions(+), 1 deletions(-)
9
10 diff --git a/fsset.py b/fsset.py
11 index 7e3c26f..c41ae7d 100644
12 --- a/fsset.py
13 +++ b/fsset.py
14 @@ -1438,7 +1438,6 @@ class FileSystemSet:
15 cf = """
16 # mdadm.conf written out by anaconda
17 DEVICE partitions
18 -MAILADDR root
19 """
20 for ent in self.entries:
21 if ent.device.getName() != "RAIDDevice":
22 --
23 1.7.1
24

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed