X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fdoc%2Fllsom_sync.8;h=ba7348e6c158d8ba58e44248005ee0709f9bb4ad;hb=72617588ac8cb2e3e5a7b8e5ebc201cab524d938;hp=083a848f63fc9316ad2f7aa04f1f2c6cf8eb5770;hpb=caba6b9af07567ff4cdae9f6450f399cd3ca445e;p=fs%2Flustre-release.git diff --git a/lustre/doc/llsom_sync.8 b/lustre/doc/llsom_sync.8 index 083a848..ba7348e 100644 --- a/lustre/doc/llsom_sync.8 +++ b/lustre/doc/llsom_sync.8 @@ -64,7 +64,7 @@ performance significantly if thousands of fsync requests are sent. .TP Register a changelog consumer for MDT lustre-MDT0000 -$ cl_user=$(ssh root@mds01 lctl changelog_register --device lustre-MDT0000 -n) +$ cl_user=$(ssh root@mds01 lctl --device lustre-MDT0000 changelog_register -n) .br $ echo $cl_user .br @@ -82,11 +82,11 @@ $ llsom_sync --mdt=lustre-MDT0000 --user=$cl_user \\ To deregister the changelog user (e.g. after this example, or if SOM updates are no longer needed): .br -$ ssh root@mds01 lctl changelog_deregister --device lustre-MDT0000 $cl_user +$ ssh root@mds01 lctl --device lustre-MDT0000 changelog_deregister $cl_user .SH AUTHOR The llsom_sync command is part of the Lustre filesystem. .SH SEE ALSO .BR lustre (7), -.BR lctl (8), +.BR lctl (8)