Whamcloud - gitweb
- oscc_has_objects needs to do a signed comparison, or osc_create will
authorphil <phil>
Sun, 17 Aug 2003 20:52:58 +0000 (20:52 +0000)
committerphil <phil>
Sun, 17 Aug 2003 20:52:58 +0000 (20:52 +0000)
commitfd65f444233ba6eaa7ac85e7d482e785207ab206
treec8cdf6db2785a73e78052aac25d5f873826670ed
parent8a2d8fa5f1ac58ec3c045599deed92e0f9df8d52
- oscc_has_objects needs to do a signed comparison, or osc_create will
  spin forever
- print some lines to the log about which objects are being returned,
  and which were preallocated
- default to starting at 2 instead of 0, because that's the first
  object that the OST will actually create.  This will be replaced
  shortly with an actual understanding of which objects are available
  at startup
- exclude tests 34c-34e until I fix "create with existing size"; the
  rest of sanity passes if you start with a newly formatted OST (see
  last point)
lustre/osc/osc_create.c