Description
I've been meaning to file this for a while, but we really need to get rid of the last vestiges of obdfilter. In particular, the ofd module is still named obdfilter, and related proc infrastructure is still under obdfilter. I presume this was left to accommodate the t-f but its certainly confusing and needs to go.
lustre/ofd/Makefile.in
MODULES := obdfilter obdfilter-objs := ofd_dev.o ofd_io.o ofd_obd.o ofd_objects.o obdfilter-objs += lproc_ofd.o ofd_lvb.o ofd_capa.o obdfilter-objs += ofd_grant.o ofd_recovery.o ofd_fs.o ofd_fmd.o @INCLUDE_RULES@
Attachments
Issue Links
- is related to
-
LU-2096 name ofd device type "ofd" instead of "obdfilter"
-
- Open
-
Latest patch for LU-2096 clears up the obd device type from obdfilter to ost as well as the proc handling. What is not changed in that patch is the log record recorded on attach. Currently it is recored as "obdfilter" instead of LUSTRE_OST_NAME. Changing that will break downgrades since the OST will not mount. Must ponder a way to support both.