/[smeserver]/rpms/anaconda/sme7/0014-Remove-super-minor-from-mdadm.conf.patch
ViewVC logotype

Annotation of /rpms/anaconda/sme7/0014-Remove-super-minor-from-mdadm.conf.patch

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


Revision 1.1 - (hide annotations) (download)
Tue Oct 27 01:24:44 2009 UTC (14 years, 7 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Update spec

1 slords 1.1 From 637361fa9bdb2cd3a64bb72602f44cf446841d65 Mon Sep 17 00:00:00 2001
2     From: Shad L. Lords <slords@mail.com>
3     Date: Mon, 26 Oct 2009 19:04:55 -0600
4     Subject: [PATCH] Remove super-minor from mdadm.conf
5    
6     ---
7     fsset.py | 3 +--
8     1 files changed, 1 insertions(+), 2 deletions(-)
9    
10     diff --git a/fsset.py b/fsset.py
11     index b935a49..f7a4a4a 100644
12     --- a/fsset.py
13     +++ b/fsset.py
14     @@ -2006,8 +2006,7 @@ class RAIDDevice(Device):
15     return []
16    
17     def mdadmLine (self, devPrefix="/dev"):
18     - return "ARRAY %s/%s super-minor=%s\n" %(devPrefix, self.device,
19     - self.minor)
20     + return "ARRAY %s/%s\n" %(devPrefix, self.device)
21    
22     def raidTab (self, devPrefix='/dev'):
23     if self.level == 1:
24     --
25     1.5.5.6
26    

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