Whamcloud - gitweb
- do not call any obd_fid_init() from llite, do that from lmv only;
authoryury <yury>
Tue, 24 Oct 2006 12:27:15 +0000 (12:27 +0000)
committeryury <yury>
Tue, 24 Oct 2006 12:27:15 +0000 (12:27 +0000)
commitc75067b54967f4b37a019f3b05297c1383a05508
treece3e287a98c73802f3a56d528ddea88c4a3cf075
parent0161dfffbd51250082b521857df985f298faaf28
- do not call any obd_fid_init() from llite, do that from lmv only;
- handle adding new mdc in lvm correctly from POV of seq init;
- move tgt disconnect to lmv_disconnect_mdc(), call obd_fid_fini() from it;
- deny adding new fld target on fly, continue to work with old targets set (hack until DHT is not used);
- fix sanity 24g, use mdd_is_root() for root comparisons as lu_fid_eq() can't be used fo root fids.
lustre/fld/fld_request.c
lustre/include/lustre_fld.h
lustre/liblustre/llite_fid.c
lustre/liblustre/llite_lib.h
lustre/liblustre/super.c
lustre/llite/llite_fid.c
lustre/llite/llite_internal.h
lustre/llite/llite_lib.c
lustre/lmv/lmv_obd.c
lustre/mdd/mdd_dir.c