* RE: [linux-lvm] GUI front-end for LVM
@ 2001-07-25 18:34 Gonyou, Austin
2001-07-25 18:42 ` Jason Tackaberry
0 siblings, 1 reply; 7+ messages in thread
From: Gonyou, Austin @ 2001-07-25 18:34 UTC (permalink / raw)
To: 'linux-lvm@sistina.com'
I agree....but this would have to be something like what I was talking about
earlier with what I thought that LVM should be able to do eventually.
Dynamic reallocation/re-striping at any raid level.
--
Austin Gonyou
Systems Architect, CCNA
Coremetrics, Inc.
Phone: 512-796-9023
email: austin@coremetrics.com
> -----Original Message-----
> From: Jason Tackaberry [mailto:tack@linux.com]
> Sent: Wednesday, July 25, 2001 1:29 PM
> To: linux-lvm@sistina.com
> Subject: Re: [linux-lvm] GUI front-end for LVM
>
>
> On 25 Jul 2001 14:47:33 -0300, Patrick Boutilier wrote:
> > There are a couple out there. Try searching for LVM on Freshmeat.net
>
> I do see a couple. None of them appear to incorporate md
> support, which
> would be quite nice.
>
> Imagine a GUI tool that would let you create and manipulate
> RAID devices
> (using md) and combine them or manage them using LVM. A
> convenient GUI
> to convert an existing non-md/lvm system to say LVM-managed
> RAID1 would
> be impressive too, even if it's a logistical nightmare. :)
>
> Not that I have tons of free time, but I might tinker around with
> something this weekend.
>
> Jason.
>
> _______________________________________________
> linux-lvm mailing list
> linux-lvm@sistina.com
> http://lists.sistina.com/mailman/listinfo/linux-lvm
> read the LVM HOW-TO at http://www.sistina.com/lvm/Pages/howto.html
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [linux-lvm] GUI front-end for LVM
2001-07-25 18:34 [linux-lvm] GUI front-end for LVM Gonyou, Austin
@ 2001-07-25 18:42 ` Jason Tackaberry
2001-07-25 19:33 ` Heinz J . Mauelshagen
0 siblings, 1 reply; 7+ messages in thread
From: Jason Tackaberry @ 2001-07-25 18:42 UTC (permalink / raw)
To: linux-lvm
* Gonyou, Austin (austin@coremetrics.com) [010725 14:39]:
> I agree....but this would have to be something like what I was talking
> about earlier with what I thought that LVM should be able to do
> eventually. Dynamic reallocation/re-striping at any raid level.
The impression I got from the LVM FAQ was that LVM will not support
RAID1 basically because md does. Maybe Heinz can shed some light on
that situation and about the dynamic reallocation/restriping issue?
Jason.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [linux-lvm] GUI front-end for LVM
2001-07-25 18:42 ` Jason Tackaberry
@ 2001-07-25 19:33 ` Heinz J . Mauelshagen
0 siblings, 0 replies; 7+ messages in thread
From: Heinz J . Mauelshagen @ 2001-07-25 19:33 UTC (permalink / raw)
To: linux-lvm
On Wed, Jul 25, 2001 at 02:42:21PM -0400, Jason Tackaberry wrote:
> * Gonyou, Austin (austin@coremetrics.com) [010725 14:39]:
> > I agree....but this would have to be something like what I was talking
> > about earlier with what I thought that LVM should be able to do
> > eventually. Dynamic reallocation/re-striping at any raid level.
>
> The impression I got from the LVM FAQ was that LVM will not support
> RAID1 basically because md does.
And not just RAID1.
Yes, the idea is to combine existing modular feature sets like LVM/MD.
With the enhancent stacking support in 2.4 the user has all the flexibility
to stack LVM on top of MD or vice versa.
> Maybe Heinz can shed some light on
> that situation and about the dynamic reallocation/restriping issue?
LVM just supports RAID0 to offer performance.
Constraint in the actual allocator is, that you can't extend a stripe beyond
a PV :-(
We want to remove that constraint in post 1.0 LVM.
If that's done, users can add additional PVs (which can be based on
SW/HW RAID1/5/whatever) and extend RAID0 LVs onto those.
Until then, one can stripe over multiple LVs using MD. Those LVs can be
resized equally in order to resize the striped MD. Care needs to be taken,
that the LVs are allocated/extended on distinct PVs.
>
> Jason.
> _______________________________________________
> linux-lvm mailing list
> linux-lvm@sistina.com
> http://lists.sistina.com/mailman/listinfo/linux-lvm
> read the LVM HOW-TO at http://www.sistina.com/lvm/Pages/howto.html
--
Regards,
Heinz -- The LVM Guy --
*** Software bugs are stupid.
Nevertheless it needs not so stupid people to solve them ***
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Heinz Mauelshagen Sistina Software Inc.
Senior Consultant/Developer Am Sonnenhang 11
56242 Marienrachdorf
Germany
Mauelshagen@Sistina.com +49 2626 141200
FAX 924446
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: [linux-lvm] GUI front-end for LVM
@ 2001-07-25 17:48 Gonyou, Austin
0 siblings, 0 replies; 7+ messages in thread
From: Gonyou, Austin @ 2001-07-25 17:48 UTC (permalink / raw)
To: 'linux-lvm@sistina.com'
There is. Check on freshmeat.net and you should find it.
--
Austin Gonyou
Systems Architect, CCNA
Coremetrics, Inc.
Phone: 512-796-9023
email: austin@coremetrics.com
> -----Original Message-----
> From: Jason Tackaberry [mailto:tack@linux.com]
> Sent: Wednesday, July 25, 2001 12:44 PM
> To: linux-lvm@sistina.com
> Subject: [linux-lvm] GUI front-end for LVM
>
>
> Is there a GUI front-end available/in-the-works/planned for LVM? I
> found Veritas' vxva front-end a gentler way to approach the world of
> volume management and something similar for LVM would be nice.
>
> If there isn't anything, I might consider throwing one together.
>
> Cheers,
> Jason.
> _______________________________________________
> linux-lvm mailing list
> linux-lvm@sistina.com
> http://lists.sistina.com/mailman/listinfo/linux-lvm
> read the LVM HOW-TO at http://www.sistina.com/lvm/Pages/howto.html
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* [linux-lvm] GUI front-end for LVM
@ 2001-07-25 17:44 Jason Tackaberry
2001-07-25 17:47 ` Patrick Boutilier
0 siblings, 1 reply; 7+ messages in thread
From: Jason Tackaberry @ 2001-07-25 17:44 UTC (permalink / raw)
To: linux-lvm
Is there a GUI front-end available/in-the-works/planned for LVM? I
found Veritas' vxva front-end a gentler way to approach the world of
volume management and something similar for LVM would be nice.
If there isn't anything, I might consider throwing one together.
Cheers,
Jason.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [linux-lvm] GUI front-end for LVM
2001-07-25 17:44 Jason Tackaberry
@ 2001-07-25 17:47 ` Patrick Boutilier
2001-07-25 18:29 ` Jason Tackaberry
0 siblings, 1 reply; 7+ messages in thread
From: Patrick Boutilier @ 2001-07-25 17:47 UTC (permalink / raw)
To: linux-lvm
Jason,
There are a couple out there. Try searching for LVM on Freshmeat.net
Jason Tackaberry wrote:
>Is there a GUI front-end available/in-the-works/planned for LVM? I
>found Veritas' vxva front-end a gentler way to approach the world of
>volume management and something similar for LVM would be nice.
>
>If there isn't anything, I might consider throwing one together.
>
>Cheers,
>Jason.
>_______________________________________________
>linux-lvm mailing list
>linux-lvm@sistina.com
>http://lists.sistina.com/mailman/listinfo/linux-lvm
>read the LVM HOW-TO at http://www.sistina.com/lvm/Pages/howto.html
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [linux-lvm] GUI front-end for LVM
2001-07-25 17:47 ` Patrick Boutilier
@ 2001-07-25 18:29 ` Jason Tackaberry
0 siblings, 0 replies; 7+ messages in thread
From: Jason Tackaberry @ 2001-07-25 18:29 UTC (permalink / raw)
To: linux-lvm
On 25 Jul 2001 14:47:33 -0300, Patrick Boutilier wrote:
> There are a couple out there. Try searching for LVM on Freshmeat.net
I do see a couple. None of them appear to incorporate md support, which
would be quite nice.
Imagine a GUI tool that would let you create and manipulate RAID devices
(using md) and combine them or manage them using LVM. A convenient GUI
to convert an existing non-md/lvm system to say LVM-managed RAID1 would
be impressive too, even if it's a logistical nightmare. :)
Not that I have tons of free time, but I might tinker around with
something this weekend.
Jason.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2001-07-25 19:33 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-25 18:34 [linux-lvm] GUI front-end for LVM Gonyou, Austin
2001-07-25 18:42 ` Jason Tackaberry
2001-07-25 19:33 ` Heinz J . Mauelshagen
-- strict thread matches above, loose matches on Subject: below --
2001-07-25 17:48 Gonyou, Austin
2001-07-25 17:44 Jason Tackaberry
2001-07-25 17:47 ` Patrick Boutilier
2001-07-25 18:29 ` Jason Tackaberry
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox