All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-lvm] Max storage size per system
@ 2003-03-04  8:11 Stephan Austermuehle
  2003-03-04  8:30 ` Jon Bendtsen
  2003-03-04 11:45 ` Heinz J . Mauelshagen
  0 siblings, 2 replies; 26+ messages in thread
From: Stephan Austermuehle @ 2003-03-04  8:11 UTC (permalink / raw)
  To: linux-lvm

[-- Attachment #1: Type: text/plain, Size: 136 bytes --]

Hello,

what is the absolut maximum storage capacity that can be managed on a
single Linux 2.4 system with LVM?

Kind regards,

Stephan

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 26+ messages in thread
* RE: [linux-lvm] Max storage size per system
@ 2003-03-05 11:40 Sharad Tiwari
  0 siblings, 0 replies; 26+ messages in thread
From: Sharad Tiwari @ 2003-03-05 11:40 UTC (permalink / raw)
  To: linux-lvm; +Cc: lvm-devel

[-- Attachment #1: Type: text/plain, Size: 1662 bytes --]

Hi, 

	Please ignore the disclaimer that comes attached with this mail
... I am trying to get it removed ... just don't have much control on
it!!! 
I am not a part of the lvm-devel mailing list so please just put me in
the CC ...

I am sory for these dumb questions ... but I am a beginner in this world
an hence I need to put forth these rather stupid questions ...
Here are my questions ???

1) Why does lvm need to register itself both as a block device and a
character device ??? (This is what I could make out on seeing the code ,
please correct me if I am wrong)

2) I need to provide an interface in the user-space for doing the
following operations : 

a) open volume device
b) read volume device
c) write volume device
d) ioctl operations on volume device
e) close volume device ...

these perhaps correspond to the following functions in the kernel ...

static int lvm_blk_ioctl(struct inode *, struct file *, uint, ulong);
static int lvm_blk_open(struct inode *, struct file *);

static int lvm_blk_close(struct inode *, struct file *);
static int lvm_get_snapshot_use_rate(lv_t * lv_ptr, void *arg);
static int lvm_user_bmap(struct inode *, struct lv_bmap *);

static int lvm_chr_open(struct inode *, struct file *);
static int lvm_chr_close(struct inode *, struct file *);
static int lvm_chr_ioctl(struct inode *, struct file *, uint, ulong);

Could some-one help me in this ... the library liblvm can be used
perhaps ...I could not make out how the functions in 
liblvm-10.a (available with the lvm-1.0.6.tar.gz)does this ...

Could some-one help me out here ...


Thanks for the help ...
Sharad.



[-- Attachment #2: Wipro_Disclaimer.txt --]
[-- Type: text/plain, Size: 522 bytes --]

**************************Disclaimer**************************************************    
 
 Information contained in this E-MAIL being proprietary to Wipro Limited is 'privileged' 
and 'confidential' and intended for use only by the individual or entity to which it is 
addressed. You are notified that any use, copying or dissemination of the information 
contained in the E-MAIL in any manner whatsoever is strictly prohibited.

****************************************************************************************

^ permalink raw reply	[flat|nested] 26+ messages in thread
* re[2]: [linux-lvm] Max storage size per system
@ 2003-03-05 11:45 Greg Freemyer
  2003-03-06  8:19 ` Stephan Austermuehle
  0 siblings, 1 reply; 26+ messages in thread
From: Greg Freemyer @ 2003-03-05 11:45 UTC (permalink / raw)
  To: LVM Mailing list

 >>  On Wednesday 05 March 2003 07:05, Anders Widman wrote:
 >>  > Hm,  sounds  like  lots.  :)  What kind of devices will you be running
 >>  > with.  Even  with  300GB  drives  you will need 300-400 of them to get
 >>  > 100TB.

 >>  Easily achieved w/ such technologies as iscsi and hyperscsi (;

Don't leave out good old FC (Fibre Channel).

I just went to a seminar where EMC is going to start supporting 300 GB ide drives in their CX line.  (To be announced shortly.)

I think a maxed out cx600 holds 240 drives.  (Some of these may still need to be fibre drives, not ide.)

So you put in a couple of CX600s full of drives and use LVM to manage it.

The only trouble is $$, not technology.

Greg
-- 
Greg Freemyer

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

end of thread, other threads:[~2003-05-05 15:57 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-04  8:11 [linux-lvm] Max storage size per system Stephan Austermuehle
2003-03-04  8:30 ` Jon Bendtsen
2003-03-05  7:52   ` Stephan Austermuehle
2003-03-05  9:06     ` Anders Widman
2003-03-05 11:12       ` Jesse Keating
2003-03-06  8:19         ` Stephan Austermuehle
2003-03-06 19:35           ` Petro
2003-03-09 16:59             ` Stephan Austermuehle
2003-03-09 20:09               ` Jesse Keating
2003-03-06  8:19       ` Stephan Austermuehle
2003-03-06 10:23         ` jon+lvm
2003-03-07  8:01           ` Stephan Austermuehle
2003-03-07  9:37             ` Jon Bendtsen
2003-03-09 16:59               ` Stephan Austermuehle
2003-03-10  3:48                 ` Jon Bendtsen
2003-03-05 11:40     ` Wiktor Wodecki
2003-05-05 14:39       ` [linux-lvm] can i extend a volumen bigger 256 gigas ?thx fnt
2003-05-05 15:20         ` Erik Nugent
2003-05-05 15:40         ` Daniel Barbar
2003-05-05 15:45           ` [linux-lvm] can i extend a volumen bigger 256 gigas ?thx-thanks for ur time fnt
2003-05-05 15:48           ` [linux-lvm] can i extend a volumen bigger 256 gigas ?thx fnt
2003-05-05 15:57         ` Jose Luis Domingo Lopez
2003-03-06  4:21     ` [linux-lvm] Max storage size per system jon+lvm
2003-03-04 11:45 ` Heinz J . Mauelshagen
  -- strict thread matches above, loose matches on Subject: below --
2003-03-05 11:40 Sharad Tiwari
2003-03-05 11:45 re[2]: " Greg Freemyer
2003-03-06  8:19 ` Stephan Austermuehle

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.