X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fmdadm.git;a=blobdiff_plain;f=super-ddf.c;h=5d38750489193302e6a4bcd0e56809ccdc29957b;hp=cb7f67c4fdeb9e00a12c4dee2b6109c9193fed76;hb=103f2410ec581620367d6fde67a3a62f077062a7;hpb=120f767760a7a4a5c6d605eec91d3cec4ebc32a1 diff --git a/super-ddf.c b/super-ddf.c index cb7f67c4..5d387504 100644 --- a/super-ddf.c +++ b/super-ddf.c @@ -1286,6 +1286,8 @@ static void getinfo_super_ddf_bvd(struct supertype *st, struct mdinfo *info) // info->disk.raid_disk = find refnum in the table and use index; // info->disk.state = ???; + info->container_member = ddf->currentconf->vcnum; + info->resync_start = 0; if (!(ddf->virt->entries[info->container_member].state & DDF_state_inconsistent) &&