Bug#335230: More stub code

2005-10-27 Thread Erik van Konijnenburg
On Wed, Oct 26, 2005 at 09:49:13AM +0200, Mattia Dongili wrote: On Tue, October 25, 2005 10:13 pm, Erik van Konijnenburg said: On Tue, Oct 25, 2005 at 08:09:06PM +0200, Mattia Dongili wrote: The init() function looks OK. Detail: you're doing a fork/exec of evms_query info ... just to find

Bug#335230: More stub code

2005-10-26 Thread Mattia Dongili
On Tue, October 25, 2005 10:13 pm, Erik van Konijnenburg said: On Tue, Oct 25, 2005 at 08:09:06PM +0200, Mattia Dongili wrote: I've been able to setup an almost-working evms box (at least evms_query reports useful data). I tried following Erik's suggestions and also implemented part of the

Bug#335230: More stub code

2005-10-26 Thread Marco Amadori
Alle 22:13, martedì 25 ottobre 2005, hai scritto: The properties look OK to find devices, but don't yet provide enough information to decide whether to load raid0/raid5. We need to implement a deeper plugins support for this to happen. The crude fix is to just load them always ...

Bug#335230: More stub code

2005-10-26 Thread Marco Amadori
Alle 20:09, martedì 25 ottobre 2005, hai scritto: I've been able to setup an almost-working evms box (at least evms_query reports useful data). You have to boot from a emvs volume to have a proper evms box, or to look at it from an evms enabled cd-rom, but I think you already saw that. I

Bug#335230: More stub code

2005-10-26 Thread Marco Amadori
Alle 09:49, mercoledì 26 ottobre 2005, hai scritto: Yes, that was my first implementation actually. But the Device Number in evms_query info doesn't match the real device maj/min and I really don't know which one might be useful when filtering with findByDevNo eg: # evms_query info

Bug#335230: More stub code

2005-10-26 Thread Mattia Dongili
On Wed, Oct 26, 2005 at 07:25:38PM +0200, Marco Amadori wrote: [...] Yes, we need only to scan for plugins if we like. we do! :) (aw, well at least I do) The list of all plugins needed is given by, in shell terms and with my system examples: # evms_query volumes | xargs -i evms_query

Bug#335230: More stub code

2005-10-26 Thread Mattia Dongili
On Wed, Oct 26, 2005 at 08:15:59PM +0200, Marco Amadori wrote: [...] ah, discard my previous request for command output, this is enough for me at teh moment :) thanks -- mattia :wq! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Bug#335230: More stub code

2005-10-25 Thread Mattia Dongili
I've been able to setup an almost-working evms box (at least evms_query reports useful data). I tried following Erik's suggestions and also implemented part of the init() method and reworked some of Marco's code. Some parts are still to be finished, but I'd like some feedback expecially on

Bug#335230: More stub code

2005-10-25 Thread Erik van Konijnenburg
On Tue, Oct 25, 2005 at 08:09:06PM +0200, Mattia Dongili wrote: I've been able to setup an almost-working evms box (at least evms_query reports useful data). I tried following Erik's suggestions and also implemented part of the init() method and reworked some of Marco's code. Some parts are