Whamcloud - gitweb
- Support multiple lov OBDs per node, by tying the LOV into the same UUID group
authorshaver <shaver>
Sat, 6 Sep 2003 04:05:25 +0000 (04:05 +0000)
committershaver <shaver>
Sat, 6 Sep 2003 04:05:25 +0000 (04:05 +0000)
commita3204b487b42e2d2a512158cad0773728c221333
tree179974bdbdf56e8d3cae35b40d5b5b4342ad3342
parent97a799f46ff454e13e09606c4fa94372ab06e243
- Support multiple lov OBDs per node, by tying the LOV into the same UUID group
  as the OSCs and MDCs.

- The MDS now _always_ creates its own LOV and OSCs/MDC, and there is no longer
  a --mds_ost_conn switch.

- replay-dual should work now, but I haven't tested it.

- the mdc_lock is now per-MDC, and not global

- when a namespace is destroyed, remove the associated lprocfs directory,
  so that it's not there like a landmine with dangling namespace pointers.

- the MDS now knows its LOV by device name (which is lov_$MDSNAME)

- LOV now has an explicit 'descriptor' or 'LOV service' UUID, instead of
  reusing the the device UUID

- print the (possibly useful) mdc name instead of the largely useless and not
  really unique U"U"ID in lprocfs/lov/target_mdc
lustre/mdc/mdc_locks.c