summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerome Martin <jxm@risingtidesystems.com>2011-05-26 21:51:34 +0200
committerJerome Martin <jxm@risingtidesystems.com>2011-05-26 21:53:36 +0200
commit2ed9989482e1bcd120b5b15d814e71d56268a8bc (patch)
tree623889b27b89fb4489f5f1500eae6677ca13712b
parent6b0875919d0255eb78495c1235bfb9c99a746545 (diff)
downloadtargetcli-2ed9989482e1bcd120b5b15d814e71d56268a8bc.tar.gz
Global 'auto_add_mapped_luns' now defaults to true.
-rwxr-xr-xscripts/rtsadmin3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/rtsadmin b/scripts/rtsadmin
index 3601cc5..48474b0 100755
--- a/scripts/rtsadmin
+++ b/scripts/rtsadmin
@@ -40,7 +40,8 @@ class RTSAdmin(ConfigShell):
'tree_status_mode': True,
'tree_round_nodes': True,
'tree_show_root': True,
- 'auto_enable_tpgt': True
+ 'auto_enable_tpgt': True,
+ 'auto_add_mapped_luns': True
}
def main():