diff options
| author | Jerome Martin <jxm@risingtidesystems.com> | 2011-06-01 16:30:03 +0200 |
|---|---|---|
| committer | Jerome Martin <jxm@risingtidesystems.com> | 2011-06-01 17:23:23 +0200 |
| commit | c68f4265a2810906227bb7e5f37bee711fb5b813 (patch) | |
| tree | 52a250c2f4e0dd77c95c51bfe7080976d1098c39 /scripts | |
| parent | c436cb8031ef2883ac2e3b6677d4313dfb766d65 (diff) | |
| download | targetcli-c68f4265a2810906227bb7e5f37bee711fb5b813.tar.gz | |
Added auto_cd_after_create global.
* Automatically cd's to newly created object after a 'create' command if true.
* Added autosave (always) of last created node's path under @last bookmark.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/rtsadmin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/rtsadmin b/scripts/rtsadmin index d5692e0..832c798 100755 --- a/scripts/rtsadmin +++ b/scripts/rtsadmin @@ -42,6 +42,7 @@ class RTSAdmin(ConfigShell): 'tree_show_root': True, 'auto_enable_tpgt': True, 'auto_add_mapped_luns': True, + 'auto_cd_after_create': True, 'legacy_hba_view': False } |
