diff options
| author | Jerome Martin <jxm@risingtidesystems.com> | 2011-05-26 21:51:34 +0200 |
|---|---|---|
| committer | Jerome Martin <jxm@risingtidesystems.com> | 2011-05-26 21:53:36 +0200 |
| commit | 2ed9989482e1bcd120b5b15d814e71d56268a8bc (patch) | |
| tree | 623889b27b89fb4489f5f1500eae6677ca13712b /scripts | |
| parent | 6b0875919d0255eb78495c1235bfb9c99a746545 (diff) | |
| download | targetcli-2ed9989482e1bcd120b5b15d814e71d56268a8bc.tar.gz | |
Global 'auto_add_mapped_luns' now defaults to true.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/rtsadmin | 3 |
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(): |
