summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* model alias follow-upAndy Grover2013-02-071-0/+1
| | | | | | | | | | | | | | | Don't raise an exception if we can't set emulate_model_alias, just print a diagnostic. Rename ui_set_model_alias to setup_model_alias. 'setup' seems a little more accurate since we don't always set model alias, it depends on the preference. Rename export_backstore_as_model pref to export_backstore_name_as_model. Add a configshell default for export_backstore_name_as_model, set to True. Signed-off-by: Andy Grover <agrover@redhat.com>
* Don't try to save config if not rootAndy Grover2012-07-251-1/+1
| | | | | | It won't work and will print an ugly message. Signed-off-by: Andy Grover <agrover@redhat.com>
* Changed default auto_cd_after_create to FalseJerome Martin2012-05-311-1/+1
| | | | | | * Do not enter a new object context right after creating it by default. Signed-off-by: Andy Grover <agrover@redhat.com>
* Made startup message less verbose, display versionAndy Grover2012-05-311-9/+7
| | | | | | | | | | | | | | | [original comments from 5bcef69] * Now displaying targetcli / rtslib version on startup * Retained only copyright notice. [end] fb changes: - only display targetcli version, we don't have rtslib version in code - move later to only display if entering shell - remove extraneous copyright verbiage - add "and others" to be explicit about our derived-work status Signed-off-by: Andy Grover <agrover@redhat.com>
* Add auto_save_on_exit preferenceAndy Grover2012-02-131-0/+5
| | | | | | Defaulted to true. Signed-off-by: Andy Grover <agrover@redhat.com>
* Enable execution of cmdline parameters in targetcliAndy Grover2011-12-061-9/+14
| | | | | | | Check the commandline and only enter interactive shell if no additional parameters were given. If parameters were given, execute them and exit. Signed-off-by: Andy Grover <agrover@redhat.com>
* Remove backstore_legacy, dedup_so_name(), and legacy_hba_viewAndy Grover2011-12-061-1/+0
| | | | | | Don't need to worry about legacy backstores. Signed-off-by: Andy Grover <agrover@redhat.com>
* Remove ads from cli welcome msg. Mention help is available.Andy Grover2011-11-281-2/+2
| | | | Signed-off-by: Andy Grover <agrover@redhat.com>
* Changed name to targetcli at community request.Jerome Martin2011-09-201-7/+7
|
* Converted to refactored ConfigShell/Node layout.Jerome Martin2011-07-181-6/+9
| | | | | | | * Now using console, log, prefs through shell. * Root node binds to shell, not the other way. * Replaced del_child() calls by remove_child() * Replaced a children loop scan by ConfigNode get_child() method.
* Added auto_cd_after_create global.Jerome Martin2011-06-011-0/+1
| | | | | * 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.
* Switched to 1:1 hba:storage view.Jerome Martin2011-05-311-1/+2
| | | | | | | | | * Added 'legacy_hba_view' global boolean to select legacy view if needed. * Added root refresh when setting a global parameter. * All backstore plugins now part of the backstores/ tree * Only one storage object by backstore. * We now hide indiviual backstores. As they are mapped 1:1 with storage objects, both levels are collapsed.
* Global 'auto_add_mapped_luns' now defaults to true.Jerome Martin2011-05-261-1/+2
|
* Cleanly abort startup if RTSLibError happens.Jerome Martin2011-05-141-2/+7
|
* Disable privileged commands if user is not root.Jerome Martin2011-05-111-2/+10
|
* initial rtsadmin commit1.99Nicholas Bellinger2011-05-041-0/+61
Signed-off-by: Nicholas Bellinger <nab@risingtidesystems.com>