All of lore.kernel.org
 help / color / mirror / Atom feed
* Few questions
@ 2007-12-08  0:11 Michael Makuch
  2007-12-08  3:17 ` Guy Watkins
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Michael Makuch @ 2007-12-08  0:11 UTC (permalink / raw)
  To: linux-raid

I realize this is the developers list and though I am a developer I'm 
not a developer
of linux raid, but I can find no other source of answers to these questions:

I've been using linux software raid (5) for a couple of years, having 
recently uped
to the 2.6.23 kernel (FC7, was previously on FC5). I just noticed that
my /proc/mdstat shows

$ cat /proc/mdstat
Personalities : [raid6] [raid5] [raid4]
md0 : active raid5 etherd/e0.0[0] etherd/e0.2[9](S) etherd/e0.9[8] 
etherd/e0.8[7] etherd/e0.7[6] etherd/e0.6[5] etherd/e0.5[4] 
etherd/e0.4[3] etherd/e0.3[2] etherd/e0.1[1]
      3907091968 blocks level 5, 64k chunk, algorithm 2 [9/9] [UUUUUUUUU]
      [============>........]  resync = 64.5% (315458352/488386496) 
finish=2228.0min speed=1292K/sec
unused devices: <none>

and I have no idea where the raid6 came from. The only thing I've found 
on raid6
is a wikipedia.org page, nothing on 
http://tldp.org/HOWTO/Software-RAID-HOWTO.html

So my questions are:

- Is raid6 documented anywhere? If so, where? I'd like to take advantage 
of it if
it's really there.
- Why does my array (which I configured as raid5) have personalities of
raid6 (I can understand why raid4 would be there)?
- Is this a.o.k for a raid5 array?

Thanks

^ permalink raw reply	[flat|nested] 17+ messages in thread
* Few Questions
@ 2009-01-20 10:38 Arya, Manish Kumar
  2009-01-20 11:04 ` Matthieu Moy
  2009-01-20 15:44 ` Jakub Narebski
  0 siblings, 2 replies; 17+ messages in thread
From: Arya, Manish Kumar @ 2009-01-20 10:38 UTC (permalink / raw)
  To: git

Hi,

   I am new to Git. Earlier I have configured svn with LDAP auth and svnwebclient.

I want to have following with Git

- LDAP and ssh authentication.

- checkin and checkout using web interface and ssh

- when ever someone checkin something then a email should be send to a email address (a mailing list)

please let me know how to do this with Git

-Manish 


      

^ permalink raw reply	[flat|nested] 17+ messages in thread
* Few questions
@ 2006-04-26  8:04 Miroslav Vasic
  2006-04-26  8:32 ` Dominik Brodowski
  0 siblings, 1 reply; 17+ messages in thread
From: Miroslav Vasic @ 2006-04-26  8:04 UTC (permalink / raw)
  To: cpufreq

Hello, everyone!

My name is Miroslav Vasic and I am PhD student on faculty of
Electrical Engineering, University of Politecnica in Madrid. One part of the
project I am working on, as a part of my PhD thesis, is related with
frequency and voltage changing of microprocessors. For that purpose, my
group has bought Viper board with Intel's XScale PXA255 processor. Operating
system which is used for that board is Arcom Embedded Linux, based on Linux
kernel version 2.6. With documentation we got source code of kernel. In
those files some documents which have been written by Mr. Brodowski can be
found, so I believe that people from this mailing list can help me to
clarify some things. I would like to apologize in advance, because I believe
I am asking you some things which are very basic and simple, but my field of
interest is power electronics, not computer programming, so I have lot of
doubts.

 1. In the document user-guide.txt, the second paragraph
"Policy"/"Governor"?, is discussed about solutions about frequency changing.
Later, in other txt files (Governors.txt, core.txt...) I saw that there
is relation between the Governor for my board and the Policy. Furthermore,
 cpufreq_driver is mentioned. I do not understand hierarchy of
these components. As much as I understand now, cpufreq_driver is some kind
of  interface to change CPU clock, Governor is the part which makes decison
when to change clock, and Policy is part where I need to define min and
max frequency, right?

 2. I was trying to understand what was done in the cpufreq.c but I
couldn't. I have lot of doubts how to make a Governor for my system. Do you
have any example where I can see that?

 3. I have tried to control clock with a present interface, from the
userspace, changing the values in some files
(scaling_setspeed, scaling_min/max_frequency). With command cpufreq-info I
saw that it was possible to do this, but I am afraid that this command only
reads values from these files, and that values were not change. Can you
confirm me this?

 4. If I can change clock values through the file scaling_setspeed, then
I need to make a periodic task which will make decision when and how to
change clock values, right? There is no need to write new cpufreq_driver,
Governer or whatever else, isn't it?

 5. If the clock changes are possible through scaling_setspeed file, how
long does it take to change it? I mean, does it change immediately or it
takes time that some periodic process first read new value, and then to
change clock speed?

These are the most important doubts and questions I have right now. Once
again, I am very sorry for disturbing you, but I need a little help and some
explanations. If you don't have time to answer me, please send me some
examples where is cpu frequency control realized, in order to have
better picture about the system I need to make. Right now, I feel little
lost in the great number of new information I need to understand.

 Thanks and best regards,

 Miroslav Vasic

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2009-01-21 11:10 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-08  0:11 Few questions Michael Makuch
2007-12-08  3:17 ` Guy Watkins
2007-12-08 12:03   ` David Greaves
2007-12-09  4:17   ` Michael Makuch
2007-12-08  3:22 ` Corey Hickey
2007-12-08 17:15 ` /proc/mdstat docs (was Re: Few questions) David Greaves
2007-12-08 19:27   ` Raz
2007-12-09  4:11   ` Michael Makuch
  -- strict thread matches above, loose matches on Subject: below --
2009-01-20 10:38 Few Questions Arya, Manish Kumar
2009-01-20 11:04 ` Matthieu Moy
2009-01-20 15:44 ` Jakub Narebski
2009-01-20 16:04   ` Shawn O. Pearce
2009-01-21 11:08     ` R. Tyler Ballance
2006-04-26  8:04 Few questions Miroslav Vasic
2006-04-26  8:32 ` Dominik Brodowski
2006-04-27  9:16   ` Miroslav Vasic
2006-04-27  9:29     ` Dominik Brodowski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.