diff options
author | Ed Cashin <ecashin@coraid.com> | 2012-10-04 17:16:49 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-10-06 03:05:30 +0900 |
commit | 5b8c4be381a81617b60488ac3bd1b3e5cda32218 (patch) | |
tree | 819879dc69962d7f73f9a97aa11e0e11c8ceeb16 /Documentation/aoe/status.sh | |
parent | 1ac9e602625817b0c16cc70ea496875f7bd58a4d (diff) | |
download | op-kernel-dev-5b8c4be381a81617b60488ac3bd1b3e5cda32218.zip op-kernel-dev-5b8c4be381a81617b60488ac3bd1b3e5cda32218.tar.gz |
aoe: update documentation to better reflect aoe-plus-udev usage
Signed-off-by: Ed Cashin <ecashin@coraid.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/aoe/status.sh')
-rw-r--r-- | Documentation/aoe/status.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/aoe/status.sh b/Documentation/aoe/status.sh index 751f3be..eeec7ba 100644 --- a/Documentation/aoe/status.sh +++ b/Documentation/aoe/status.sh @@ -1,5 +1,8 @@ #! /bin/sh # collate and present sysfs information about AoE storage +# +# A more complete version of this script is aoe-stat, in the +# aoetools. set -e format="%8s\t%8s\t%8s\n" |