Bugzilla – Attachment #105607: yast2-storage-intel-dmraid-fix for bug #217807
DmPartCo(s, "/dev/mapper/"+Name, staticType(), ppart )
{
DmPartCo::init( ppart );
getRaidData( Name );
y2debug( "constructing dmraid co %s", Name.c_str() );
}
DmraidCo::getRaids( l );
for( list<string>::const_iterator i=l.begin(); i!=l.end(); ++i )
DmraidCo::getRaidData( *i );
DmraidCo * v = new DmraidCo( this, *i, ppart );
if( v->isValid() )