[linux-lvm] *** ANNOUNCEMENT *** LVM 0.9.1 beta1 available at www.sistina.com

Jan Niehusmann list039 at gondor.com
Sat Jan 13 16:04:08 UTC 2001


On Sat, Jan 13, 2001 at 01:15:32AM +0000, Heinz J. Mauelshagen wrote:
> We'ld appreciate a couple of days for test feedback before pushing a 2.4.0
> patch to Linus.

It still has the problem I reported on Dec 22. On Dec 23 I wrote:

: Ok, I found the problem: The sort order of the pv's is wrong, and 0.9 is
: missing the code that sorts them. 0.8final's pv_read_all_pv_of_vg.c contains
: 
:       for ( p = 0; pv_tmp[p] != NULL; p++) {
:          if ( strcmp ( pv_tmp[p]->vg_name, vg_name) == 0) {
:             pv_this[pv_tmp[p]->pv_number-1] = pv_tmp[p];
:             np++;
:          }
:       }
: 
: and 0.9's doesn't.

Jan




More information about the linux-lvm mailing list