Fix typo obejct -> object.
Test-Parameters: trivial
Signed-off-by: Sohei Koyama <skoyama@ddn.com>
Change-Id: I4ab626ca188166e439191450b48e394243116bef
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/54862
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Reviewed-by: Arshad Hussain <arshad.hussain@aeoncomputing.com>
rc = lfsck_layout_master_conditional_destroy(env, com, cfid2, ost_idx2);
- /* If the conflict OST-obejct is not created for fixing dangling
+ /* If the conflict OST-object is not created for fixing dangling
* referenced MDT-object in former LFSCK check/repair, or it has
* been modified by others, then we cannot destroy it. Re-create
* a new MDT-object for the orphan OST-object.
* Allocate a striping on a predefined set of MDTs.
*
* Allocates new striping using the MDT index range provided by the data from
- * the lum_obejcts contained in the lmv_user_md passed to this method if
+ * the lum_objects contained in the lmv_user_md passed to this method if
* \a is_specific is true; or allocates new layout starting from MDT index in
* lo->ldo_dir_stripe_offset. The exact order of MDTs is not important and
* varies depending on MDT status. The number of stripes needed and stripe
* Allocate a specific striping layout on a user defined set of OSTs.
*
* Allocates new striping using the OST index range provided by the data from
- * the lmm_obejcts contained in the lov_user_md passed to this method. Full
+ * the lmm_objects contained in the lov_user_md passed to this method. Full
* OSTs are not considered. The exact order of OSTs requested by the user
* is respected as much as possible depending on OST status. The number of
* stripes needed and stripe offset are taken from the object. If that number
}
/**
- * Create a striping for an obejct.
+ * Create a striping for an object.
*
* The function creates a new striping for the object. The function tries QoS
* algorithm first unless free space is distributed evenly among OSTs, but
cancel_lru_locks osc
echo "Inject failure to make $DIR/$tdir/a1/f1 and $DIR/$tdir/a1/f2"
- echo "to reference the same OST-object (which is f1's OST-obejct)."
+ echo "to reference the same OST-object (which is f1's OST-object)."
echo "Then drop $DIR/$tdir/a1/f1 and its OST-object, so f2 becomes"
echo "dangling reference case, but f2's old OST-object is there."
echo "The failure also makes $DIR/$tdir/a1/f3 and $DIR/$tdir/a1/f4"
- echo "to reference the same OST-object (which is f3's OST-obejct)."
+ echo "to reference the same OST-object (which is f3's OST-object)."
echo "Then drop $DIR/$tdir/a1/f3 and its OST-object, so f4 becomes"
echo "dangling reference case, but f4's old OST-object is there."
echo
cancel_lru_locks osc
echo "Inject failure to make $DIR/$tdir/a1/f1 and $DIR/$tdir/a1/f2"
- echo "to reference the same OST-object (which is f1's OST-obejct)."
+ echo "to reference the same OST-object (which is f1's OST-object)."
echo "Then drop $DIR/$tdir/a1/f1 and its OST-object, so f2 becomes"
echo "dangling reference case, but f2's old OST-object is there."
echo "Also the failure makes $DIR/$tdir/a1/f3 and $DIR/$tdir/a1/f4"
- echo "to reference the same OST-object (which is f3's OST-obejct)."
+ echo "to reference the same OST-object (which is f3's OST-object)."
echo "Then drop $DIR/$tdir/a1/f3 and its OST-object, so f4 becomes"
echo "dangling reference case, but f4's old OST-object is there."
echo