Add documentation for the supplementary group upcall in lmc docs.
Fix minor inconsistency between lmc and lconf usage.
b=9259
--upcall <path>
Specify the location of both (Lustre and Portals) upcall scripts used by the client for recovery.
.TP
+--group_upcall <path>
+Specify the location of the group upcall scripts used by the MDS for determiningsupplementary group membership.
+.TP
--ptldebug <debug_level>
Set the portals debug level.
.TP
scripts used by the client for recovery
\layout Description
+--group_upcall\SpecialChar ~
+<path> Specify the location of the group upcall scripts used by the MDS
+ for determiningsupplementary group membership
+\layout Description
+
--ptldebug\SpecialChar ~
<debug_level> Set the portals debug level.
\layout Description
# devsize is in 1k, and fs block count is in 4k
block_cnt = devsize/4
- if fstype in ('ext3', 'extN', 'ldiskfs'):
+ if fstype in ('ext3', 'ldiskfs'):
# ext3 journal size is in megabytes
if jsize == 0:
if devsize == 0:
if ret:
panic("Unable to build fs:", dev, string.join(out))
# enable hash tree indexing on fsswe
- if fstype in ('ext3', 'extN', 'ldiskfs'):
+ if fstype in ('ext3', 'ldiskfs'):
htree = 'tune2fs -O dir_index'
(ret, out) = run (htree, dev)
if ret:
--timeout num
--upcall path
--lustre_upcall path
- --groups_upcall path
+ --group_upcall path
--portals_upcall path
--ptldebug debug_level
--subsystem subsystem_name
('timeout', "Set timeout to initiate recovery.", PARAM),
('upcall', "Set both lustre and portals upcall scripts.", PARAM),
('lustre_upcall', "Set location of lustre upcall script.", PARAM),
- ('groups_upcall', "Set location of extended groups upcall script.", PARAM),
+ ('group_upcall', "Set location of extended groups upcall script.", PARAM),
('portals_upcall', "Set location of portals upcall script.", PARAM),
('ptldebug', "Set the portals debug level", PARAM),
('subsystem', "Specify which Lustre subsystems have debug output recorded in the log", PARAM),