Whamcloud - gitweb
Changed mds_lov_set_nextid mds_lov_set_growth to use obd_set_info
authorrread <rread>
Fri, 29 Aug 2003 23:33:29 +0000 (23:33 +0000)
committerrread <rread>
Fri, 29 Aug 2003 23:33:29 +0000 (23:33 +0000)
commit693acd64d10e8d99b74e06471b33f329de97b912
treea58d09a52e68f7925c4a2db62b06a5012ac874c6
parentb2925a9d633c82ccbf09595f5dbea1898eb53e9d
Changed mds_lov_set_nextid mds_lov_set_growth to use obd_set_info
instead of obd_setattr, and added this code to lov_ and osc_set_info.
It is now ok if stripe_cnt  != target_cnt.

Removed the mds_lov_lsm, lsmsize fields, as they are no longer
needed now that we use obd_set_info.

Renamed lov_create_orphans to lov_clear_orphans, as that is what it does.

Fixed filter_next_id() and filter_last_id() to really be next and
last. (I take "last" to mean last value that filter_next_id()
returned.)

Added some tests to replay_single.sh.
lustre/osc/osc_create.c