Whamcloud - gitweb
Fix LOV striping code:
authoradilger <adilger>
Tue, 22 Oct 2002 21:22:58 +0000 (21:22 +0000)
committeradilger <adilger>
Tue, 22 Oct 2002 21:22:58 +0000 (21:22 +0000)
commit08e9a34c98c7b1ad67744a18ae57ba0b40cf4a97
tree661135fe5162aec8d72e214574b4bbb26b5bb578
parentba0284c6e54b3dbc101c4ccc5c7e175166dbd314
Fix LOV striping code:
- don't set default stripe count at lov_connect() time if it is zero, defer
  it to lov_create() time in case the number of OSTs has changed
- validate the "stripe width < 4GB" requirement at lov_create() time, in
  case bad user-specified striping patterns are given or #OSTs has increased
- don't override lsm_stripe_count if it is already set
- choose from all OSTs as the starting OST, instead of only [0-active]
- return -ENOTTY for unimplemented ioctls
lustre/llite/namei.c
lustre/lov/lov_obd.c
lustre/mds/mds_reint.c