From: eeb Date: Mon, 14 Feb 2005 15:30:14 +0000 (+0000) Subject: * Added loopback optimisation to lib-move.c X-Git-Tag: v1_8_0_110~486^5~23 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=dc27ff5b6d477d2b9b3ee3d54409072e8f29c447;p=fs%2Flustre-release.git * Added loopback optimisation to lib-move.c lctl --net ??? loopback # show current state lctl --net ??? loopback on # enable loopback optimisation lctl --net ??? loopback off # disable loopback optimisation By default loopback optimisation is turned OFF --- diff --git a/lustre/utils/lctl.c b/lustre/utils/lctl.c index b05c1a0..8b86745 100644 --- a/lustre/utils/lctl.c +++ b/lustre/utils/lctl.c @@ -118,6 +118,9 @@ command_t cmdlist[] = { "Omitting the count means indefinitely, 0 means restore, " "otherwise fail 'count' messages.\n" "usage: fail nid|_all_ [count]"}, + {"loopback", jt_ptl_loopback, 0, "print loopback state\n" + "With arg enable/disable\n" + "usage: loopback [on|off]"}, /* Device selection commands */ {"=== device selection ===", jt_noop, 0, "device selection"},