Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: update commit comment example to include component descriptions.

...

No Format
LU-nnn component: short description of change under 64 columns

A more detailed explanationThe "component:" should be a lower-case single-word subsystem of the
Lustre code that best encompasses the change being made.  Examples of
components include modules like: llite, lov, lmv, osc,  This can be
as detailed as you'd like, possibly several paragraphs in length.

Please provide a detailed explanation mdc, ldlm, lnet,
ptlrpc, mds, oss, osd, ldiskfs, libcfs, socklnd, o2iblnd; functional
subsystems like: recovery, quota, grant; and auxilliary areas like:
build, tests, docs.  This list is not exhaustive, but is a guideline.

The commit comment should contain a detailed explanation of the change
being made.  This can be as long as you'd like.  Please give details
of what problem was solved,
 (including error messages or problems that
were seen), a good high-level description of how it was solved, and
which which
parts of the code were affectedchanged (including function names as
needed,  important functions
that were changed, if this is useful to understand the patch, and
for easier searching).  Wrap lines at/under 70 columns or less.

Signed-off-by: Your Real Name <your_email@domain.name>
Change-Id: Ixxxx(added automatically if missing)xxxx

...