Whamcloud - gitweb
fs/lustre-release.git
17 years ago- merge with 1_5,some fixes.
yury [Sun, 20 Aug 2006 13:13:22 +0000 (13:13 +0000)]
- merge with 1_5,some fixes.

17 years ago(Hopefully) merge lustre/scripts from b1_5 as stuff in here is needed to
brian [Sat, 19 Aug 2006 03:08:14 +0000 (03:08 +0000)]
(Hopefully) merge lustre/scripts from b1_5 as stuff in here is needed to
successfully test a mountconf branch with ltest.

17 years ago- fix defect with lost nlink++ in rename
tappro [Fri, 18 Aug 2006 23:22:13 +0000 (23:22 +0000)]
- fix defect with lost nlink++ in rename
- mdt_device_fini() shouldn't return child device
- mdt_handle_last_unlink() shouldn't change the result code

17 years agoanother missed files in dist
tappro [Fri, 18 Aug 2006 21:57:53 +0000 (21:57 +0000)]
another missed files in dist

17 years agoBranch: b_new_cmd
wangdi [Fri, 18 Aug 2006 16:19:37 +0000 (16:19 +0000)]
Branch: b_new_cmd
1)add flag check in mdd_open
2)some other fixes about open and typo

17 years ago- use obd_last_committed instead of mdt value for now
tappro [Fri, 18 Aug 2006 15:04:24 +0000 (15:04 +0000)]
- use obd_last_committed instead of mdt value for now
- check result in stop callback and set transno = 0
- spin_unlock() after update the txi_transno on stop callback
- fix misspelled variable name
- rename mdt_update_last_transno() to the mdt_finish_reply() due to it's
  functionality

17 years ago- save cookie size for mdt_shrink_reply()
tappro [Fri, 18 Aug 2006 09:38:04 +0000 (09:38 +0000)]
- save cookie size for mdt_shrink_reply()

17 years agofix silly defect, thanks Wangdi.
tappro [Fri, 18 Aug 2006 07:19:50 +0000 (07:19 +0000)]
fix silly defect, thanks Wangdi.

17 years agoCode update during for recovery in new MDS:
tappro [Thu, 17 Aug 2006 23:08:46 +0000 (23:08 +0000)]
Code update during for recovery in new MDS:
- add ldo_recovery_complete() to the devices
- place all recovery-related stuff into mdt_recovery.c
- reconstruction code (except reconstruct_open)
- last_rcvd read/write helpers and update
- mdd_trans_stop() takes rc as parameter and saves it in thandle

17 years ago- store result code in thandle for last_rcvd update
tappro [Thu, 17 Aug 2006 23:01:27 +0000 (23:01 +0000)]
- store result code in thandle for last_rcvd update
- add ldo_recovery_complete() method in lu_device to finish all post-recovery
  tasks

17 years agoanother missed file for dist
tappro [Thu, 17 Aug 2006 22:59:34 +0000 (22:59 +0000)]
another missed file for dist

17 years agoadd header files to the dist
tappro [Thu, 17 Aug 2006 21:19:46 +0000 (21:19 +0000)]
add header files to the dist

17 years ago*** empty log message ***
brian [Thu, 17 Aug 2006 19:53:19 +0000 (19:53 +0000)]
*** empty log message ***

17 years agoDisable KGDB in RHEL4 kernel builds by default. These are the configs that
brian [Thu, 17 Aug 2006 16:21:41 +0000 (16:21 +0000)]
Disable KGDB in RHEL4 kernel builds by default.  These are the configs that
will be used to build test cluster kernels and having a kernel drop to kgdb
during an automated test is not terribly useful I think.

17 years agoBranch: b_new_cmd
wangdi [Thu, 17 Aug 2006 15:11:07 +0000 (15:11 +0000)]
Branch: b_new_cmd
some fixes about get/set flags for test_52

17 years agomd: remove outdated comment
nikita [Thu, 17 Aug 2006 14:24:12 +0000 (14:24 +0000)]
md: remove outdated comment

17 years agoliblustre: fix user level build
nikita [Thu, 17 Aug 2006 14:23:57 +0000 (14:23 +0000)]
liblustre: fix user level build

17 years ago- fix use-after-free issue. fld_server_proc_fini() should be called after
tappro [Thu, 17 Aug 2006 09:21:36 +0000 (09:21 +0000)]
- fix use-after-free issue. fld_server_proc_fini() should be called after
  unregistering the fld service

17 years ago- register/degister keys in mod_init/exit to avoid issues while mds cleanup
tappro [Wed, 16 Aug 2006 22:30:24 +0000 (22:30 +0000)]
- register/degister keys in mod_init/exit to avoid issues while mds cleanup
- use one fld_thread_key structure
- remove unused code

17 years ago- call ldto_device_fini() in obd_precleanup()
tappro [Wed, 16 Aug 2006 20:25:11 +0000 (20:25 +0000)]
- call ldto_device_fini() in obd_precleanup()
- separate mdt_fini() from mdt_free()
- correct operation order in  mdt_fini()

17 years agomove fld_client_init/fini to the cmm_device_mount/shutdown()
tappro [Wed, 16 Aug 2006 20:22:02 +0000 (20:22 +0000)]
move fld_client_init/fini to the cmm_device_mount/shutdown()

17 years ago - store object-existence flags in ->loh_attr
nikita [Wed, 16 Aug 2006 16:59:02 +0000 (16:59 +0000)]
 - store object-existence flags in ->loh_attr

 - drop context argument from lu_object_exists()

17 years agosanity: 57b: 0. revert to 100 files, 1. comment out procfs stuff
nikita [Wed, 16 Aug 2006 16:58:14 +0000 (16:58 +0000)]
sanity: 57b: 0. revert to 100 files, 1. comment out procfs stuff

17 years agomdd: use ->loo_object_start() to initialize object flags
nikita [Wed, 16 Aug 2006 15:41:44 +0000 (15:41 +0000)]
mdd: use ->loo_object_start() to initialize object flags

17 years agoosd: trivial fixes
nikita [Wed, 16 Aug 2006 15:41:11 +0000 (15:41 +0000)]
osd: trivial fixes

17 years agolu: add ->loo_object_start() method called late during object allocation. It can...
nikita [Wed, 16 Aug 2006 15:40:56 +0000 (15:40 +0000)]
lu: add ->loo_object_start() method called late during object allocation. It can be used to perform initialization depending on lower layers

17 years agoBranch: b_new_cmd
wangdi [Wed, 16 Aug 2006 14:07:55 +0000 (14:07 +0000)]
Branch: b_new_cmd
1)add append and immutable check
2)some fixes about set flags
3)some other fixes and cleanup

17 years agobraces are forgotton after condition sentence.
huanghua [Wed, 16 Aug 2006 09:51:39 +0000 (09:51 +0000)]
braces are forgotton after condition sentence.

17 years agoSmall change: for replacing "Ext3" with "Ldiskfs".
fanyong [Wed, 16 Aug 2006 09:42:35 +0000 (09:42 +0000)]
Small change: for replacing "Ext3" with "Ldiskfs".

17 years agofix a defect introduced by last commit:
huanghua [Wed, 16 Aug 2006 07:26:52 +0000 (07:26 +0000)]
fix a defect introduced by last commit:
we return success to client when object locates on another server.

17 years ago(1) mdt shrink reply;
huanghua [Wed, 16 Aug 2006 07:13:10 +0000 (07:13 +0000)]
(1) mdt shrink reply;
(2) restore sanity 31 and 48 test

17 years agofix the return value defect
huanghua [Wed, 16 Aug 2006 03:08:30 +0000 (03:08 +0000)]
fix the return value defect

17 years agoadd osd_shutdown()
tappro [Tue, 15 Aug 2006 22:31:19 +0000 (22:31 +0000)]
add osd_shutdown()

17 years ago- add mdd_device_shutdown()
tappro [Tue, 15 Aug 2006 22:30:49 +0000 (22:30 +0000)]
- add mdd_device_shutdown()
- rename mdd_cleanup_obd() to the mdd_fini_obd() and call it from
  mdd_device_shutdown()
- rename mdd2_obd() helper to the mdd2obd_dev() to make it similar with others
- add mdd_obd_dev field into mdd_device and store mdd_obd pointer in it

17 years agoadd cmm_device_shutdown()
tappro [Tue, 15 Aug 2006 22:22:23 +0000 (22:22 +0000)]
add cmm_device_shutdown()

17 years ago- add process_config call for stack cleanup. All devices will be stopped and
tappro [Tue, 15 Aug 2006 22:21:35 +0000 (22:21 +0000)]
- add process_config call for stack cleanup. All devices will be stopped and
  cleaned up before fini/free

17 years agolu_object_attr() is only defined for local objects: check this in assertion
nikita [Tue, 15 Aug 2006 14:55:52 +0000 (14:55 +0000)]
lu_object_attr() is only defined for local objects: check this in assertion

17 years agoBranch: b_new_cmd
wangdi [Tue, 15 Aug 2006 11:39:44 +0000 (11:39 +0000)]
Branch: b_new_cmd
1) some fixes about set flags of inode
2) remove useless mti_ld
3) other small cleanup

17 years agocosmetic fixes
nikita [Tue, 15 Aug 2006 11:19:31 +0000 (11:19 +0000)]
cosmetic fixes

17 years agoadd "positioning by hash" to iam
nikita [Tue, 15 Aug 2006 11:19:00 +0000 (11:19 +0000)]
add "positioning by hash" to iam

17 years agorestore xxx_attr_set() interface to have "const md_attr*" argument;
huanghua [Tue, 15 Aug 2006 10:27:11 +0000 (10:27 +0000)]
restore xxx_attr_set() interface to have "const md_attr*" argument;

17 years agofixed:
huanghua [Tue, 15 Aug 2006 10:02:43 +0000 (10:02 +0000)]
fixed:
(1) passed wrong lmm_size to mdd_get_md();
(2) handle -ENODATA error

17 years agofixing integer comparism bug
huanghua [Tue, 15 Aug 2006 08:20:12 +0000 (08:20 +0000)]
fixing integer comparism bug

17 years ago(1) fixing typo in mdd;
huanghua [Tue, 15 Aug 2006 07:50:36 +0000 (07:50 +0000)]
(1) fixing typo in mdd;
(2) fixing lum & lmm stripe_count;

17 years agoBranch:
wangdi [Tue, 15 Aug 2006 06:45:53 +0000 (06:45 +0000)]
Branch:
some fixes in mds_cmd_cleanup

17 years agoBranch: b_new_cmd
wangdi [Tue, 15 Aug 2006 04:19:08 +0000 (04:19 +0000)]
Branch: b_new_cmd
1 remove md_lov_info and related info, since we create a tmp MDS obd to
  access the lov, so just reuse mds lov code, no need share anymore.
2)some other fixes and cleanup.

17 years ago(1) remove const from md_attr in moo_attr_set(), because this md_attr may be ajusted...
huanghua [Tue, 15 Aug 2006 04:03:13 +0000 (04:03 +0000)]
(1) remove const from md_attr in moo_attr_set(), because this md_attr may be ajusted/fixed by MDD;
(2) make mdd_lov_mdsize() & mdd_lov_cookiesize() as static inline;
(3) some other small fixes;

17 years agoBranch: b_new_cmd
wangdi [Tue, 15 Aug 2006 02:42:01 +0000 (02:42 +0000)]
Branch: b_new_cmd
it should check MA_LOV before unlink log

17 years agofix defect with list_add_tail() params.
tappro [Mon, 14 Aug 2006 22:41:31 +0000 (22:41 +0000)]
fix defect with list_add_tail() params.

17 years agoforgotten lu_object_put() in case of error
tappro [Mon, 14 Aug 2006 22:37:24 +0000 (22:37 +0000)]
forgotten lu_object_put() in case of error

17 years agofile sanity-gss.sh was added on branch b_new_cmd on 2006-09-11 22:05:00 +0000
ericm [Mon, 14 Aug 2006 22:00:06 +0000 (22:00 +0000)]
file sanity-gss.sh was added on branch b_new_cmd on 2006-09-11 22:05:00 +0000

17 years ago- fixed typo in comment.
yury [Mon, 14 Aug 2006 14:25:48 +0000 (14:25 +0000)]
- fixed typo in comment.

17 years ago- update entries counter on entry delete.
yury [Mon, 14 Aug 2006 14:23:45 +0000 (14:23 +0000)]
- update entries counter on entry delete.

17 years ago- fixed bug in fld_cache_delete(), there should be used ..._safe list iterator;
yury [Mon, 14 Aug 2006 14:19:38 +0000 (14:19 +0000)]
- fixed bug in fld_cache_delete(), there should be used ..._safe list iterator;

- added simple cache shrink mechanism to fld cache. It maintains LRU list and
removes old used entries from it until desired size (passed in init time) is
reached. Also some threshold is used to avoid ping-pong and running shrink
each time as new entry is added in the conditions when cache is almost full.

17 years ago(1) remove MD_ATTR_FLAGS. this is set by LA_FLAGS;
huanghua [Mon, 14 Aug 2006 10:51:28 +0000 (10:51 +0000)]
(1) remove MD_ATTR_FLAGS. this is set by LA_FLAGS;
(2) atime/mtime/ctime typo in OSD;
(3) use our new valid bits in MDD entirely;
(4) some other small fixes;

17 years agoBranch: b_new_cmd
wangdi [Mon, 14 Aug 2006 00:32:29 +0000 (00:32 +0000)]
Branch: b_new_cmd
should check mds_log_op_unlink > 0 in mdd_unlink_log

17 years ago- define and use mdd_attr_get_internal_locking() inline instead of passing flag
tappro [Sun, 13 Aug 2006 22:38:07 +0000 (22:38 +0000)]
- define and use mdd_attr_get_internal_locking() inline instead of passing flag
need_locked as parameter.
- get attr unlocked while create operations

17 years agomdt_md_mkobj() don't need lov attr
tappro [Sun, 13 Aug 2006 21:53:53 +0000 (21:53 +0000)]
mdt_md_mkobj() don't need lov attr

17 years ago- fix issue with checking the result of mds_log_op_unlink() call
tappro [Sun, 13 Aug 2006 21:52:23 +0000 (21:52 +0000)]
- fix issue with checking the result of mds_log_op_unlink() call

17 years ago- separate __mdd_iattr_get() to get only inode attr. Needed for internal MDD
tappro [Sun, 13 Aug 2006 21:50:35 +0000 (21:50 +0000)]
- separate __mdd_iattr_get() to get only inode attr. Needed for internal MDD
  use.
- small cleanups and comments,
- use __mdd_finish_unlink() in mdd_rename()
- fix mdd_rename() when tobj is dir, the additional ref should be deleted for
  tobj itself

17 years agoBranch: b_new_cmd
wangdi [Sun, 13 Aug 2006 17:36:07 +0000 (17:36 +0000)]
Branch: b_new_cmd
1) add ma_need to indicate which field it need when it call the lower layer
2) reorganize mdd setattr/getattr code.
3) fix some problems in set/get md.
4) prepare the reply buffer for close.
5) some other fixes and cleanup

17 years ago small fixes
tappro [Sat, 12 Aug 2006 14:45:01 +0000 (14:45 +0000)]
 small fixes

17 years agoadd debug
tappro [Sat, 12 Aug 2006 13:38:05 +0000 (13:38 +0000)]
add debug

17 years ago- introduce open counter in mdd
tappro [Sat, 12 Aug 2006 11:21:29 +0000 (11:21 +0000)]
- introduce open counter in mdd
- update mo_close() method with adding the md_attr
- split mdd_attr_get() into two sub-function __mdd_atte_get, __mdd_lov_get
  because they are needed for internal use in mdd
- return lov ea and llog cookie in mdt_close() for unlinked file
- mdt_handle_last_unlink() checks the ma_valid fields to decide what to return
  to the client

17 years ago- remove unused ot_ref counter
tappro [Sat, 12 Aug 2006 11:14:27 +0000 (11:14 +0000)]
- remove unused ot_ref counter

17 years agoBranch: b_new_cmd
wangdi [Sat, 12 Aug 2006 09:32:01 +0000 (09:32 +0000)]
Branch: b_new_cmd
1) fix bit in mdd/mdt/osd after separate LA from ATTR.
2) set blksize after create data object
3) some cleanup

17 years agomdt: translate ATTR_FROM_OPEN
nikita [Sat, 12 Aug 2006 08:56:36 +0000 (08:56 +0000)]
mdt: translate ATTR_FROM_OPEN

17 years agoBranch: b_new_cmd
wangdi [Sat, 12 Aug 2006 08:45:49 +0000 (08:45 +0000)]
Branch: b_new_cmd
oops, just forget 1 file in the last commit

17 years agoBranch: b_new_cmd
wangdi [Sat, 12 Aug 2006 04:57:58 +0000 (04:57 +0000)]
Branch: b_new_cmd
1)add DEAD_OBJ flag to indicate the object has been unlinked.
2)fix intent disposion problems in mdt_reint_open, if we find
  dead parent dir.
3)add sanity check in those mdd object APIs.
4)rename reply should include lmm and logcookie.
5)some other fixes in mdd api

17 years agomdd_attr_set(): kill unused code
nikita [Fri, 11 Aug 2006 20:26:03 +0000 (20:26 +0000)]
mdd_attr_set(): kill unused code

17 years agoconsity mdo_attr_set() argument
nikita [Fri, 11 Aug 2006 17:12:29 +0000 (17:12 +0000)]
consity mdo_attr_set() argument

17 years agoosd: reimplement osd_attr_set()
nikita [Fri, 11 Aug 2006 16:50:03 +0000 (16:50 +0000)]
osd: reimplement osd_attr_set()

17 years agofix ->la_valid usage
nikita [Fri, 11 Aug 2006 16:49:32 +0000 (16:49 +0000)]
fix ->la_valid usage

17 years ago- fixed bug in seq_server_init(), there should be separate portal for data stack.
yury [Fri, 11 Aug 2006 11:39:54 +0000 (11:39 +0000)]
- fixed bug in seq_server_init(), there should be separate portal for data stack.

17 years agoskip some tests, and modify some argument according to current implementation.
huanghua [Fri, 11 Aug 2006 09:24:46 +0000 (09:24 +0000)]
skip some tests, and modify some argument according to current implementation.

17 years ago- one more piece of changes missed to commit last time.
yury [Fri, 11 Aug 2006 07:23:51 +0000 (07:23 +0000)]
- one more piece of changes missed to commit last time.

17 years ago- last portion of cleanups and fixes after Nikita's CODEINSP;
yury [Fri, 11 Aug 2006 07:20:26 +0000 (07:20 +0000)]
- last portion of cleanups and fixes after Nikita's CODEINSP;
- fixes about accessing pointers which are not valid and store error
  code what may be checked with IS_ERR() macro;

17 years ago- one more portion of fixes and cleanups after Nikita's CODEINSP.
yury [Thu, 10 Aug 2006 15:37:26 +0000 (15:37 +0000)]
- one more portion of fixes and cleanups after Nikita's CODEINSP.

17 years ago(1) in mdd_lov_create(), allocate lmm before using it to call mdd_get_md();
huanghua [Thu, 10 Aug 2006 15:28:02 +0000 (15:28 +0000)]
(1) in mdd_lov_create(), allocate lmm before using it to call mdd_get_md();
(2) in mdd_lov_create(), free lsm after using.

17 years ago- more fixes and cleanups in fld after Nikita's CODEINSP.
yury [Thu, 10 Aug 2006 13:20:16 +0000 (13:20 +0000)]
- more fixes and cleanups in fld after Nikita's CODEINSP.

17 years agoBranch: b_new_cmd
wangdi [Thu, 10 Aug 2006 13:15:45 +0000 (13:15 +0000)]
Branch: b_new_cmd
Merge fix from b1_5
This Assert is not right for ost add dynamicly

17 years agoupdate lmv_placement_policy(). For directories it uses policy 'by name', for
tappro [Thu, 10 Aug 2006 12:14:58 +0000 (12:14 +0000)]
update lmv_placement_policy(). For directories it uses policy 'by name', for
other files - 'by parent mds'. The parent fid is added into struct
lu_placement_hint so parent mds can be taken.

17 years agofix issue with use-after-free if commit occurs while journal_stop()
tappro [Thu, 10 Aug 2006 12:08:23 +0000 (12:08 +0000)]
fix issue with use-after-free if commit occurs while journal_stop()
the ot_ref count is added into osd_thandle and osd_thandle is freed only when
last reference is dropped.

17 years ago- start seq mgr for data stack in separate portal;
yury [Thu, 10 Aug 2006 11:23:44 +0000 (11:23 +0000)]
- start seq mgr for data stack in separate portal;
- changes about thread names in seq mgr.

17 years ago(1) small file count in sanity to avoid large directory which is not supported currently;
huanghua [Thu, 10 Aug 2006 10:38:59 +0000 (10:38 +0000)]
(1) small file count in sanity to avoid large directory which is not supported currently;
(2) in mdt_getattr_internal(), set different flag for regular file and dir;
(3) ajust wiretest to fix current implementation.

17 years ago- more in fld and seq fixes after Nikita's CODEINSP.
yury [Thu, 10 Aug 2006 10:33:41 +0000 (10:33 +0000)]
- more in fld and seq fixes after Nikita's CODEINSP.

17 years ago1)for Non Create revalidate, we still should pack the child fid.
wangdi [Thu, 10 Aug 2006 08:39:51 +0000 (08:39 +0000)]
1)for Non Create revalidate, we still should pack the child fid.
  for checking dentry stale.
2)we only check stale, if it do not create object in server.

17 years ago(1) wrong argument in lmv_create();
huanghua [Thu, 10 Aug 2006 05:59:28 +0000 (05:59 +0000)]
(1) wrong argument in lmv_create();
(2) add rdev support for special file;
(3) skip sanity 51 until we can list large directory.

17 years agoBranch: b_new_cmd
wangdi [Thu, 10 Aug 2006 03:47:20 +0000 (03:47 +0000)]
Branch: b_new_cmd
Sometimes, we need revalidate dentries with (IT_CREATE/IT_OPEN), since
we did not unhash the cache totally on client for getpwd(2). so in
ll_revalidate_it we also need allocate the fid. If in mds, it did create
an object. then the dentry should be invalidate(return -ESTALE).
and some related cleanup work should be done in ll_revalidate_finish_it.

17 years agoUse libiam for mkfs_lustre
fanyong [Thu, 10 Aug 2006 03:09:53 +0000 (03:09 +0000)]
Use libiam for mkfs_lustre

17 years agoFor iam lib.
fanyong [Thu, 10 Aug 2006 03:09:10 +0000 (03:09 +0000)]
For iam lib.

17 years ago- implemented almost all Nikita's notes in seq mgr and same ones in fld;
yury [Wed, 9 Aug 2006 14:29:17 +0000 (14:29 +0000)]
- implemented almost all Nikita's notes in seq mgr and same ones in fld;
- fixed bug in seq_store_write() - it did not really stored seq ranges;
- s/PFID3/PFID/g s/DFID3/DFID/g - seems it is always needed to write 3 fid components.

17 years ago(1) pass create flag from client to CMM/MDD in struct md_create_spec;
huanghua [Wed, 9 Aug 2006 09:54:04 +0000 (09:54 +0000)]
(1) pass create flag from client to CMM/MDD in struct md_create_spec;
(2) return object flag to client;
(3) do ioctl for ATTR_ATTR_FLAGS instead of setattr(): sanity 52

17 years agoBranch: b_new_cmd
wangdi [Wed, 9 Aug 2006 08:31:08 +0000 (08:31 +0000)]
Branch: b_new_cmd
1)merge some fixes from b1_5
 *only client has parent update lock, then hash the child dentry, it could
  fix bad inode problems
 *when ll_inode_revaldate_it can not match lock locally, it should try to
  retrieve from remote server
2)re-phase comments in mdd_lov_create
3)remove LUSTRE_POSIX_MAX_ACL_SIZE from liblustre.h, it is not needed.

17 years ago(1) some computer may not have "which" command
huanghua [Wed, 9 Aug 2006 03:14:02 +0000 (03:14 +0000)]
(1) some computer may not have "which" command
(2) avoid a found bug in fid reusing in test 44a.

17 years agoChange '/' mode from 040700 to 040755
fanyong [Wed, 9 Aug 2006 02:38:10 +0000 (02:38 +0000)]
Change '/' mode from 040700 to 040755

17 years agofile nfs-utils-1.0.10-lustre.diff was added on branch b_new_cmd on 2006-09-11 22...
ericm [Tue, 8 Aug 2006 19:45:37 +0000 (19:45 +0000)]
file nfs-utils-1.0.10-lustre.diff was added on branch b_new_cmd on 2006-09-11 22:05:02 +0000

17 years agoBranch: b_new_cmd
wangdi [Tue, 8 Aug 2006 16:30:19 +0000 (16:30 +0000)]
Branch: b_new_cmd
seems a typo, anyway we need pack the attr back
when inode revalidate

17 years agoBranch: b_new_cmd
wangdi [Tue, 8 Aug 2006 12:05:54 +0000 (12:05 +0000)]
Branch: b_new_cmd
1)we should set size to ost object after creating ost object,
  if the object size is not zero because of truncate.
2)enable ATTR_SIZE in osd_inode_setattr, since we could set size in mds
  for reg file, but not truncate.

17 years agoreturn time to client.
huanghua [Tue, 8 Aug 2006 08:16:17 +0000 (08:16 +0000)]
return time to client.