diff options
author | Bob Gilligan <gilligan@vyatta.com> | 2010-04-30 17:49:31 -0700 |
---|---|---|
committer | Bob Gilligan <gilligan@vyatta.com> | 2010-04-30 17:49:31 -0700 |
commit | f78be567aa747f501ad55f0037ef843801d3dd93 (patch) | |
tree | 9b2668b09a727f42bed57c5057b63bfcd779963f /templates | |
parent | 72b54ee266b56b918c2c06e680db4e204428e6d5 (diff) | |
download | vyatta-op-f78be567aa747f501ad55f0037ef843801d3dd93.tar.gz vyatta-op-f78be567aa747f501ad55f0037ef843801d3dd93.zip |
Add "show system image storage" op mode command.
As the name indicates, it tells you how much disk space each
image occupies.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show/system/image/storage/node.def | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/show/system/image/storage/node.def b/templates/show/system/image/storage/node.def new file mode 100644 index 0000000..0592adc --- /dev/null +++ b/templates/show/system/image/storage/node.def @@ -0,0 +1,3 @@ +help: Show disk space utilization of system images + +run: /opt/vyatta/bin/show-image-storage.pl |